Merge pull request #22430 from jgertm/tj/fix-gogs-pushing

gogs: fix error on push
This commit is contained in:
Jörg Thalheim 2017-02-04 13:17:14 +01:00 committed by GitHub
commit 4938afdbe6

View File

@ -208,6 +208,7 @@ in
group = "gogs";
home = cfg.stateDir;
createHome = true;
shell = pkgs.bash;
};
extraGroups.gogs.gid = config.ids.gids.gogs;
};