summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-11-02 00:58:04 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-11-02 00:58:04 +0100
commit7f5cf6c9bbc830ab830275cb71cc1e6229d79afd (patch)
tree54dcda88e22a06ca3d8e9595c137e5f7fc691237
parentc01c7466318b634ef630f9089dd10c7a34716f4e (diff)
downloadnixos-7f5cf6c9bbc830ab830275cb71cc1e6229d79afd.tar
nixos-7f5cf6c9bbc830ab830275cb71cc1e6229d79afd.tar.gz
nixos-7f5cf6c9bbc830ab830275cb71cc1e6229d79afd.tar.bz2
nixos-7f5cf6c9bbc830ab830275cb71cc1e6229d79afd.tar.xz
nixos-7f5cf6c9bbc830ab830275cb71cc1e6229d79afd.zip
...
-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];