Hedgedoc: Ensure firewall opens HTTP(S) ports

This commit is contained in:
fruchti 2023-03-12 12:53:45 +01:00
parent 9024421ac1
commit 1b67df787a

View file

@ -76,4 +76,6 @@ in
};
};
};
networking.firewall.allowedTCPPorts = [ 80 443 ];
}