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" ];