Also open HTTPS port

This commit is contained in:
Nicolas Jeannerod 2024-09-20 18:44:47 +02:00
parent 55a6377b12
commit 6323e0adc8
Signed by: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -82,5 +82,5 @@ lib.mkIf (config.fediversity.enable && config.fediversity.pixelfed.enable) {
patches = (old.patches or [ ]) ++ [ ./pixelfed-group-permissions.patch ];
});
networking.firewall.allowedTCPPorts = [ 80 ];
networking.firewall.allowedTCPPorts = [ 80 443 ];
}