summary refs log tree commit diff
path: root/modules/misc
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom.stdin@gmail.com>2011-04-15 16:10:13 +0000
committerEvgeny Egorochkin <phreedom.stdin@gmail.com>2011-04-15 16:10:13 +0000
commita09414065528eebf61af67e9d67f2782a210c690 (patch)
tree03bdbaa24a4c4c70ed9ad5631fa01500c72aa2aa /modules/misc
parent7a4685d28d71d92f14bac1c054d27da8af4fc414 (diff)
downloadnixpkgs-a09414065528eebf61af67e9d67f2782a210c690.tar
nixpkgs-a09414065528eebf61af67e9d67f2782a210c690.tar.gz
nixpkgs-a09414065528eebf61af67e9d67f2782a210c690.tar.bz2
nixpkgs-a09414065528eebf61af67e9d67f2782a210c690.tar.lz
nixpkgs-a09414065528eebf61af67e9d67f2782a210c690.tar.xz
nixpkgs-a09414065528eebf61af67e9d67f2782a210c690.tar.zst
nixpkgs-a09414065528eebf61af67e9d67f2782a210c690.zip
4store database service: packaged
svn path=/nixos/trunk/; revision=26852
Diffstat (limited to 'modules/misc')
-rw-r--r--modules/misc/ids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/misc/ids.nix b/modules/misc/ids.nix
index 385c6d63e00..be979444d56 100644
--- a/modules/misc/ids.nix
+++ b/modules/misc/ids.nix
@@ -60,6 +60,7 @@ in
     kdm = 39;
     ghostOne = 40;
     git = 41;
+    fourStore = 42;
     # When adding a uid, make sure it doesn't match an existing gid.
 
     nixbld = 30000; # start of range of uids
@@ -102,6 +103,7 @@ in
     osgi = 34;
     ghostOne = 40;
     git = 41;
+    fourStore = 42;
     # When adding a gid, make sure it doesn't match an existing uid.
 
     users = 100;