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

@@ -56,6 +56,15 @@ in
];
config = {
systemd = {
services = {
NetworkManager-wait-online.enable = false;
systemd-networkd.stopIfChanged = false;
systemd-resolved.stopIfChanged = false;
};
network.wait-online.enable = false;
};
networking = {
hostName = lib.mkForce cfg.hostName;

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.";