theon: stop scripting networking
All checks were successful
flake / flake (push) Successful in 1m19s

Unsure why this host is using systemd-networkd, but leave that unchanged
and have NixOS know about it to prevent a warning about loss of
connectivity on build.
This commit is contained in:
Jake Hillion 2024-05-25 16:40:17 +01:00
parent 22305815c6
commit 7b221eda07

View File

@ -22,6 +22,7 @@
}; };
## Networking ## Networking
networking.useNetworkd = true;
systemd.network.enable = true; systemd.network.enable = true;
networking.nameservers = lib.mkForce [ ]; # Trust the DHCP nameservers networking.nameservers = lib.mkForce [ ]; # Trust the DHCP nameservers