Compare commits

...

2 commits

Author SHA1 Message Date
5fb4292e1c
Enable radarr on sisko
Some checks failed
EVAL aarch64-linux.sisko
BUILD aarch64-linux.sisko
UPLOAD aarch64-linux.sisko
DOWNLOAD aarch64-linux.sisko
CACHIX aarch64-linux.sisko
ATTIC aarch64-linux.sisko
/ test (push) Successful in 1m41s
2025-03-14 10:00:25 +01:00
9d8b575f3a
Disable transmission queue 2025-03-14 10:00:17 +01:00
3 changed files with 8 additions and 0 deletions

View file

@ -34,6 +34,7 @@
"jellyfin"
"firefly"
"matrix"
"radarr"
]
++ [
./disko.nix

View file

@ -0,0 +1,5 @@
{
services.radarr = {
enable = true;
};
}

View file

@ -8,6 +8,8 @@
download-dir = "/mnt/hd/torrent";
incomplete-dir = "/mnt/hd/torrent/.incomplete";
download-queue-enabled = false;
rpc-bind-address = "0.0.0.0";
peer-port = 51413; # Forward both TCP and UDP on router traffic from router
rpc-whitelist-enabled = false;