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.
This commit is contained in:
Valeriy Filippov
2026-04-17 11:03:41 +03:00
parent b4f025c019
commit 36e44c4ea8

View File

@@ -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