diff options
Diffstat (limited to 'system-profiles')
-rw-r--r-- | system-profiles/core/default.nix | 1 | ||||
-rw-r--r-- | system-profiles/nfsroot.nix | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index fc19388c..8d196320 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix | |||
@@ -51,6 +51,7 @@ in { | |||
51 | experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "cgroups"]; | 51 | experimental-features = ["nix-command" "flakes" "auto-allocate-uids" "cgroups"]; |
52 | auto-allocate-uids = true; | 52 | auto-allocate-uids = true; |
53 | use-cgroups = true; | 53 | use-cgroups = true; |
54 | use-xdg-base-directories = true; | ||
54 | 55 | ||
55 | flake-registry = "${flakeInputs.flake-registry}/flake-registry.json"; | 56 | flake-registry = "${flakeInputs.flake-registry}/flake-registry.json"; |
56 | }; | 57 | }; |
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" ]; |