diff --git a/modules/server/fedi/akkoma.nix b/modules/server/fedi/akkoma.nix index 8f3013a6..ac91406c 100644 --- a/modules/server/fedi/akkoma.nix +++ b/modules/server/fedi/akkoma.nix @@ -77,12 +77,9 @@ in { "media.social.sako.lol" = { forceSSL = true; enableACME = true; - locations."/" = { - proxyPass = "http://unix:/run/akkoma/socket"; - }; + locations."/" = { proxyPass = "http://unix:/run/akkoma/socket"; }; }; }; - ; }; }; }