mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
add git user
This commit is contained in:
parent
3fc17746d0
commit
0380635ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ in {
|
||||||
PasswordAuthentication = false;
|
PasswordAuthentication = false;
|
||||||
KbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
PermitRootLogin = lib.mkForce "no";
|
PermitRootLogin = lib.mkForce "no";
|
||||||
AllowUsers = [ cfg.username ];
|
AllowUsers = [ cfg.username "forgejo" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue