diff --git a/instances/freya/configuration.nix b/instances/freya/configuration.nix index 2e02bda..2ca39de 100644 --- a/instances/freya/configuration.nix +++ b/instances/freya/configuration.nix @@ -106,11 +106,6 @@ in enable = true; bantime-increment.enable = true; }; - plex = { - enable = true; - openFirewall = true; - group = "users"; - }; # jellyfin = { enable = true; openFirewall = true; group = "users"; }; home-assistant = { @@ -331,7 +326,6 @@ in "open_meteo" "notify" "ping" - "plex" "proximity" "radarr" "radio_browser" diff --git a/instances/heimdall/configuration.nix b/instances/heimdall/configuration.nix index 761675e..f254357 100644 --- a/instances/heimdall/configuration.nix +++ b/instances/heimdall/configuration.nix @@ -85,7 +85,7 @@ in services = { music-assistant = { enable = true; - providers = [ "chromecast" "dlna" "filesystem_local" "hass" "hass_players" "jellyfin" "player_group" "plex" "radiobrowser" "soundcloud" "tidal" ]; + providers = [ "chromecast" "dlna" "filesystem_local" "hass" "hass_players" "jellyfin" "player_group" "radiobrowser" "soundcloud" "tidal" ]; }; mosquitto = { enable = true; @@ -155,11 +155,6 @@ in enable = true; bantime-increment.enable = true; }; - plex = { - enable = true; - openFirewall = true; - group = "users"; - }; jellyfin = { enable = true; openFirewall = true; @@ -387,7 +382,6 @@ in "open_meteo" "notify" "ping" - "plex" "proximity" "radarr" "radio_browser" diff --git a/instances/loki/configuration.nix b/instances/loki/configuration.nix index 740e874..98748ee 100644 --- a/instances/loki/configuration.nix +++ b/instances/loki/configuration.nix @@ -108,7 +108,6 @@ in logind.lidSwitch = "ignore"; # node-red = { enable = true; openFirewall = true; withNpmAndGcc = true; }; openssh = { enable = true; openFirewall = true; }; - # plex = { enable = true; openFirewall = true; group = "users"; }; # power-profiles-daemon.enable = true; # prowlarr = { enable = true; openFirewall = true; }; # radarr = { enable = true; openFirewall = true; group = "users"; }; @@ -458,7 +457,6 @@ in "notify" "open_meteo" "ping" - "plex" "proximity" "radarr" "radio_browser" diff --git a/instances/odin/configuration.nix b/instances/odin/configuration.nix index 753d536..e56e2d4 100644 --- a/instances/odin/configuration.nix +++ b/instances/odin/configuration.nix @@ -411,7 +411,6 @@ in "notify" "open_meteo" "ping" - "plex" "proximity" "radarr" "radio_browser" diff --git a/modules/hm/webapp.nix b/modules/hm/webapp.nix index 68ac3dc..2d960ba 100644 --- a/modules/hm/webapp.nix +++ b/modules/hm/webapp.nix @@ -71,11 +71,6 @@ let desktopName = "Notion"; categories = [ "Office" ]; } - { - link = "https://app.plex.tv"; - desktopName = "Plex"; - categories = [ "AudioVideo" ]; - } { link = "https://primevideo.com"; desktopName = "Prime Video";