about summary refs log tree commit diff
path: root/tests/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-07-06 01:59:32 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-07-06 01:59:32 +0200
commita6c365df63db28eb73adb7b89250dbacb791e920 (patch)
treeeec87309402f5d905528a8f4c76144ea934a51b9 /tests/default.nix
parentd1e8f105cdb6e8e9449bbef4459d9dd0fd745065 (diff)
modules: Move BFQ stuff into its dedicated module
Not everybody likes to have the latest release canidate kernel, so we
now have an option called vuizvui.system.kernel.bfq.enable, which *only*
enables the BFQ scheduler per default.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @devhell
Diffstat (limited to 'tests/default.nix')
-rw-r--r--tests/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 5f7ae897..d9c00a24 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -12,6 +12,9 @@ in {
   programs = {
     gnupg = callTest ./programs/gnupg;
   };
+  system = {
+    kernel.bfq = callTest ./system/kernel/bfq.nix;
+  };
   richi235 = {
     # Currently broken
     #multipath-vpn = callTest ./richi235/multipath-vpn.nix;