Nix : Move extra sub to RemoteBuild.
This commit is contained in:
parent
2aec98e5a3
commit
a64d4d2fa6
|
@ -15,5 +15,8 @@
|
|||
nix.distributedBuilds = true;
|
||||
nix.extraOptions = ''
|
||||
builders-use-substitutes = true
|
||||
extra-substituters = ssh-ng://home
|
||||
extra-trusted-substituters = ssh-ng://home
|
||||
extra-trusted-public-keys = home:i9dE2VZI40/LCM/mmUGs8kwal1bQo3xbSjrzxhInmOw=
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -7,9 +7,6 @@
|
|||
keep-derivations = true
|
||||
keep-outputs = true
|
||||
min-free = ${toString (50 * 1024 * 1024 * 1024)}
|
||||
extra-substituters = ssh-ng://home
|
||||
extra-trusted-substituters = ssh-ng://home
|
||||
extra-trusted-public-keys = home:i9dE2VZI40/LCM/mmUGs8kwal1bQo3xbSjrzxhInmOw=
|
||||
'';
|
||||
|
||||
# max-free = ${toString (10 * 1024 * 1024 * 1024)}
|
||||
|
|
Loading…
Reference in a new issue