From 8f4f4f91c460b0728dd82f508f4038e70a33e3f7 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 5 Dec 2025 08:58:18 -0500 Subject: [PATCH] Remove Alby Hub proxy --- modules/hosts/nixos/hetznix01/post-install/nginx.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/hosts/nixos/hetznix01/post-install/nginx.nix b/modules/hosts/nixos/hetznix01/post-install/nginx.nix index 151df5e..1481dca 100644 --- a/modules/hosts/nixos/hetznix01/post-install/nginx.nix +++ b/modules/hosts/nixos/hetznix01/post-install/nginx.nix @@ -107,17 +107,6 @@ in { }; }; }; - "albyhub.${domain}" = { - enableACME = true; - acmeRoot = null; - forceSSL = true; - # basicAuthFile = config.sops.secrets.owntracks_basic_auth.path; - # Albyhub via Tailscale - locations."/" = { - proxyPass = "http://${private_btc}:59000"; - proxyWebsockets = true; - }; - }; "cloud.pack1828.org" = { enableACME = true; acmeRoot = null;