forked from jan-leila/nix-config
set up makemkv persistence
This commit is contained in:
parent
7363fc97bc
commit
0f26b73f6a
5 changed files with 45 additions and 2 deletions
7
modules/home-manager-modules/sops.nix
Normal file
7
modules/home-manager-modules/sops.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
config = {
|
||||
sops = {
|
||||
age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue