nixos/gogs: fixed user creation if non-default user

This commit is contained in:
The-M1k3y 2017-10-02 15:53:30 +02:00
parent f72e323388
commit 0f2b46cdba

View File

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