modules/nix-config-server: use dynamic cache domain
This commit is contained in:
parent
13d018ed72
commit
bbd24c04a7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in {
|
|||
flake-registry = https://git.${tools.meta.domain}/private-void/registry/-/raw/master/registry.json
|
||||
'';
|
||||
|
||||
binaryCaches = [ "https://cache.privatevoid.net" ];
|
||||
binaryCaches = [ "https://cache.${tools.meta.domain}" ];
|
||||
binaryCachePublicKeys = [ "cache.privatevoid.net:SErQ8bvNWANeAvtsOESUwVYr2VJynfuc9JRwlzTTkVg=" ];
|
||||
|
||||
gc = {
|
||||
|
|
Loading…
Reference in a new issue