summaryrefslogtreecommitdiff
path: root/beta/hardware-configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'beta/hardware-configuration.nix')
-rw-r--r--beta/hardware-configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/beta/hardware-configuration.nix b/beta/hardware-configuration.nix
index 215e221..af480f1 100644
--- a/beta/hardware-configuration.nix
+++ b/beta/hardware-configuration.nix
@@ -22,6 +22,7 @@
boot.initrd.luks.devices."crypt0" = {
device = "/dev/disk/by-id/nvme-SAMSUNG_MZVLB1T0HBLR-000L2_S4DZNX0R362286-part2";
allowDiscards = true;
+ bypassWorkqueues = true;
};
fileSystems."/nix" =
{ device = "/dev/mapper/crypt0";