This commit is contained in:
Spectre 2024-06-07 17:34:59 +02:00
parent c003e4c44c
commit f2dc32ac0c
5 changed files with 86 additions and 2 deletions

10
home/sops.nix Normal file
View file

@ -0,0 +1,10 @@
{
conf,
sops-nix,
...
}: {
imports = [sops-nix.homeManagerModules.sops];
sops = {
age.keyFile = "/persist/data${conf.home}/.config/sops/age/keys.txt";
};
}