summary refs log tree commit diff
path: root/nixos/modules/misc/ids.nix
diff options
context:
space:
mode:
authorShawn Warren <shawn.warren@rackspace.com>2016-07-22 17:29:18 -0500
committerRok Garbas <rok@garbas.si>2016-07-23 00:29:18 +0200
commit9886c80daa8c5601f3a6de2a1512d00435da3432 (patch)
tree10b9e34c1ae379950faac330278cd76a9b755023 /nixos/modules/misc/ids.nix
parentc4c378b6138ac224f2de13ecf172a760104dae3e (diff)
downloadnixlib-9886c80daa8c5601f3a6de2a1512d00435da3432.tar
nixlib-9886c80daa8c5601f3a6de2a1512d00435da3432.tar.gz
nixlib-9886c80daa8c5601f3a6de2a1512d00435da3432.tar.bz2
nixlib-9886c80daa8c5601f3a6de2a1512d00435da3432.tar.lz
nixlib-9886c80daa8c5601f3a6de2a1512d00435da3432.tar.xz
nixlib-9886c80daa8c5601f3a6de2a1512d00435da3432.tar.zst
nixlib-9886c80daa8c5601f3a6de2a1512d00435da3432.zip
Add gocd agent and server service packages (#16273)
GoCD is an open source continuous delivery server specializing in advanced workflow
modeling and visualization.  Update maintainers list to include swarren83.  Update
module list to include gocd agent and server module.  Update packages list to include
gocd agent and server package.  Update version, revision and checksum for GoCD
release 16.5.0.
Diffstat (limited to 'nixos/modules/misc/ids.nix')
-rw-r--r--nixos/modules/misc/ids.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index 7f387b25a208..3ba279f597da 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -271,6 +271,8 @@
       squeezelite = 248;
       turnserver = 249;
       smokeping = 250;
+      gocd-agent = 251;
+      gocd-server = 252;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
 
@@ -512,6 +514,8 @@
       #squeezelite = 248; #unused
       turnserver = 249;
       smokeping = 250;
+      gocd-agent = 251;
+      gocd-server = 252;
 
       # When adding a gid, make sure it doesn't match an existing
       # uid. Users and groups with the same name should have equal