From 0944b2d11c06d820898afd0a5bc37f4d49bfb419 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sat, 28 Oct 2023 17:02:03 +0200 Subject: [PATCH] feat: enable nginx for mastodon https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/web-apps/mastodon.nix#L762-L785 --- hosts/nachtigall/apps/mastodon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nachtigall/apps/mastodon.nix b/hosts/nachtigall/apps/mastodon.nix index 4f978caa..12d9f893 100644 --- a/hosts/nachtigall/apps/mastodon.nix +++ b/hosts/nachtigall/apps/mastodon.nix @@ -39,7 +39,7 @@ # Different from WEB_DOMAIN in our case localDomain = "pub.solar"; # We use caddy, see caddy.nix - configureNginx = false; + configureNginx = true; enableUnixSocket = true; #streamingSocket = "/run/mastodon-streaming/streaming.socket"; #webSocket = "/run/mastodon-web/web.socket";