From a3155a0e2ac7bc875e6bdbcbd44c336714cfc0da Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Sat, 12 Apr 2014 21:20:16 -0500 Subject: nixos: add a UID for Hydra Otherwise the Hydra module can't be used when mutableUsers = false; Signed-off-by: Austin Seipp --- nixos/modules/misc/ids.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index c6581fee551b..664aed7fbc9a 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -129,6 +129,7 @@ foundationdb = 118; newrelic = 119; starbound = 120; + hydra = 121; # When adding a uid, make sure it doesn't match an existing gid. -- cgit 1.4.1