From 2accf9ae707ed60700e5932e6761185b67f03017 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sat, 11 Apr 2026 15:29:54 -0700 Subject: hopefully lol --- config/nix.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/nix.org') diff --git a/config/nix.org b/config/nix.org index 24a4c3f..be08e0a 100644 --- a/config/nix.org +++ b/config/nix.org @@ -1993,7 +1993,6 @@ in mkdir -p /var/lib/public-inbox/.tmp chmod 0700 /var/lib/public-inbox/.tmp ln -sfn ${config.sops.templates."public-inbox-netrc".path} /var/lib/public-inbox/.netrc - git config --global credential.helper 'store --file /run/secrets/public-inbox-git-credentials' ''; environment = { PUBLIC_INBOX_FORCE_IPV4 = "1"; @@ -2001,6 +2000,9 @@ in HOME = "/var/lib/public-inbox"; TMPDIR = "/var/lib/public-inbox/.tmp"; GIT_TERMINAL_PROMPT = "0"; + GIT_CONFIG_COUNT = "1"; + GIT_CONFIG_KEY_0 = "credential.helper"; + GIT_CONFIG_VALUE_0 = "store --file /run/secrets/public-inbox-git-credentials"; }; serviceConfig = { -- cgit v1.3