feat: implement more stuff with new servarr module
Some checks failed
Test action / kaas (push) Failing after 0s

This commit is contained in:
Chris Kruining 2025-12-08 16:29:02 +01:00
parent 894774be4f
commit 4826cb6a72
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
3 changed files with 152 additions and 320 deletions

View file

@ -165,9 +165,13 @@
media.mydia.enable = true;
media.nfs.enable = true;
media.servarr = {
# radarr = {
# port = 2001;
# };
radarr = {
enable = true;
port = 2001;
rootFolders = [
"/var/media/movies"
];
};
sonarr = {
enable = true;