From 7b221eda0708b658f91777b1068540ec86ba40cd Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Sat, 25 May 2024 16:40:17 +0100 Subject: [PATCH] theon: stop scripting networking 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. --- hosts/theon.storage.ts.hillion.co.uk/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/theon.storage.ts.hillion.co.uk/default.nix b/hosts/theon.storage.ts.hillion.co.uk/default.nix index 500c0be..f0d05d6 100644 --- a/hosts/theon.storage.ts.hillion.co.uk/default.nix +++ b/hosts/theon.storage.ts.hillion.co.uk/default.nix @@ -22,6 +22,7 @@ }; ## Networking + networking.useNetworkd = true; systemd.network.enable = true; networking.nameservers = lib.mkForce [ ]; # Trust the DHCP nameservers