From 5a16e417221ed536ea17d273f278d7619964472a Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Fri, 5 Dec 2025 10:57:12 +0000 Subject: [PATCH 1/2] kilgharrah: Redirect jellyfin.qenya.tel -> tv.qenya.tel --- hosts/kilgharrah/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/hosts/kilgharrah/default.nix b/hosts/kilgharrah/default.nix index 4fece58..71a0312 100644 --- a/hosts/kilgharrah/default.nix +++ b/hosts/kilgharrah/default.nix @@ -56,13 +56,19 @@ in }; qenya.services.jellyfin = { enable = true; - domain = "jellyfin.qenya.tel"; + domain = "tv.qenya.tel"; }; qenya.services.navidrome = { enable = true; domain = "music.qenya.tel"; dataDir = "/srv/music"; }; + fountain.services.web-redirect = { + enable = true; + domains = { + "jellyfin.qenya.tel" = "tv.qenya.tel"; + }; + }; system.stateVersion = "24.05"; From 189261c56f10df03617547d282c9ae9d42284757 Mon Sep 17 00:00:00 2001 From: Katherina Walshe-Grey Date: Fri, 5 Dec 2025 10:58:03 +0000 Subject: [PATCH 2/2] qenya: Uninstall jellyfin-media-player Still on outdated Qt 5; and as of Firefox 145, improved codec support means the web UI is serviceable --- home/qenya/packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/qenya/packages.nix b/home/qenya/packages.nix index ff10898..2ad7324 100644 --- a/home/qenya/packages.nix +++ b/home/qenya/packages.nix @@ -25,7 +25,7 @@ in discord # https://github.com/NixOS/nixpkgs/issues/427155 # gimp-with-plugins - jellyfin-media-player + # jellyfin-media-player tor-browser zoom-us