From d43da3c4886a396885f9aa2b051fc5909346b3bd Mon Sep 17 00:00:00 2001 From: Domen Kožar Date: Wed, 23 Mar 2016 12:14:31 +0000 Subject: Pin hydra-www and hydra-queue-runner uids MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit hydra user is already pinned, this is needed due to https://github.com/NixOS/nixpkgs/issues/14148 (cherry picked from commit 0858ece1ad0bd281d2332c40f9fd08005e04a3c5) Signed-off-by: Domen Kožar --- nixos/modules/misc/ids.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/misc') diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index d0914df9c287..46c288f9296b 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -256,6 +256,8 @@ nntp-proxy = 232; mjpg-streamer = 233; radicale = 234; + hydra-queue-runner = 235; + hydra-www = 236; # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399! -- cgit 1.4.1