nixos-system/modules/sops.nix

7 lines
92 B
Nix
Raw Normal View History

2024-04-08 19:36:52 -04:00
_: {
sops = {
defaultSopsFile = ../secrets/secrets.yaml;
age.keyFile = "";
};
}