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
@@ -54,7 +54,7 @@ with lib;
users.extraUsers = singleton
{ name = endpointUser;
uid = config.ids.uids.fourStoreEndpoint;
uid = config.ids.uids.fourstorehttp;
description = "4Store SPARQL endpoint user";
# home = stateDir;
};
+1 -1
View File
@@ -45,7 +45,7 @@ with lib;
users.extraUsers = singleton
{ name = fourStoreUser;
uid = config.ids.uids.fourStore;
uid = config.ids.uids.fourstore;
description = "4Store database user";
home = stateDir;
};