From 8df451ca6d26a934fd455599985eac0c001ccf90 Mon Sep 17 00:00:00 2001 From: Veneficium <85629831+veneficium42@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:48:43 +0100 Subject: [PATCH] why isn't hardware encoding working wtf TwT --- containers/jellyfin.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/containers/jellyfin.nix b/containers/jellyfin.nix index 70adff7..f366221 100644 --- a/containers/jellyfin.nix +++ b/containers/jellyfin.nix @@ -34,7 +34,6 @@ "/config/jellyfin:/config" "/data/media:/media" ]; - service.group_add = [ "226" ]; }; }; };