diff options
Diffstat (limited to 'ops')
-rw-r--r-- | ops/kms_pass.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/kms_pass.nix b/ops/kms_pass.nix index 14989b392dd1..b8a97d1332f8 100644 --- a/ops/kms_pass.nix +++ b/ops/kms_pass.nix @@ -14,6 +14,7 @@ in (writeShellScriptBin "pass" '' CMD="$1" readonly SECRET=$2 + readonly SECRETS_DIR=${./secrets} readonly SECRET_PATH="$SECRETS_DIR/$SECRET" function secret_check { |