diff --git a/hosts/steamdeck/hardware-configuration.nix b/hosts/steamdeck/hardware-configuration.nix index e14b951..0114833 100644 --- a/hosts/steamdeck/hardware-configuration.nix +++ b/hosts/steamdeck/hardware-configuration.nix @@ -26,6 +26,7 @@ devices."crypted" = { device = "/dev/disk/by-partlabel/disk-nvme0n1-luks"; allowDiscards = true; + bypassWorkqueues = true; }; }; };