diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index fc2f4ec..ef689ea 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -25,10 +25,6 @@ name = "Plex"; url = "https://plex.yanlincs.com"; } - { - name = "Jellyfin"; - url = "https://jellyfin.yanlincs.com"; - } { name = "Productivity"; bookmarks = [ diff --git a/hosts/nixos/hs/system.nix b/hosts/nixos/hs/system.nix index 50193b1..bfd4dbd 100644 --- a/hosts/nixos/hs/system.nix +++ b/hosts/nixos/hs/system.nix @@ -264,7 +264,7 @@ user = "yanlin"; sonarr.enable = true; radarr.enable = true; - jellyfin.enable = true; + jellyfin.enable = false; deluge.enable = true; plex.enable = true; };