snowflake/modules/sops.nix

7 lines
129 B
Nix
Raw Normal View History

2023-06-11 02:08:06 -04:00
_: {
2023-05-14 05:57:15 -04:00
sops = {
defaultSopsFile = ../secrets/secrets.yaml;
age.keyFile = "/home/notoh/.config/sops/age/keys.txt";
};
}