mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/prowlarr: fix subdomain
This commit is contained in:
parent
15f8279171
commit
450eedc2d0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ in
|
||||||
|
|
||||||
my.services.nginx.virtualHosts = [
|
my.services.nginx.virtualHosts = [
|
||||||
{
|
{
|
||||||
subdomain = "movies";
|
subdomain = "indexer";
|
||||||
inherit port;
|
inherit port;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue