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