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} = {
|
||||
inherit (cfg.user) home name uid;
|
||||
description = "Git repository hosting user";
|
||||
extraGroups = [
|
||||
# To allow running cgit-clear-cache via hooks.
|
||||
cfg.cgit.fcgiwrap.group.name
|
||||
];
|
||||
# To allow running cgit-clear-cache via hooks.
|
||||
group = cfg.cgit.fcgiwrap.group.name;
|
||||
isSystemUser = true;
|
||||
shell = "/bin/sh";
|
||||
openssh.authorizedKeys.keys =
|
||||
|
Loading…
Reference in New Issue
Block a user