Get Pixelfed running on metal #24

Merged
taeer merged 26 commits from pixelfed-on-metal into main 2024-09-26 15:52:16 +02:00
Showing only changes of commit 6323e0adc8 - Show all commits

View file

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