update nix caches

This commit is contained in:
k3t
2026-06-01 19:02:52 -06:00
parent 55af0a9edc
commit 92a7ae357d
4 changed files with 26 additions and 8 deletions
+4
View File
@@ -3,4 +3,8 @@
enable = true;
secretKeyFile = "/var/cache-priv-key.pem";
};
services.nginx.virtualHosts."binarycache.k3t.dev" = {
enableACME = true;
locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}";
};
}