Nix : Move extra sub to RemoteBuild.

This commit is contained in:
Dmitry Voronin 2024-03-10 06:50:43 +03:00
parent 2aec98e5a3
commit a64d4d2fa6
2 changed files with 3 additions and 3 deletions

View file

@ -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=
'';
}

View file

@ -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)}