This commit is contained in:
2026-01-05 16:12:41 +00:00
parent da9c128a8c
commit afd0ec1001
2 changed files with 11 additions and 0 deletions

10
hosts/tahani/cache.nix Normal file
View File

@@ -0,0 +1,10 @@
{...}: {
services.caddy.virtualHosts."cache.manticore-hippocampus.ts.net" = {
extraConfig = ''
tls {
get_certificate tailscale
}
reverse_proxy localhost:32843
'';
};
}

View File

@@ -6,6 +6,7 @@
}: { }: {
imports = [ imports = [
./adguardhome.nix ./adguardhome.nix
./cache.nix
./networking.nix ./networking.nix
./paperless.nix ./paperless.nix
./secrets.nix ./secrets.nix