diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-12-03 02:52:28 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-12-03 02:52:28 +0300 |
commit | cec9f7acd5e5e365563212c5144394f71dd90b27 (patch) | |
tree | 667b308a7241ab2e8f3fa4e2b53cc7888e876c68 /nixosConfigurations/eonwe/default.nix | |
parent | 2023-11-29 (diff) |
2023-12-03
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 97ff5e5..a469fff 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -86,7 +86,6 @@ with lib; { # parallelisation support enabled, so we will make sure that all cores are # utilised and limit the job queue to one. nix.settings = { - keep-going = true; max-jobs = 1; cores = 32; }; |