diff options
Diffstat (limited to 'hosts/p-body/nginx.nix')
| -rw-r--r-- | hosts/p-body/nginx.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/hosts/p-body/nginx.nix b/hosts/p-body/nginx.nix index df887b3..3390f89 100644 --- a/hosts/p-body/nginx.nix +++ b/hosts/p-body/nginx.nix @@ -1,7 +1,7 @@ {config, ...}: let inherit (config.networking) domain; in { - networking.firewall.allowedTCPPorts = [80 443]; + networking.firewall.allowedTCPPorts = [443]; security.acme = { acceptTerms = true; @@ -33,13 +33,6 @@ in { locations = mkProxy "/" "8080"; }; - "git.${domain}" = { - enableACME = true; - addSSL = true; - - locations = mkProxy "/" "3000"; - }; - "grafana.${domain}" = { enableACME = true; addSSL = true; |
