From 0380635ae734e21755f12b5fc6d45b5d26390e3a Mon Sep 17 00:00:00 2001 From: kp2pml30 Date: Thu, 20 Mar 2025 21:21:01 +0400 Subject: [PATCH] add git user --- nix/server/ssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/server/ssh.nix b/nix/server/ssh.nix index c324122..734578e 100644 --- a/nix/server/ssh.nix +++ b/nix/server/ssh.nix @@ -14,7 +14,7 @@ in { PasswordAuthentication = false; KbdInteractiveAuthentication = false; PermitRootLogin = lib.mkForce "no"; - AllowUsers = [ cfg.username ]; + AllowUsers = [ cfg.username "forgejo" ]; }; };