This commit is contained in:
Joseph Hanson 2024-05-21 13:54:51 -05:00
parent cb12df5d48
commit 4b48249186

View file

@ -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;