default to global cache
This commit is contained in:
parent
adc444b274
commit
f54f75590e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
'';
|
||||
nix.distributedBuilds = true;
|
||||
nix.settings.substituters =
|
||||
[ "ssh://nix-ssh@bolty.raptor-carp.ts.net" "https://cache.nixos.org/" ];
|
||||
[ "https://cache.nixos.org/" "ssh://nix-ssh@bolty.raptor-carp.ts.net" ];
|
||||
nix.settings.trusted-public-keys =
|
||||
[ "cyplodev-store-key:a/+PEufePs7giWqYyRqy+TgUKLMbY+RQuJQu2aUjdl8=" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue