apps
This commit is contained in:
parent
c003e4c44c
commit
f2dc32ac0c
5 changed files with 86 additions and 2 deletions
10
home/sops.nix
Normal file
10
home/sops.nix
Normal 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";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue