diff --git a/systems/orangepihole/configuration.nix b/systems/orangepihole/configuration.nix index 5fe2295..1f50730 100644 --- a/systems/orangepihole/configuration.nix +++ b/systems/orangepihole/configuration.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, sops, ... }: +{ config, pkgs, ... }: { imports = [ # Include the results of the hardware scan. @@ -113,7 +113,7 @@ IdentitiesOnly yes IdentityFile ${config.sops.secrets."nixremote/sshkey".path} ''; - nix.distributedBuilds = true; - nix.settings.max-jobs = 0; + nix.distributedBuilds = false; + #nix.settings.max-jobs = 0; }