From 1b67df787a532f2986854fa7e5899aaa1de5daf1 Mon Sep 17 00:00:00 2001 From: fruchti Date: Sun, 12 Mar 2023 12:53:45 +0100 Subject: [PATCH] Hedgedoc: Ensure firewall opens HTTP(S) ports --- hosts/hedgedoc.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/hedgedoc.nix b/hosts/hedgedoc.nix index 8d4bb03..21bc5ea 100644 --- a/hosts/hedgedoc.nix +++ b/hosts/hedgedoc.nix @@ -76,4 +76,6 @@ in }; }; }; + + networking.firewall.allowedTCPPorts = [ 80 443 ]; }