git: set fcgiwrap group as maingroup
This commit is contained in:
parent
4dea6681b4
commit
0e668121a1
@ -362,10 +362,8 @@ let
|
|||||||
users.users.${cfg.user.name} = {
|
users.users.${cfg.user.name} = {
|
||||||
inherit (cfg.user) home name uid;
|
inherit (cfg.user) home name uid;
|
||||||
description = "Git repository hosting user";
|
description = "Git repository hosting user";
|
||||||
extraGroups = [
|
# To allow running cgit-clear-cache via hooks.
|
||||||
# To allow running cgit-clear-cache via hooks.
|
group = cfg.cgit.fcgiwrap.group.name;
|
||||||
cfg.cgit.fcgiwrap.group.name
|
|
||||||
];
|
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
shell = "/bin/sh";
|
shell = "/bin/sh";
|
||||||
openssh.authorizedKeys.keys =
|
openssh.authorizedKeys.keys =
|
||||||
|
Loading…
Reference in New Issue
Block a user