From 5d1745690cf69779e41ead7c6be67456a86c3e24 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Thu, 4 Dec 2025 01:19:01 +0100 Subject: [PATCH] remove jellyfin from hs --- config/firefox/bookmarks.nix | 4 ---- hosts/nixos/hs/system.nix | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) 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; };