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;