service/exportarr: init

This commit is contained in:
Felix Buehler 2023-07-22 16:05:28 +02:00
parent a10e9a50ca
commit 911d5c7baa
6 changed files with 133 additions and 0 deletions

View file

@ -26,6 +26,11 @@ in
}
];
my.services.exportarr.sonarr = {
port = port + 1;
url = "http://127.0.0.1:${toString port}";
};
webapps.apps.sonarr = {
dashboard = {
name = "Series";