Create home-manager module for sops

This commit is contained in:
Pim Kunis 2024-11-11 21:57:58 +01:00
parent 8c35cb9f61
commit 9ccbf41324
4 changed files with 26 additions and 11 deletions

View file

@ -12,7 +12,7 @@
./gnome.nix
./syncthing.nix
./vscode.nix
inputs.sops-nix.homeManagerModules.sops
./sops.nix
inputs.nix-index-database.hmModules.nix-index
];
@ -245,13 +245,4 @@
};
};
};
sops = {
age.keyFile = "${config.xdg.configHome}/sops/age/keys.txt";
defaultSopsFile = "${self}/secrets/pim.yaml";
secrets = {
"keepassxc".path = "${config.xdg.configHome}/keepassxc/keepassxc.ini";
};
};
}