lock update

This commit is contained in:
mjallen18
2026-01-03 11:04:58 -06:00
parent 105ed3bcb8
commit ca73743483
7 changed files with 144 additions and 60 deletions

View File

@@ -24,7 +24,7 @@ in
dns = mkOpt types.str "10.0.1.1" "IPv4 DNS server.";
};
useNetworkd = mkBoolOpt false "Whether to use systemd-networkd for networking.";
useNetworkd = mkBoolOpt true "Whether to use systemd-networkd for networking.";
nat = {
enable = mkBoolOpt false "Whether to enable NAT.";