theon: stop scripting networking
All checks were successful
flake / flake (push) Successful in 1m19s
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:
parent
22305815c6
commit
7b221eda07
@ -22,6 +22,7 @@
|
||||
};
|
||||
|
||||
## Networking
|
||||
networking.useNetworkd = true;
|
||||
systemd.network.enable = true;
|
||||
|
||||
networking.nameservers = lib.mkForce [ ]; # Trust the DHCP nameservers
|
||||
|
Loading…
Reference in New Issue
Block a user