From a6c365df63db28eb73adb7b89250dbacb791e920 Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 6 Jul 2017 01:59:32 +0200 Subject: 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 Cc: @devhell --- tests/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/default.nix') 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; -- cgit 1.4.1