diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-11 12:53:19 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-03-11 12:53:19 +0100 |
commit | a15e8ba52bcc079f1144cd9e532064d079a5e722 (patch) | |
tree | c4f4cc5d1b2ee23179e20146e925ec25794bb833 /hosts/vidhar/default.nix | |
parent | 3e448963037d213acc6cf7228b3766261458d4ba (diff) | |
download | nixos-a15e8ba52bcc079f1144cd9e532064d079a5e722.tar nixos-a15e8ba52bcc079f1144cd9e532064d079a5e722.tar.gz nixos-a15e8ba52bcc079f1144cd9e532064d079a5e722.tar.bz2 nixos-a15e8ba52bcc079f1144cd9e532064d079a5e722.tar.xz nixos-a15e8ba52bcc079f1144cd9e532064d079a5e722.zip |
luksroot: bypassWorkqueues
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r-- | hosts/vidhar/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
37 | kernelModules = [ "dm-raid" "dm-integrity" "dm-snapshot" "dm-thin-pool" ]; | 37 | kernelModules = [ "dm-raid" "dm-integrity" "dm-snapshot" "dm-thin-pool" ]; |
38 | 38 | ||
39 | luks.devices = { | 39 | luks.devices = { |
40 | nvm0.device = "/dev/disk/by-label/${hostName}-nvm0"; | 40 | nvm0 = { device = "/dev/disk/by-label/${hostName}-nvm0"; bypassWorkqueues = true; }; |
41 | nvm1.device = "/dev/disk/by-label/${hostName}-nvm1"; | 41 | nvm1 = { device = "/dev/disk/by-label/${hostName}-nvm1"; bypassWorkqueues = true; }; |
42 | 42 | ||
43 | hdd0.device = "/dev/disk/by-label/${hostName}-hdd0"; | 43 | hdd0.device = "/dev/disk/by-label/${hostName}-hdd0"; |
44 | hdd1.device = "/dev/disk/by-label/${hostName}-hdd1"; | 44 | hdd1.device = "/dev/disk/by-label/${hostName}-hdd1"; |