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

9 lines
162 B
Nix

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