mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 05:44:25 +01:00
forgejo: Rename service user to git
This commit is contained in:
parent
e5b6374751
commit
5074bbeae4
2 changed files with 14 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ in
|
|||
PasswordAuthentication = false;
|
||||
KbdInteractiveAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
AllowUsers = [ config.users.users.forgejo.name ];
|
||||
AllowUsers = [ config.services.forgejo.user ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue