From cc74b1595338dea880bb90a9d1bf57b9d1ff4278 Mon Sep 17 00:00:00 2001 From: harry123 Date: Sun, 25 May 2025 18:34:41 +0200 Subject: [PATCH] removed problematic thingy --- hosts/sisyphe/features/services/akkoma.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ''; }