summaryrefslogtreecommitdiffstats
path: root/nixos/modules/services/games
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-29 10:51:42 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-29 10:51:42 +0200
commita142d68b4391fc78cf8c3d4f86300e10c3bf730e (patch)
tree8bce3854a1930bd5ebcd0c4a98d889d8a387b0fb /nixos/modules/services/games
parent0e23a175de3687df8232fe118cbe87f04228ff28 (diff)
Fix some uid/gid attributes to match the actual user/group name
Diffstat (limited to 'nixos/modules/services/games')
-rw-r--r--nixos/modules/services/games/ghost-one.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/games/ghost-one.nix b/nixos/modules/services/games/ghost-one.nix
index 7a3ecebec39c..07d7287ed88e 100644
--- a/nixos/modules/services/games/ghost-one.nix
+++ b/nixos/modules/services/games/ghost-one.nix
@@ -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 = ''