git: declare group

This commit is contained in:
lassulus 2023-11-03 18:03:01 +01:00
parent cc928a38a9
commit 095f89e972
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ let
(filter (user: isString user.pubkey)
(concatMap (getAttr "user") cfg.rules))));
};
users.groups.${cfg.cgit.fcgiwrap.group.name} = {};
};
cgit-imp = {