hosts: nixos: aramis: home: drop 'jellyfin-media-player'

It's about to be made broken due to using QtWebEngine 5, which is EOL
and marked insecure in new nixpkgs.
This commit is contained in:
Bruno BELANYI 2025-09-04 11:35:39 +00:00
parent 3fa1664b5c
commit 3dd4f07609

View file

@ -18,7 +18,6 @@
# Machine specific packages # Machine specific packages
packages.additionalPackages = with pkgs; [ packages.additionalPackages = with pkgs; [
element-desktop # Matrix client element-desktop # Matrix client
jellyfin-media-player # Wraps the webui and mpv together
pavucontrol # Audio mixer GUI pavucontrol # Audio mixer GUI
]; ];
# Minimal video player # Minimal video player