create group

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

View file

@ -57,7 +57,9 @@ in
home = services.forgejo.stateDir;
useDefaultShell = true;
isSystemUser = true;
group = "git";
};
users.groups.git = {};
# If true, openid users cannot create new account
#services.forgejo.settings.service.DISABLE_REGISTRATION = lib.mkForce (!cfg.openIdEnabled);