git: set fcgiwrap group as maingroup

This commit is contained in:
lassulus 2021-11-05 14:31:07 +01:00
parent 4dea6681b4
commit 0e668121a1

View File

@ -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 =