From a8d2b1bc2a138376acad725894c9ff72648ca963 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 14 May 2023 12:43:50 -0400 Subject: p-body: allow http(s) ports through firewall --- hosts/p-body/nginx.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/p-body/nginx.nix') diff --git a/hosts/p-body/nginx.nix b/hosts/p-body/nginx.nix index b7fb016..58b471c 100644 --- a/hosts/p-body/nginx.nix +++ b/hosts/p-body/nginx.nix @@ -5,6 +5,8 @@ }: let inherit (config.networking) domain; in { + networking.firewall.allowedTCPPorts = [80 443]; + security.acme = { acceptTerms = true; defaults.email = "getchoo@tuta.io"; -- cgit v1.2.3