From 60e8b9881bf52a92a542832f817b84b195ad3f58 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 1 Jul 2015 10:47:18 +0200 Subject: [PATCH] The new queue runner requires "hydra" to be a trusted Nix user (Because it does unsigned imports into the store.) --- hydra-module.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hydra-module.nix b/hydra-module.nix index d7cd7c8f..56ac6fee 100644 --- a/hydra-module.nix +++ b/hydra-module.nix @@ -186,6 +186,8 @@ in build-compress-log = false ''; + nix.trustedUsers = [ "hydra" ]; + systemd.services.hydra-init = { wantedBy = [ "multi-user.target" ]; requires = [ "postgresql.service" ];