This commit is contained in:
Jean-Marie 'Histausse' Mineau 2024-02-12 23:35:26 +01:00
parent 0727843360
commit 2a49b7afd8
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -54,7 +54,7 @@ in
services.forgejo.user = "git";
users.users.git = {
home = services.forgejo.stateDir;
home = config.services.forgejo.stateDir;
useDefaultShell = true;
isSystemUser = true;
group = "git";