No more remote builds for orangepihole
This commit is contained in:
parent
e17e1ddd8c
commit
339e61914e
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue