Compare commits
2 commits
f0bcdd9946
...
c3247000e9
| Author | SHA1 | Date | |
|---|---|---|---|
| c3247000e9 | |||
| e9a6d153ad |
1 changed files with 2 additions and 0 deletions
|
|
@ -235,12 +235,14 @@
|
|||
};
|
||||
radarr = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.radarr;
|
||||
settings = {
|
||||
server.port = 15837;
|
||||
};
|
||||
};
|
||||
sonarr = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.sonarr;
|
||||
settings = {
|
||||
server.port = 15838;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue