add bolty as substituter
This commit is contained in:
parent
9bc0671388
commit
b39c6a6b03
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
StrictHostKeyChecking=accept-new
|
StrictHostKeyChecking=accept-new
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
nix.settings.trusted-substituters = [ "nix-builder@bolty" ];
|
||||||
|
|
||||||
nix.buildMachines = [{
|
nix.buildMachines = [{
|
||||||
hostName = "bolty";
|
hostName = "bolty";
|
||||||
sshUser = "nix-builder";
|
sshUser = "nix-builder";
|
||||||
|
|
Loading…
Reference in a new issue