diff --git a/container/Watch.nix b/container/Watch.nix index 519bce9..cd48d13 100644 --- a/container/Watch.nix +++ b/container/Watch.nix @@ -63,11 +63,16 @@ in { allowedDevices = [ { modifier = "rwm"; - node = "/dev/dri"; + node = "/dev/dri/renderD128"; } ]; config = { ... }: container.mkContainerConfig cfg { + # users.users.jellyfin.extraGroups = [ + # "video" + # "render" + # ]; + services.jellyfin = { enable = true; cacheDir = "/var/cache/jellyfin";