From b4f025c019f55c5e88bdac78fdb7f17dddb1f6cf Mon Sep 17 00:00:00 2001 From: Valeriy Filippov Date: Mon, 6 Apr 2026 17:43:39 +0300 Subject: [PATCH] mise: fix mise env decryption problem mise use rops under the hood, so variable SOPS_AGE_KEY_FILE not working properly when you open new terminal pane in directory under mise config. Change it to sops.age_key_file setting fixes the problem. --- mise/config.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mise/config.toml b/mise/config.toml index 3ca8672..f8b6826 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -1,10 +1,9 @@ [settings] experimental = true env_shell_expand = true +sops.age_key_file = "$HOME/.config/sops/.age" [env] -_.file = ".secrets.yaml" -SOPS_AGE_KEY_FILE = "$HOME/.config/sops/.age" TFENV_REMOTE = "https://hashicorp-releases.yandexcloud.net" K9S_FEATURE_GATE_NODE_SHELL = true