dotfiles/home/secrets/sops.nix

7 lines
116 B
Nix
Raw Normal View History

2023-05-11 23:26:32 +02:00
{config, ...}: {
2023-02-07 03:55:12 +01:00
sops = {
gnupg.home = config.programs.gpg.homedir;
2023-02-19 00:18:25 +01:00
defaultSopsFile = ./main.yaml;
2023-02-07 03:55:12 +01:00
};
}