ctucx.git: nixfiles

ctucx' nixfiles

commit 84ec975404e5466fc68ad563a4a37b245d868549
parent 6dba7aadfc736886be4d1dec2ad64789dd417ffa
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 26 Feb 2025 23:17:35 +0100

machines/hector/fedi: remove unnecessary config
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/machines/hector/fedi/gotosocial.nix b/machines/hector/fedi/gotosocial.nix
@@ -90,11 +90,6 @@ in {
     enableACME = true;
     forceSSL   = true;
     kTLS       = true;
-    extraConfig = ''
-      if ($http_user_agent ~* (mnemo.social)) {
-        return 403;
-      }
-    '';
     locations  = {
       "= /".return = "307 /@katja";