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

7 lines
98 B
Nix

{...}: {
config = {
sops = {
age.keyFile = "/var/lib/sops-nix/key.txt";
};
};
}