Files
dotfiles/sops.nix
uttarayan21 be5b646ece
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m29s
refactor: centralize SOPS configuration in separate file
2025-09-03 14:22:01 +05:30

8 lines
173 B
Nix

{device, ...}: {
sops = {
defaultSopsFile = secrets/secrets.yaml;
defaultSopsFormat = "yaml";
age.keyFile = "${device.home}/.config/sops/age/keys.txt";
};
}