Self-host your own digital island

update nixpkgs

Changed files
-5
modules
-5
modules/mastodon.nix
···
proxyPass = "http://127.0.0.1:${builtins.toString config.services.mastodon.webPort}";
proxyWebsockets = true;
};
-
-
locations."/api/v1/streaming/" = {
-
proxyPass = "http://127.0.0.1:${builtins.toString config.services.mastodon.streamingPort}/";
-
proxyWebsockets = true;
-
};
};
};
};