fix typo
This commit is contained in:
parent
0727843360
commit
2a49b7afd8
|
@ -54,7 +54,7 @@ in
|
||||||
|
|
||||||
services.forgejo.user = "git";
|
services.forgejo.user = "git";
|
||||||
users.users.git = {
|
users.users.git = {
|
||||||
home = services.forgejo.stateDir;
|
home = config.services.forgejo.stateDir;
|
||||||
useDefaultShell = true;
|
useDefaultShell = true;
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "git";
|
group = "git";
|
||||||
|
|
Loading…
Reference in a new issue