about summary refs log tree commit diff
path: root/hosts
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-08 14:16:36 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-07-08 14:16:36 +0200
commite19b35687b444421ab318cb39b5070262b4a58e3 (patch)
tree8a882d067ef1ab433e9210922cc8cdf713556196 /hosts
parentEnable emacs package and service (diff)
downloadnixos-config-e19b35687b444421ab318cb39b5070262b4a58e3.tar.gz
nixos-config-e19b35687b444421ab318cb39b5070262b4a58e3.tar.bz2
nixos-config-e19b35687b444421ab318cb39b5070262b4a58e3.zip
Update
Diffstat (limited to 'hosts')
-rw-r--r--hosts/configuration.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index 555998e..61aeb01 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -135,8 +135,10 @@
     };
     package = pkgs.nixFlakes;
     extraOptions = "experimental-features = nix-command flakes";
-    maxJobs = "auto";
-    buildCores = 0;
+    settings = {
+      max-jobs = "auto";
+      cores = 0;
+    };
   };
 
   # Copy the NixOS configuration file and link it from the resulting system