Add Radarr
This commit is contained in:
parent
87dbe50e8c
commit
5dc4818cc3
1 changed files with 13 additions and 0 deletions
|
|
@ -71,6 +71,7 @@
|
||||||
8096 # Jellyfin
|
8096 # Jellyfin
|
||||||
15835 # Glance
|
15835 # Glance
|
||||||
15836 # qBittorrent (Web UI)
|
15836 # qBittorrent (Web UI)
|
||||||
|
15837 # Radarr
|
||||||
17650 # qBittorrent (torrent)
|
17650 # qBittorrent (torrent)
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
@ -231,6 +232,13 @@
|
||||||
LegalNotice.Accepted = true;
|
LegalNotice.Accepted = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
radarr = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.unstable.radarr;
|
||||||
|
settings = {
|
||||||
|
server.port = 15837;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
|
@ -262,6 +270,11 @@
|
||||||
"media"
|
"media"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
radarr = {
|
||||||
|
extraGroups = [
|
||||||
|
"media"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue