From f2eb547f053d243861bfdd254841986cc720e358 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 16 Aug 2023 10:17:55 +0200 Subject: ... --- system-profiles/nfsroot.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'system-profiles') 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 { ]; }; - nix.extraOptions = '' - use-sqlite-wal = false - ''; + nix.settings = { + use-sqlite-wal = false; + use-xdg-base-directories = true; + }; boot.initrd.availableKernelModules = [ "nfs" "nfsv4" "overlay" ]; boot.initrd.supportedFilesystems = [ "nfs" "nfsv4" "overlay" ]; -- cgit v1.2.3