From 0f4319f6ecf162ac89e08a4387034670f8122a50 Mon Sep 17 00:00:00 2001 From: jahanson Date: Tue, 21 May 2024 14:12:28 -0500 Subject: [PATCH] update trusted user. --- agents/linux.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/agents/linux.nix b/agents/linux.nix index adce879..f24fa39 100644 --- a/agents/linux.nix +++ b/agents/linux.nix @@ -20,6 +20,7 @@ restartUnits = [ "gitea-runner-default.service" ]; }; + nix.settings.trusted-users = [ "gitea-runner" ]; virtualisation.docker.enable = true;