set up makemkv persistence

This commit is contained in:
Leyla Becker 2025-06-04 18:37:53 -05:00
parent 7363fc97bc
commit 0f26b73f6a
5 changed files with 45 additions and 2 deletions

View file

@ -0,0 +1,7 @@
{...}: {
config = {
sops = {
age.keyFile = "/var/lib/sops-nix/key.txt";
};
};
}