nix-config/home/modules/cli/sops.nix

8 lines
206 B
Nix

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