mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
fix: tvheadend, remove virtualhostgen
This commit is contained in:
parent
600d890b7f
commit
64640e0c60
1 changed files with 0 additions and 10 deletions
|
|
@ -11,16 +11,6 @@
|
|||
tcp.ports = [ 9981 9982 ];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts = kw.virtualHostGen {
|
||||
networkFilter = [ "private" "yggdrasil" ];
|
||||
block = {
|
||||
locations."/tvheadend" = {
|
||||
proxyPass = "http://127.0.0.1:9981";
|
||||
extraConfig = "proxy_pass_header X-Transmission-Session-Id;";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
systemd.services.antennas = {
|
||||
wantedBy = [ "plex.service" ];
|
||||
after = [ "tvheadend-kat.service" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue