diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/configuration.nix | 6 |
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 |