Add Prowlarr
This commit is contained in:
parent
f0bcdd9946
commit
f771b11b13
1 changed files with 7 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
|||
15836 # qBittorrent (Web UI)
|
||||
15837 # Radarr
|
||||
15838 # Sonarr
|
||||
15839 # Prowlarr
|
||||
17650 # qBittorrent (torrent)
|
||||
];
|
||||
};
|
||||
|
|
@ -245,6 +246,12 @@
|
|||
server.port = 15838;
|
||||
};
|
||||
};
|
||||
prowlarr = {
|
||||
enable = true;
|
||||
settings = {
|
||||
server.port = 15839;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue