about summary refs log tree commit diff
path: root/machines/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2021-07-03 10:52:07 +0100
committerdevhell <devhell@mailfresser.de>2021-07-03 10:55:26 +0100
commit88fade55c65b1366b44847750742db481d4d07b1 (patch)
tree8a4f4d9deadf19cdee683a87290c5fe07327d611 /machines/devhell
parent05900568cbae67603afbab9f20a67c75e5a477bd (diff)
machines/{herja,gunnr}: Remove BFQ IO Scheduler
Both, `herja` and `gunnr` have no spinning rust in them, and so they
won't need bfq anymore. According to this old benchmark, the `none`
scheduler works overall better for most workloads than other
schedulers[1].

[1]: https://www.phoronix.com/scan.php?page=article&item=linux-56-nvme&num=1
Diffstat (limited to 'machines/devhell')
-rw-r--r--machines/devhell/gunnr.nix1
-rw-r--r--machines/devhell/herja.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/machines/devhell/gunnr.nix b/machines/devhell/gunnr.nix
index 1ade9dff..9c482e8f 100644
--- a/machines/devhell/gunnr.nix
+++ b/machines/devhell/gunnr.nix
@@ -2,7 +2,6 @@
 
 {
   vuizvui.user.devhell.profiles.base.enable = true;
-  vuizvui.system.kernel.bfq.enable = true;
 
   boot = {
     loader = {
diff --git a/machines/devhell/herja.nix b/machines/devhell/herja.nix
index f521a154..878f68d9 100644
--- a/machines/devhell/herja.nix
+++ b/machines/devhell/herja.nix
@@ -2,7 +2,6 @@
 
 {
   vuizvui.user.devhell.profiles.base.enable = true;
-  vuizvui.system.kernel.bfq.enable = true;
 
   boot = {
     loader = {