ssd tuning
see https://wiki.archlinux.org/title/Dm-crypt/Specialties#Disable_workqueue_for_increased_solid_state_drive_(SSD)_performance
This commit is contained in:
parent
a83ad0f2eb
commit
a31b37a690
3 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue