hosts: steamdeck: disable luks workqueue

This commit is contained in:
Kabbone 2024-04-20 14:17:30 +02:00
parent d296306cb6
commit a667691f49
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -26,6 +26,7 @@
devices."crypted" = {
device = "/dev/disk/by-partlabel/disk-nvme0n1-luks";
allowDiscards = true;
bypassWorkqueues = true;
};
};
};