about summary refs log tree commit diff
path: root/nixos/modules/misc
diff options
context:
space:
mode:
authorEdward Tjörnhammar <ed@cflags.cc>2015-01-14 22:08:19 +0100
committerEdward Tjörnhammar <ed@cflags.cc>2015-01-14 22:08:47 +0100
commit837cfbb9ea65d9b0b3b8dcf4b511d528e2874166 (patch)
treeabb930d4c041d4dde54f49e2e3d30be680ee77d6 /nixos/modules/misc
parenta512ddbb3e6dc06275af18c7bbb0ba4249f3eae0 (diff)
downloadnixlib-837cfbb9ea65d9b0b3b8dcf4b511d528e2874166.tar
nixlib-837cfbb9ea65d9b0b3b8dcf4b511d528e2874166.tar.gz
nixlib-837cfbb9ea65d9b0b3b8dcf4b511d528e2874166.tar.bz2
nixlib-837cfbb9ea65d9b0b3b8dcf4b511d528e2874166.tar.lz
nixlib-837cfbb9ea65d9b0b3b8dcf4b511d528e2874166.tar.xz
nixlib-837cfbb9ea65d9b0b3b8dcf4b511d528e2874166.tar.zst
nixlib-837cfbb9ea65d9b0b3b8dcf4b511d528e2874166.zip
nixos: adding nylon service with uid,gid
Diffstat (limited to 'nixos/modules/misc')
-rw-r--r--nixos/modules/misc/ids.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index b5f9f5ca55a0..7bfbefb348f0 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -175,6 +175,7 @@
       gitlab = 165;
       tox-bootstrapd = 166;
       cadvisor = 167;
+      nylon = 168;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
@@ -313,6 +314,7 @@
       bosun = 161;
       kubernetes = 162;
       gitlab = 165;
+      nylon = 166;
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal