fix: home directory option for git

Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
This commit is contained in:
Chinmay D. Pai 2023-11-27 09:45:51 +05:30
parent ed93ea978e
commit 007038f1be
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -59,7 +59,7 @@ in {
users.users.git = { users.users.git = {
description = "Gitea Service"; description = "Gitea Service";
hme = config.services.gitea.stateDir; home = config.services.gitea.stateDir;
useDefaultShell = true; useDefaultShell = true;
group = "git"; group = "git";
isSystemUser = true; isSystemUser = true;