about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles/managed.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/aszlig/profiles/managed.nix')
-rw-r--r--modules/user/aszlig/profiles/managed.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix
index dd4bcd58..afb19a2f 100644
--- a/modules/user/aszlig/profiles/managed.nix
+++ b/modules/user/aszlig/profiles/managed.nix
@@ -88,10 +88,9 @@ in {
     networking.firewall.enable = false;
     networking.networkmanager.enable = true;
 
-    nix.autoOptimiseStore = true;
-    nix.buildCores = 0;
     nix.readOnlyStore = true;
-    nix.useSandbox = true;
+    nix.settings.sandbox = true;
+    nix.settings.auto-optimise-store = true;
 
     nixpkgs.config.pulseaudio = true;