fix masto
Lint / lint (push) Failing after 1m45s Details
Plex Update / update (push) Successful in 2m15s Details

reboot
Vivian 2023-12-20 16:19:31 +01:00
parent 521df58130
commit 7f78481d9e
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ in
services.mastodon = {
enable = true;
package = pkgs.v.glitch-soc;
streamingPort = 55000;
streamingProcesses = 3;
webPort = 55001;
enableUnixSocket = false;
localDomain = "xirion.net";
@ -103,5 +103,5 @@ in
networking.firewall =
let cfg = config.services.mastodon;
in { allowedTCPPorts = [ cfg.streamingPort cfg.webPort ]; };
in { allowedTCPPorts = [ cfg.webPort ]; };
}