diff options
Diffstat (limited to 'system-profiles')
-rw-r--r-- | system-profiles/nfsroot.nix | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system-profiles/nfsroot.nix b/system-profiles/nfsroot.nix index a5dce5f2..519f127c 100644 --- a/system-profiles/nfsroot.nix +++ b/system-profiles/nfsroot.nix | |||
@@ -69,9 +69,10 @@ in { | |||
69 | ]; | 69 | ]; |
70 | }; | 70 | }; |
71 | 71 | ||
72 | nix.extraOptions = '' | 72 | nix.settings = { |
73 | use-sqlite-wal = false | 73 | use-sqlite-wal = false; |
74 | ''; | 74 | use-xdg-base-directories = true; |
75 | }; | ||
75 | 76 | ||
76 | boot.initrd.availableKernelModules = [ "nfs" "nfsv4" "overlay" ]; | 77 | boot.initrd.availableKernelModules = [ "nfs" "nfsv4" "overlay" ]; |
77 | boot.initrd.supportedFilesystems = [ "nfs" "nfsv4" "overlay" ]; | 78 | boot.initrd.supportedFilesystems = [ "nfs" "nfsv4" "overlay" ]; |