From c4549e002be6b8ebddcb38f981131ec6e1a3862c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Mar 2023 18:45:32 -0300 Subject: system.scm: add "SetEnv" to sshd Explicitly set `GIT_CONFIG_GLOBAL=/etc/gitconfig` so that one can push with options (e.g. `git push -o ci.skip`) without having to authorize Git repositories individually, as `/etc/gitconfig` already contains that. --- src/infrastructure/guix/system.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 83617f9..6b2ff14 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -336,6 +336,7 @@ ClientAliveInterval 30 ClientAliveCountMax 20 MaxSessions 20 + SetEnv GIT_CONFIG_GLOBAL=/etc/gitconfig "#))) (simple-service 'extra-rottlog-rotations rottlog-service-type (list -- cgit v1.2.3