modules/nix-config: binary-caches -> substituters
This commit is contained in:
parent
d84dc11af7
commit
98798af2cc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
settings = {
|
||||
trusted-users = [ "root" "@wheel" "@admins" ];
|
||||
binary-caches = [ "https://cache.${tools.meta.domain}" ];
|
||||
substituters = [ "https://cache.${tools.meta.domain}" ];
|
||||
trusted-public-keys = [ "cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg=" ];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue