nixos-config/home/profiles/secrets/default.nix

7 lines
128 B
Nix

{config, ...}: {
sops = {
age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
};
imports = [];
}