From c5ce655029c03b8e2c2d5a9c4821b06b60ffacbe Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 6 Jul 2017 02:08:56 +0200 Subject: profiles/managed: Enable BFQ scheduler by default Now that the scheduler is in mainline, I think there is nothing now to stop us from unleashing it to end users :-) Signed-off-by: aszlig --- modules/user/aszlig/profiles/managed.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/user/aszlig') diff --git a/modules/user/aszlig/profiles/managed.nix b/modules/user/aszlig/profiles/managed.nix index 60848daa..1287604b 100644 --- a/modules/user/aszlig/profiles/managed.nix +++ b/modules/user/aszlig/profiles/managed.nix @@ -17,6 +17,8 @@ in { }; config = mkIf cfg.enable { + vuizvui.system.kernel.bfq.enable = true; + environment.systemPackages = [ pkgs.simple-scan ]; # Printing for the most common printers among the managed machines. -- cgit 1.4.1