about summary refs log tree commit diff
path: root/machines/profpatsch/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base.nix')
-rw-r--r--machines/profpatsch/base.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index e4dc4e00..4232e4d5 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -10,9 +10,9 @@ in
 {
   config = {
     # correctness before speed
-    nix.settings.useSandbox = true;
+    nix.settings.sandbox = true;
 
-    nix.settings.maxJobs = "auto";
+    nix.settings.max-jobs = "auto";
 
     # /tmp should never be depended on
     boot.cleanTmpDir = true;