diff --git a/system/default.nix b/system/default.nix index 1cf60022..b64a841e 100644 --- a/system/default.nix +++ b/system/default.nix @@ -91,6 +91,8 @@ with mylib.networking; { polkit.enable = true; + # TODO: This does not work on ServeNix? + # Check on ThinkNix... sops-nix.bootSecrets.${username} = [ "user-password" ]; 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" ];