summaryrefslogtreecommitdiff
path: root/system-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'system-profiles')
-rw-r--r--system-profiles/nfsroot.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system-profiles/nfsroot.nix b/system-profiles/nfsroot.nix
index ab028de3..a5dce5f2 100644
--- a/system-profiles/nfsroot.nix
+++ b/system-profiles/nfsroot.nix
@@ -85,6 +85,7 @@ in {
85 ''; 85 '';
86 networking.useDHCP = true; 86 networking.useDHCP = true;
87 networking.resolvconf.enable = false; 87 networking.resolvconf.enable = false;
88 networking.dhcpcd.persistent = true;
88 89
89 90
90 system.build.storeContents = [config.system.build.toplevel]; 91 system.build.storeContents = [config.system.build.toplevel];