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;
|
||||
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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -411,7 +411,6 @@ in
|
|||
"notify"
|
||||
"open_meteo"
|
||||
"ping"
|
||||
"plex"
|
||||
"proximity"
|
||||
"radarr"
|
||||
"radio_browser"
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue