From 4b48249186559a70d0af581a2d79c9353f761866 Mon Sep 17 00:00:00 2001 From: jahanson Date: Tue, 21 May 2024 13:54:51 -0500 Subject: [PATCH] trust --- nixos/profiles/global/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/profiles/global/nix.nix b/nixos/profiles/global/nix.nix index 851cdf3..946908e 100644 --- a/nixos/profiles/global/nix.nix +++ b/nixos/profiles/global/nix.nix @@ -40,7 +40,7 @@ connect-timeout = 25; # Avoid copying unnecessary stuff over SSH builders-use-substitutes = true; - trusted-users = [ "root" "@wheel" ]; + trusted-users = [ "root" "@wheel" "gitea-runner" ]; warn-dirty = false; # The default at 10 is rarely enough. log-lines = lib.mkDefault 25;