diff --git a/fediversity/pixelfed.nix b/fediversity/pixelfed.nix index a44b8f1..da77fea 100644 --- a/fediversity/pixelfed.nix +++ b/fediversity/pixelfed.nix @@ -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 ]; }