refactored *arr
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-05-18 16:58:36 +02:00
parent a2511aa708
commit bc954cc68d
11 changed files with 51 additions and 104 deletions

View file

@ -0,0 +1,7 @@
{ ... }: {
services.radarr = {
enable = true;
openFirewall = true;
dataDir = "/var/lib/radarr";
};
}