add git user

This commit is contained in:
kp2pml30 2025-03-20 21:21:01 +04:00
parent 3fc17746d0
commit 0380635ae7

View file

@ -14,7 +14,7 @@ in {
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
PermitRootLogin = lib.mkForce "no";
AllowUsers = [ cfg.username ];
AllowUsers = [ cfg.username "forgejo" ];
};
};