diff --git a/nixos/immich.nix b/nixos/immich.nix index c66746f..130852d 100644 --- a/nixos/immich.nix +++ b/nixos/immich.nix @@ -2,7 +2,7 @@ services = { immich = { enable = true; - accelerationDevices = [ "/dev/dri/renderD128" ]; + accelerationDevices = null; redis.enable = true; openFirewall = true; host = "::";