From 36e44c4ea8850a50538d89e9e3b7206961379e00 Mon Sep 17 00:00:00 2001 From: Valeriy Filippov Date: Fri, 17 Apr 2026 11:03:41 +0300 Subject: [PATCH] mise: fix mise env decryption problem #2 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/mise/config.toml b/mise/config.toml index f8b6826..5044e8f 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -4,6 +4,7 @@ env_shell_expand = true sops.age_key_file = "$HOME/.config/sops/.age" [env] +SOPS_AGE_KEY_FILE = "$HOME/.config/sops/.age" TFENV_REMOTE = "https://hashicorp-releases.yandexcloud.net" K9S_FEATURE_GATE_NODE_SHELL = true