summaryrefslogtreecommitdiff
path: root/hosts/p-body/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/p-body/nginx.nix')
-rw-r--r--hosts/p-body/nginx.nix2
1 files changed, 2 insertions, 0 deletions
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 = "[email protected]";