Compare commits

...

2 commits

Author SHA1 Message Date
189261c56f qenya: Uninstall jellyfin-media-player
Still on outdated Qt 5; and as of Firefox 145, improved codec support
means the web UI is serviceable
2025-12-05 10:58:03 +00:00
5a16e41722 kilgharrah: Redirect jellyfin.qenya.tel -> tv.qenya.tel 2025-12-05 10:57:12 +00:00
2 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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";