switch to networkd

This commit is contained in:
2023-03-03 22:28:26 +01:00
parent af955c88f8
commit 6cf831a347
6 changed files with 41 additions and 74 deletions

View File

@@ -34,4 +34,13 @@ in rec {
ipv6 = pvv-ipv6 209;
};
};
defaultNetworkConfig = {
networkConfig.IPv6AcceptRA = "no";
gateway = [ hosts.gateway ];
dns = [ "129.241.0.200" "129.241.0.201" ];
domains = [ "pvv.ntnu.no" "pvv.org" ];
DHCP = "no";
};
}