nixos: disko: use bypassWorkqueues

This commit is contained in:
Guanran Wang 2024-01-13 15:50:57 +08:00
parent dc4ad8f939
commit 71a8623821
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -22,7 +22,10 @@
content = {
type = "luks";
name = "crypted";
settings.allowDiscards = true;
settings = {
allowDiscards = true;
bypassWorkqueues = true;
};
content = {
type = "btrfs";
subvolumes = let