From fc6a9c9fde227b5fa5cbf78662186077a9832d0b Mon Sep 17 00:00:00 2001 From: Asaki Yuki Date: Mon, 20 Apr 2026 05:14:21 +0700 Subject: [PATCH] idk --- modules/services/openssh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/openssh.nix b/modules/services/openssh.nix index 5d0254e..addf94f 100644 --- a/modules/services/openssh.nix +++ b/modules/services/openssh.nix @@ -8,7 +8,7 @@ AllowUsers = [ "asakiyuki" "junko" - "git" + "forgejo" ]; PasswordAuthentication = true; KbdInteractiveAuthentication = false;