diff options
Diffstat (limited to 'ops/modules/www/cache.tvl.su.nix')
-rw-r--r-- | ops/modules/www/cache.tvl.su.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/modules/www/cache.tvl.su.nix b/ops/modules/www/cache.tvl.su.nix index 633178b5ccec..99bc008cd6a5 100644 --- a/ops/modules/www/cache.tvl.su.nix +++ b/ops/modules/www/cache.tvl.su.nix @@ -17,6 +17,11 @@ alias /run/agenix/nix-cache-pub; } + location = /nix-cache-info { + add_header Content-Type text/plain; + return 200 "StoreDir: /nix/store\nWantMassQuery: 1\nPriority: 50\n"; + } + location / { proxy_pass http://localhost:${toString config.services.nix-serve.port}; } |