diff options
-rw-r--r-- | modules/certspotter.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certspotter.nix b/modules/certspotter.nix index f8256654..ff7ff7c2 100644 --- a/modules/certspotter.nix +++ b/modules/certspotter.nix | |||
@@ -10,7 +10,7 @@ let | |||
10 | runtimeInputs = with pkgs; [ coreutils ]; | 10 | runtimeInputs = with pkgs; [ coreutils ]; |
11 | text = '' | 11 | text = '' |
12 | mkdir -p "''${LOGS_DIRECTORY}" | 12 | mkdir -p "''${LOGS_DIRECTORY}" |
13 | env > "$(mktemp -p "''${LOGS_DIRECTORY}" "$(date -Iseconds).XXXXXXXXXX.env")" | 13 | env > "$(mktemp -p "''${LOGS_DIRECTORY}" "$(date -Iseconds).''${PUBKEY_HASH:-na}.XXXXXXXXXX.env")" |
14 | ''; | 14 | ''; |
15 | }; | 15 | }; |
16 | 16 | ||