From 7f25cab5f82ea888b1e6d00dc57809ec97dee334 Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Wed, 13 Mar 2024 22:28:30 +0000 Subject: [PATCH] www: cleanup emby --- modules/www/global.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/www/global.nix b/modules/www/global.nix index a9df42f..a8fe0ab 100644 --- a/modules/www/global.nix +++ b/modules/www/global.nix @@ -40,9 +40,6 @@ in "homeassistant.hillion.co.uk".extraConfig = '' reverse_proxy http://homeassistant.homeassistant.ts.hillion.co.uk:8123 ''; - "emby.hillion.co.uk".extraConfig = '' - reverse_proxy http://plex.mediaserver.ts.hillion.co.uk:8096 - ''; "gitea.hillion.co.uk".extraConfig = '' reverse_proxy http://${locations.services.gitea}:3000 '';