diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-16 10:23:10 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-16 10:23:10 +0200 |
commit | e66f4b9890c7255935609cf8974291117eb11c14 (patch) | |
tree | c98cfa08e276ad879e03796a05edb5ad2c9f011a /system-profiles/nfsroot.nix | |
parent | f2eb547f053d243861bfdd254841986cc720e358 (diff) | |
download | nixos-e66f4b9890c7255935609cf8974291117eb11c14.tar nixos-e66f4b9890c7255935609cf8974291117eb11c14.tar.gz nixos-e66f4b9890c7255935609cf8974291117eb11c14.tar.bz2 nixos-e66f4b9890c7255935609cf8974291117eb11c14.tar.xz nixos-e66f4b9890c7255935609cf8974291117eb11c14.zip |
...
Diffstat (limited to 'system-profiles/nfsroot.nix')
-rw-r--r-- | system-profiles/nfsroot.nix | 5 |
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" ]; |