about summary refs log tree commit diff
path: root/machines/devhell/eir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/devhell/eir.nix')
-rw-r--r--machines/devhell/eir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/devhell/eir.nix b/machines/devhell/eir.nix
index cbe391a7..162ba78d 100644
--- a/machines/devhell/eir.nix
+++ b/machines/devhell/eir.nix
@@ -18,7 +18,7 @@
       availableKernelModules = [ "ehci_pci" "ahci" "usb_storage" ];
       kernelModules = [ "fuse" ];
       postDeviceCommands = ''
-        echo noop > /sys/block/sda/queue/scheduler
+        echo none > /sys/block/sda/queue/scheduler
       '';
     };