chore: navidrome jukebox debug + work qol

This commit is contained in:
Swarsel 2024-09-24 09:21:16 +02:00
parent 2789b8eefd
commit 4ff80f4277
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 71 additions and 43 deletions

View file

@ -2,7 +2,7 @@
{
config = lib.mkIf config.swarselsystems.server.jellyfin {
users.users.jellyfin = {
extraGroups = [ "video" "render" ];
extraGroups = [ "video" "render" "users" ];
};
nixpkgs.config.packageOverrides = pkgs: {
vaapiIntel = pkgs.vaapiIntel.override { enableHybridCodec = true; };