1

Services/Immich+Jellyfin: Make containers privileged

This commit is contained in:
2025-07-25 22:54:19 +02:00
parent a0d6bb0ab7
commit bb8734faf2
2 changed files with 2 additions and 2 deletions

View File

@ -103,7 +103,7 @@ in {
};
extraOptions = [
# "--privileged"
"--privileged"
"--device=nvidia.com/gpu=all"
"--net=behind-nginx"
];

View File

@ -43,7 +43,7 @@ in {
};
extraOptions = [
# "--privileged"
"--privileged"
"--device=nvidia.com/gpu=all"
"--net=behind-nginx"
];