From a31b37a6904397192ff025d7af0dd342322103ff Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sat, 24 Aug 2024 18:42:03 +0200 Subject: ssd tuning see https://wiki.archlinux.org/title/Dm-crypt/Specialties#Disable_workqueue_for_increased_solid_state_drive_(SSD)_performance --- beta/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'beta') 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"; -- cgit v1.2.3