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