Merge pull request #30020 from The-M1k3y/master

nixos/gogs: fixed user creation if non-default user
This commit is contained in:
Orivej Desh 2017-10-02 15:03:19 +00:00 committed by GitHub
commit 90858501ba
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ in
};
};
users = {
users = mkIf (cfg.user == "gogs") {
extraUsers.gogs = {
description = "Go Git Service";
uid = config.ids.uids.gogs;