Use substitution for remote builders
This commit is contained in:
parent
ebc3526214
commit
8acebbd880
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
experimental-features = [ "flakes" "nix-command" ];
|
experimental-features = [ "flakes" "nix-command" ];
|
||||||
trusted-users = [ "spotlight" ];
|
trusted-users = [ "spotlight" ];
|
||||||
|
builders-use-substitutes = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue