From 0858ece1ad0bd281d2332c40f9fd08005e04a3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 23 Mar 2016 12:14:31 +0000 Subject: [PATCH] Pin hydra-www and hydra-queue-runner uids hydra user is already pinned, this is needed due to https://github.com/NixOS/nixpkgs/issues/14148 --- nixos/modules/misc/ids.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/misc/ids.nix b/nixos/modules/misc/ids.nix index 6ae37f273df0..bb55bd342beb 100644 --- a/nixos/modules/misc/ids.nix +++ b/nixos/modules/misc/ids.nix @@ -253,6 +253,8 @@ pdnsd = 229; octoprint = 230; avahi-autoipd = 231; + hydra-queue-runner = 232; + hydra-www = 233; # When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!