base/secrets: revert key location to $XDG_CONFIG_HOME/sops/age/keys.txt

This commit is contained in:
2025-08-21 22:10:25 -07:00
parent b8e780f91c
commit 4d5917ac0d

View File

@@ -13,6 +13,6 @@ with lib;
config = {
sops.defaultSopsFile = ./secrets/secrets.yaml;
sops.defaultSopsFormat = "yaml";
sops.age.keyFile = "/home/etorres/.config/sops-nix/keys.txt";
sops.age.keyFile = "/home/etorres/.config/sops/age/keys.txt";
};
}