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;