forgejo: Rename service user to git

This commit is contained in:
SebastianStork 2025-09-12 23:15:28 +02:00
parent e5b6374751
commit 5074bbeae4
2 changed files with 14 additions and 2 deletions

View file

@ -24,7 +24,7 @@ in
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
PermitRootLogin = "no";
AllowUsers = [ config.users.users.forgejo.name ];
AllowUsers = [ config.services.forgejo.user ];
};
};
};