From ebbf209cbe1ad70e6500604df5826ee1d941f12c Mon Sep 17 00:00:00 2001
From: Sakooooo <78461130+Sakooooo@users.noreply.github.com>
Date: Thu, 2 Jan 2025 15:55:16 +0400
Subject: [PATCH] semicoloon

---
 modules/server/fedi/akkoma.nix | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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"; };
         };
       };
-      ;
     };
   };
 }