From 9a90ce0bf71926cd3edf44e39bf3b789e15691c3 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 26 Sep 2014 01:44:09 -0700 Subject: [PATCH] nixos/ids: Add consul --- nixos/modules/misc/ids.nix | 5 +++-- 1 file 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!