fix: add lambdaOS to trusted substitutors
This commit is contained in:
parent
8b1d8c7496
commit
caece8c1ae
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
settings.trusted-substituters = [ "ssh://nix-ssh@192.168.42.5" ];
|
||||||
buildMachines = [{
|
buildMachines = [{
|
||||||
hostName = "192.168.42.5";
|
hostName = "192.168.42.5";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue