feat(nixbuild): re-enable substituters configuration
- Uncommented the substituters configuration in `nixbuild.nix`. - Restores distributed build functionality for remote machines.
This commit is contained in:
parent
76c3fac834
commit
deab8f8a2b
1 changed files with 8 additions and 8 deletions
|
|
@ -30,14 +30,14 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
/*
|
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://cache.nixos.org"
|
"https://cache.nixos.org"
|
||||||
"ssh-ng://harald@m4?ssh-key=/etc/ssh/nix-builder-key"
|
"ssh-ng://harald@m4?ssh-key=/etc/ssh/nix-builder-key"
|
||||||
"ssh-ng://harald@rialo?ssh-key=/etc/ssh/nix-builder-key"
|
"ssh-ng://harald@rialo?ssh-key=/etc/ssh/nix-builder-key"
|
||||||
"ssh-ng://harald@sgx?ssh-key=/etc/ssh/nix-builder-key"
|
"ssh-ng://harald@sgx?ssh-key=/etc/ssh/nix-builder-key"
|
||||||
];
|
];
|
||||||
*/
|
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue