Fix some uid/gid attributes to match the actual user/group name

This commit is contained in:
Eelco Dolstra
2014-04-29 10:51:42 +02:00
parent 0e23a175de
commit a142d68b43
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -57,14 +57,14 @@ in
users.extraUsers = singleton
{ name = ghostUser;
uid = config.ids.uids.ghostOne;
uid = config.ids.uids.ghostone;
description = "Ghost One game server user";
home = stateDir;
};
users.extraGroups = singleton
{ name = ghostUser;
gid = config.ids.gids.ghostOne;
gid = config.ids.gids.ghostone;
};
services.ghostOne.config = ''