From dc292fea5dec14b72b99f3e924377c1e454b3c14 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 17:50:28 +0200 Subject: [PATCH] feat: add hydra to trusted users --- hosts/nuos/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index f878085..f2547f5 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -98,7 +98,9 @@ }; nix = { - settings.trusted-substituters = [ "ssh://nix-ssh@192.168.42.5" ]; + settings = { + trusted-users = [ "hydra-queue-runner" ]; + }; buildMachines = [ ]; distributedBuilds = false; settings.builders-use-substitutes = true;