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 | e19b35687b444421ab318cb39b5070262b4a58e3 (patch) | |
| tree | 8a882d067ef1ab433e9210922cc8cdf713556196 /hosts | |
| parent | Enable emacs package and service (diff) | |
| download | nixos-config-e19b35687b444421ab318cb39b5070262b4a58e3.tar.gz nixos-config-e19b35687b444421ab318cb39b5070262b4a58e3.tar.bz2 nixos-config-e19b35687b444421ab318cb39b5070262b4a58e3.zip | |
Update
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 |