Merge pull request #22430 from jgertm/tj/fix-gogs-pushing
gogs: fix error on push
This commit is contained in:
commit
4938afdbe6
@ -208,6 +208,7 @@ in
|
||||
group = "gogs";
|
||||
home = cfg.stateDir;
|
||||
createHome = true;
|
||||
shell = pkgs.bash;
|
||||
};
|
||||
extraGroups.gogs.gid = config.ids.gids.gogs;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user