From a15e8ba52bcc079f1144cd9e532064d079a5e722 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 11 Mar 2022 12:53:19 +0100 Subject: luksroot: bypassWorkqueues --- hosts/vidhar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/vidhar') diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix index b63520c8..3d81b221 100644 --- a/hosts/vidhar/default.nix +++ b/hosts/vidhar/default.nix @@ -37,8 +37,8 @@ kernelModules = [ "dm-raid" "dm-integrity" "dm-snapshot" "dm-thin-pool" ]; luks.devices = { - nvm0.device = "/dev/disk/by-label/${hostName}-nvm0"; - nvm1.device = "/dev/disk/by-label/${hostName}-nvm1"; + nvm0 = { device = "/dev/disk/by-label/${hostName}-nvm0"; bypassWorkqueues = true; }; + nvm1 = { device = "/dev/disk/by-label/${hostName}-nvm1"; bypassWorkqueues = true; }; hdd0.device = "/dev/disk/by-label/${hostName}-hdd0"; hdd1.device = "/dev/disk/by-label/${hostName}-hdd1"; -- cgit v1.2.3