about summary refs log tree commit diff
path: root/modules/user/aszlig/profiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-07-06 02:08:56 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-07-06 02:08:56 +0200
commitc5ce655029c03b8e2c2d5a9c4821b06b60ffacbe (patch)
treef08d976cf8ac16ecdfb3df14e8c5df41196cd137 /modules/user/aszlig/profiles
parentf3726ed98fa9cbd8971786ce8ee1523352471727 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/user/aszlig/profiles')
-rw-r--r--modules/user/aszlig/profiles/managed.nix2
1 files changed, 2 insertions, 0 deletions
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.