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

Changed files
+11 -11
nixos
modules
+6 -6
nixos/modules/misc/ids.nix
···
osgi = 34;
tor = 35;
cups = 36;
-
foldingAtHome = 37;
+
foldingathome = 37;
sabnzbd = 38;
kdm = 39;
-
ghostOne = 40;
+
ghostone = 40;
git = 41;
-
fourStore = 42;
-
fourStoreEndpoint = 43;
+
fourstore = 42;
+
fourstorehttp = 43;
virtuoso = 44;
rtkit = 45;
dovecot2 = 46;
···
osgi = 34;
ghostOne = 40;
git = 41;
-
fourStore = 42;
-
fourStoreEndpoint = 43;
+
fourstore = 42;
+
fourstorehttpd = 43;
virtuoso = 44;
dovecot2 = 46;
prayer = 49;
+1 -1
nixos/modules/services/databases/4store-endpoint.nix
···
users.extraUsers = singleton
{ name = endpointUser;
-
uid = config.ids.uids.fourStoreEndpoint;
+
uid = config.ids.uids.fourstorehttp;
description = "4Store SPARQL endpoint user";
# home = stateDir;
};
+1 -1
nixos/modules/services/databases/4store.nix
···
users.extraUsers = singleton
{ name = fourStoreUser;
-
uid = config.ids.uids.fourStore;
+
uid = config.ids.uids.fourstore;
description = "4Store database user";
home = stateDir;
};
+2 -2
nixos/modules/services/games/ghost-one.nix
···
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 = ''
+1 -1
nixos/modules/services/misc/folding-at-home.nix
···
users.extraUsers = singleton
{ name = fahUser;
-
uid = config.ids.uids.foldingAtHome;
+
uid = config.ids.uids.foldingathome;
description = "Folding@Home user";
home = stateDir;
};