Disable plex
This commit is contained in:
parent
834687c0c6
commit
011fe0699c
5 changed files with 1 additions and 21 deletions
|
|
@ -106,11 +106,6 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
bantime-increment.enable = true;
|
bantime-increment.enable = true;
|
||||||
};
|
};
|
||||||
plex = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
group = "users";
|
|
||||||
};
|
|
||||||
# jellyfin = { enable = true; openFirewall = true; group = "users"; };
|
# jellyfin = { enable = true; openFirewall = true; group = "users"; };
|
||||||
|
|
||||||
home-assistant = {
|
home-assistant = {
|
||||||
|
|
@ -331,7 +326,6 @@ in
|
||||||
"open_meteo"
|
"open_meteo"
|
||||||
"notify"
|
"notify"
|
||||||
"ping"
|
"ping"
|
||||||
"plex"
|
|
||||||
"proximity"
|
"proximity"
|
||||||
"radarr"
|
"radarr"
|
||||||
"radio_browser"
|
"radio_browser"
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ in
|
||||||
services = {
|
services = {
|
||||||
music-assistant = {
|
music-assistant = {
|
||||||
enable = true;
|
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 = {
|
mosquitto = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -155,11 +155,6 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
bantime-increment.enable = true;
|
bantime-increment.enable = true;
|
||||||
};
|
};
|
||||||
plex = {
|
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
group = "users";
|
|
||||||
};
|
|
||||||
jellyfin = {
|
jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
|
|
@ -387,7 +382,6 @@ in
|
||||||
"open_meteo"
|
"open_meteo"
|
||||||
"notify"
|
"notify"
|
||||||
"ping"
|
"ping"
|
||||||
"plex"
|
|
||||||
"proximity"
|
"proximity"
|
||||||
"radarr"
|
"radarr"
|
||||||
"radio_browser"
|
"radio_browser"
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,6 @@ in
|
||||||
logind.lidSwitch = "ignore";
|
logind.lidSwitch = "ignore";
|
||||||
# node-red = { enable = true; openFirewall = true; withNpmAndGcc = true; };
|
# node-red = { enable = true; openFirewall = true; withNpmAndGcc = true; };
|
||||||
openssh = { enable = true; openFirewall = true; };
|
openssh = { enable = true; openFirewall = true; };
|
||||||
# plex = { enable = true; openFirewall = true; group = "users"; };
|
|
||||||
# power-profiles-daemon.enable = true;
|
# power-profiles-daemon.enable = true;
|
||||||
# prowlarr = { enable = true; openFirewall = true; };
|
# prowlarr = { enable = true; openFirewall = true; };
|
||||||
# radarr = { enable = true; openFirewall = true; group = "users"; };
|
# radarr = { enable = true; openFirewall = true; group = "users"; };
|
||||||
|
|
@ -458,7 +457,6 @@ in
|
||||||
"notify"
|
"notify"
|
||||||
"open_meteo"
|
"open_meteo"
|
||||||
"ping"
|
"ping"
|
||||||
"plex"
|
|
||||||
"proximity"
|
"proximity"
|
||||||
"radarr"
|
"radarr"
|
||||||
"radio_browser"
|
"radio_browser"
|
||||||
|
|
|
||||||
|
|
@ -411,7 +411,6 @@ in
|
||||||
"notify"
|
"notify"
|
||||||
"open_meteo"
|
"open_meteo"
|
||||||
"ping"
|
"ping"
|
||||||
"plex"
|
|
||||||
"proximity"
|
"proximity"
|
||||||
"radarr"
|
"radarr"
|
||||||
"radio_browser"
|
"radio_browser"
|
||||||
|
|
|
||||||
|
|
@ -71,11 +71,6 @@ let
|
||||||
desktopName = "Notion";
|
desktopName = "Notion";
|
||||||
categories = [ "Office" ];
|
categories = [ "Office" ];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
link = "https://app.plex.tv";
|
|
||||||
desktopName = "Plex";
|
|
||||||
categories = [ "AudioVideo" ];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
link = "https://primevideo.com";
|
link = "https://primevideo.com";
|
||||||
desktopName = "Prime Video";
|
desktopName = "Prime Video";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue