diff options
| author | Baitinq <[email protected]> | 2022-07-08 14:16:36 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-08 14:16:36 +0200 |
| commit | 5b120a2e79e66ae4d838376e3f33bd52b61b9944 (patch) | |
| tree | 9ca86b5e2cc074f32ebae8b262e0ec95dcc772b5 /hosts/configuration.nix | |
| parent | Enable emacs package and service (diff) | |
| download | nixos-config-5b120a2e79e66ae4d838376e3f33bd52b61b9944.tar.gz nixos-config-5b120a2e79e66ae4d838376e3f33bd52b61b9944.tar.bz2 nixos-config-5b120a2e79e66ae4d838376e3f33bd52b61b9944.zip | |
Update
Diffstat (limited to 'hosts/configuration.nix')
| -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 |