snowflake/modules/sops.nix

7 lines
133 B
Nix
Raw Normal View History

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