summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2014-09-26 01:44:09 -0700
committerWilliam A. Kennington III <william@wkennington.com>2014-09-26 01:44:14 -0700
commit9a90ce0bf71926cd3edf44e39bf3b789e15691c3 (patch)
tree22a3768a171dba02e30933e7a6d0570662697699 /nixos
parentfe4337b606cf7d4b5f5eac47d51fb1e9aabdd5fd (diff)
downloadnixpkgs-9a90ce0bf71926cd3edf44e39bf3b789e15691c3.tar
nixpkgs-9a90ce0bf71926cd3edf44e39bf3b789e15691c3.tar.gz
nixpkgs-9a90ce0bf71926cd3edf44e39bf3b789e15691c3.tar.bz2
nixpkgs-9a90ce0bf71926cd3edf44e39bf3b789e15691c3.tar.lz
nixpkgs-9a90ce0bf71926cd3edf44e39bf3b789e15691c3.tar.xz
nixpkgs-9a90ce0bf71926cd3edf44e39bf3b789e15691c3.tar.zst
nixpkgs-9a90ce0bf71926cd3edf44e39bf3b789e15691c3.zip
nixos/ids: Add consul
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/misc/ids.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix
index cd5e6019cef..e5506bcc698 100644
--- a/nixos/modules/misc/ids.nix
+++ b/nixos/modules/misc/ids.nix
@@ -150,8 +150,9 @@
       zookeeper = 140;
       dnsmasq = 141;
       uhub = 142;
-      yandexdisk=143;
-      collectd=144;
+      yandexdisk = 143;
+      collectd = 144;
+      consul = 145;
 
       # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!