diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-28 11:31:39 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-28 11:31:39 +0200 |
commit | aa5619c79efd428a9bbf727e253362fc7e53c841 (patch) | |
tree | 2217bf88518509155f864a91f46bcb4ea268491a /modules | |
parent | c3dd9cdd02454c18afb056a04670d068be142589 (diff) | |
download | nixos-aa5619c79efd428a9bbf727e253362fc7e53c841.tar nixos-aa5619c79efd428a9bbf727e253362fc7e53c841.tar.gz nixos-aa5619c79efd428a9bbf727e253362fc7e53c841.tar.bz2 nixos-aa5619c79efd428a9bbf727e253362fc7e53c841.tar.xz nixos-aa5619c79efd428a9bbf727e253362fc7e53c841.zip |
certspotter: ...
Diffstat (limited to 'modules')
-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 | ||