diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-16 10:17:55 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-08-16 10:17:55 +0200 |
commit | f2eb547f053d243861bfdd254841986cc720e358 (patch) | |
tree | 2e80ceaa1183973e711ef4b957b2fd1b5e9b9f4f /system-profiles | |
parent | d780beb2679886b5378eb5e50f4acea0e2e357d6 (diff) | |
download | nixos-f2eb547f053d243861bfdd254841986cc720e358.tar nixos-f2eb547f053d243861bfdd254841986cc720e358.tar.gz nixos-f2eb547f053d243861bfdd254841986cc720e358.tar.bz2 nixos-f2eb547f053d243861bfdd254841986cc720e358.tar.xz nixos-f2eb547f053d243861bfdd254841986cc720e358.zip |
...
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" ]; |