From a667691f4905f64926f07416c32262f9a13785cf Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 20 Apr 2024 14:17:30 +0200 Subject: [PATCH] hosts: steamdeck: disable luks workqueue --- hosts/steamdeck/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) 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; }; }; };