From 99c1a9eaf74c0b735d4b4e4adfdd557b40054d10 Mon Sep 17 00:00:00 2001 From: Sam Hadow Date: Fri, 23 Jan 2026 21:23:14 +0100 Subject: [PATCH] post fix --- _posts/2025-12-26-how-to-install-jellyfin-with-podman.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2025-12-26-how-to-install-jellyfin-with-podman.md b/_posts/2025-12-26-how-to-install-jellyfin-with-podman.md index 90a0010..69451fe 100644 --- a/_posts/2025-12-26-how-to-install-jellyfin-with-podman.md +++ b/_posts/2025-12-26-how-to-install-jellyfin-with-podman.md @@ -91,7 +91,7 @@ ExecStart=/usr/bin/podman run \ --replace \ -d \ --name=jellyfin-app \ - --device nvidia.com/gpu=0 \ + --device nvidia.com/gpu=all \ -v /home/data/podman/jellyfin/cache:/cache:Z \ -v /home/data/podman/jellyfin/config:/config:Z \ -v /home/data/movies:/media/movies:ro,z \ @@ -124,7 +124,7 @@ systemctl --user enable --now pod-jellyfin.service ``` ### note: -for hardware acceleration I used `--device nvidia.com/gpu=0` as I have a NVIDIA GPU +for hardware acceleration I used `--device nvidia.com/gpu=all` as I have a NVIDIA GPU To check that it's working you can run: ```bash podman exec -it jellyfin-app nvidia-smi