summaryrefslogtreecommitdiffstats
path: root/Zpkgs
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-07-22 19:09:27 +0200
committertv <tv@shackspace.de>2015-07-22 19:09:27 +0200
commitcf53d56a92a67d0210d126acb60270ee5a4b4a21 (patch)
treeec278f3e4f3e7eaea079e1ec165bd97feb535047 /Zpkgs
parent2a8366cbd9a5b1c71e4f1c77b5f866625b9fe801 (diff)
Zpkgs tv genid: bump min
Diffstat (limited to 'Zpkgs')
-rw-r--r--Zpkgs/tv/genid.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zpkgs/tv/genid.nix b/Zpkgs/tv/genid.nix
index 22ef6d29..c75bec31 100644
--- a/Zpkgs/tv/genid.nix
+++ b/Zpkgs/tv/genid.nix
@@ -13,7 +13,8 @@ pkgs.writeScriptBin "genid" ''
name=$1
hash=$(printf %s "$name" | sha1sum | cut -d\ -f1 | tr a-f A-F)
echo "
- min=2^16 # bigger than nobody and nogroup, see <nixos/modules/misc/ids.nix>
+ min=2^24 # bigger than nobody and nogroup, see <nixos/modules/misc/ids.nix>
+ # and some spare for stuff like lxd.
max=2^32 # see 2^(8*sizeof(uid_t))
ibase=16
($hash + min) % max