service/prowlarr: init from legacy

This commit is contained in:
Felix Buehler 2023-03-15 22:36:29 +01:00
parent c9311fdf4f
commit 38d30d725b
5 changed files with 52 additions and 32 deletions

View file

@ -20,6 +20,9 @@ in
sshKeyFile = secrets."borgbackup/ssh_key".path;
};
prowlarr = {
enable = true;
};
radarr = {
enable = true;
};