summaryrefslogtreecommitdiff
path: root/nixosConfigurations/eonwe
diff options
context:
space:
mode:
Diffstat (limited to 'nixosConfigurations/eonwe')
-rw-r--r--nixosConfigurations/eonwe/default.nix1
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;
};