Add sops env var

This commit is contained in:
Martin Pander
2026-02-07 16:28:40 +01:00
parent 3bdd7e1c50
commit bd3e120fb0
3 changed files with 16 additions and 12 deletions

View File

@@ -13,4 +13,8 @@
keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
};
};
home.sessionVariables = {
SOPS_AGE_KEY_FILE = config.sops.age.keyFile;
};
}