summary refs log tree commit diff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-12-08 10:02:57 +0100
committerMatej Cotman <cotman.matej@gmail.com>2015-02-07 15:32:20 +0100
commit8c79a2df6335d979f523b76f5f5153afe8f594bc (patch)
tree599765c83640f4f378c835b3640e3a6c9c448e49 /nixos/modules/misc/ids.nix
parent73c43b4e4f9d47e4a47fef6b210fb97a1ad8cc75 (diff)
downloadnixpkgs-8c79a2df6335d979f523b76f5f5153afe8f594bc.tar
nixpkgs-8c79a2df6335d979f523b76f5f5153afe8f594bc.tar.gz
nixpkgs-8c79a2df6335d979f523b76f5f5153afe8f594bc.tar.bz2
nixpkgs-8c79a2df6335d979f523b76f5f5153afe8f594bc.tar.lz
nixpkgs-8c79a2df6335d979f523b76f5f5153afe8f594bc.tar.xz
nixpkgs-8c79a2df6335d979f523b76f5f5153afe8f594bc.tar.zst
nixpkgs-8c79a2df6335d979f523b76f5f5153afe8f594bc.zip
panamax: new package and service
Diffstat (limited to 'nixos/modules/misc/ids.nix')
-rw-r--r--nixos/modules/misc/ids.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 7415af8ab6a..f3cda7b9541 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -177,6 +177,8 @@
       cadvisor = 167;
       nylon = 168;
       apache-kafka = 169;
+      panamax = 170;
+
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
       nixbld = 30000; # start of range of uids
@@ -315,6 +317,7 @@
       kubernetes = 162;
       gitlab = 165;
       nylon = 166;
+      panamax = 170;
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal