mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
service/exportarr: init
This commit is contained in:
parent
a10e9a50ca
commit
911d5c7baa
6 changed files with 133 additions and 0 deletions
|
@ -26,6 +26,11 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
my.services.exportarr.radarr = {
|
||||
port = port + 1;
|
||||
url = "http://127.0.0.1:${toString port}";
|
||||
};
|
||||
|
||||
webapps.apps.radarr = {
|
||||
dashboard = {
|
||||
name = "Movies";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue