modules/nix-config-server: set narinfo-cache-negative-ttl = 0

This commit is contained in:
Max Headroom 2022-05-27 15:36:28 +02:00
parent 926346bd0a
commit d0ccf70b3c

View file

@ -13,6 +13,9 @@ in {
experimental-features = nix-command flakes experimental-features = nix-command flakes
builders-use-substitutes = true builders-use-substitutes = true
flake-registry = https://git.${tools.meta.domain}/private-void/registry/-/raw/master/registry.json flake-registry = https://git.${tools.meta.domain}/private-void/registry/-/raw/master/registry.json
# For Hercules CI agent
narinfo-cache-negative-ttl = 0
''; '';
binaryCaches = [ "https://cache.${tools.meta.domain}" ]; binaryCaches = [ "https://cache.${tools.meta.domain}" ];