diff options
Diffstat (limited to 'nixos/machine')
-rw-r--r-- | nixos/machine/ridcully.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/machine/ridcully.nix b/nixos/machine/ridcully.nix index da95cd4..a9e3a42 100644 --- a/nixos/machine/ridcully.nix +++ b/nixos/machine/ridcully.nix @@ -65,5 +65,8 @@ with lib; { dataDir = "/home/cynerd"; configDir = "/home/cynerd/.config/syncthing"; }; + + # Force nix to use less jobs + nix.settings.max-jobs = 8; }; } |