From 6a0b124c215f844d90b3feb0805f16f7849be7a9 Mon Sep 17 00:00:00 2001 From: jahanson Date: Tue, 21 May 2024 14:04:43 -0500 Subject: [PATCH] Remove --- 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 946908e..851cdf3 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" "gitea-runner" ]; + trusted-users = [ "root" "@wheel" ]; warn-dirty = false; # The default at 10 is rarely enough. log-lines = lib.mkDefault 25;