Compare commits
2 commits
54e15511e8
...
5fb4292e1c
Author | SHA1 | Date | |
---|---|---|---|
5fb4292e1c | |||
9d8b575f3a |
3 changed files with 8 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
"jellyfin"
|
"jellyfin"
|
||||||
"firefly"
|
"firefly"
|
||||||
"matrix"
|
"matrix"
|
||||||
|
"radarr"
|
||||||
]
|
]
|
||||||
++ [
|
++ [
|
||||||
./disko.nix
|
./disko.nix
|
||||||
|
|
5
modules/radarr/default.nix
Normal file
5
modules/radarr/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
services.radarr = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -8,6 +8,8 @@
|
||||||
download-dir = "/mnt/hd/torrent";
|
download-dir = "/mnt/hd/torrent";
|
||||||
incomplete-dir = "/mnt/hd/torrent/.incomplete";
|
incomplete-dir = "/mnt/hd/torrent/.incomplete";
|
||||||
|
|
||||||
|
download-queue-enabled = false;
|
||||||
|
|
||||||
rpc-bind-address = "0.0.0.0";
|
rpc-bind-address = "0.0.0.0";
|
||||||
peer-port = 51413; # Forward both TCP and UDP on router traffic from router
|
peer-port = 51413; # Forward both TCP and UDP on router traffic from router
|
||||||
rpc-whitelist-enabled = false;
|
rpc-whitelist-enabled = false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue