From 94d4e2bad3defcf7b08fd7ed331bcaeec7bca7c3 Mon Sep 17 00:00:00 2001 From: fallingsky04 Date: Tue, 18 Feb 2025 23:20:14 +0000 Subject: [PATCH] forgor another semicolon I'm gonna have to squash this for the sake of my dignity ^;_;^ --- services/gitea.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/gitea.nix b/services/gitea.nix index 90e0546..f7dcc43 100755 --- a/services/gitea.nix +++ b/services/gitea.nix @@ -28,8 +28,7 @@ settings.service = { REGISTER_MANUAL_CONFIRM = true; DEFAULT_USER_IS_RESTRICTED = true; - - } + }; settings.server = { HTTP_PORT = 3001; };