diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 15:29:54 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 15:29:54 -0700 |
| commit | 2accf9ae707ed60700e5932e6761185b67f03017 (patch) | |
| tree | e41682e90ba85a4f12655e085bf02affcc4888b0 | |
| parent | 689785c0cbd465e2d04e7816666955e868ff4fb0 (diff) | |
hopefully lol
| -rw-r--r-- | config/nix.org | 4 | ||||
| m--------- | nix | 0 |
2 files changed, 3 insertions, 1 deletions
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 = { diff --git a/nix b/nix -Subproject 106f924831a4fa8dbbd3bf065547c26c0e429d7 +Subproject 21f6b901504b17141d4c4cd60dfdfff7fac24f2 |
