mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/exportarr: fix apikey
This commit is contained in:
parent
724ca9dc1a
commit
e4d8129873
7 changed files with 97 additions and 13 deletions
|
@ -26,11 +26,6 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
my.services.exportarr.bazarr = {
|
||||
port = port + 1;
|
||||
url = "http://127.0.0.1:${toString port}";
|
||||
};
|
||||
|
||||
webapps.apps.bazarr = {
|
||||
dashboard = {
|
||||
name = "Subtitles";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue