From bb8734faf2899496d41f8b79b1e8cb4372b88ae7 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Fri, 25 Jul 2025 22:54:19 +0200 Subject: [PATCH] Services/Immich+Jellyfin: Make containers privileged --- system/services/immich.nix | 2 +- system/services/jellyfin.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/services/immich.nix b/system/services/immich.nix index 3f6086db..c8455d03 100644 --- a/system/services/immich.nix +++ b/system/services/immich.nix @@ -103,7 +103,7 @@ in { }; extraOptions = [ - # "--privileged" + "--privileged" "--device=nvidia.com/gpu=all" "--net=behind-nginx" ]; diff --git a/system/services/jellyfin.nix b/system/services/jellyfin.nix index 3da8a30e..46fe978c 100644 --- a/system/services/jellyfin.nix +++ b/system/services/jellyfin.nix @@ -43,7 +43,7 @@ in { }; extraOptions = [ - # "--privileged" + "--privileged" "--device=nvidia.com/gpu=all" "--net=behind-nginx" ];