diff --git a/hosts/sisyphe/features/services/akkoma.nix b/hosts/sisyphe/features/services/akkoma.nix index 5e45a77..5f18279 100644 --- a/hosts/sisyphe/features/services/akkoma.nix +++ b/hosts/sisyphe/features/services/akkoma.nix @@ -12,7 +12,6 @@ "Pleroma.Upload".base_url = "https://blurb.rougebordeaux.xyz"; "Pleroma.Web.Endpoint" = { url.host = "eepy.rougebordeaux.xyz"; - http.port = 4004; }; }; }; @@ -34,6 +33,6 @@ encode gzip - reverse_proxy :4004 + reverse_proxy :4000 ''; }