mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(ct): dns settings
This commit is contained in:
parent
0af904a9f2
commit
b5787ec783
4 changed files with 15 additions and 3 deletions
|
|
@ -4,4 +4,11 @@ _: {
|
|||
modules = [
|
||||
./nixos.nix
|
||||
];
|
||||
network.networks = {
|
||||
local = {
|
||||
fqdn = null;
|
||||
address4 = null;
|
||||
address6 = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue