From 48a9c6db6d985ebff7c00676c29ad50d7d1cee6c Mon Sep 17 00:00:00 2001 From: aszlig Date: Thu, 20 Jul 2017 00:02:00 +0200 Subject: Introduce new system.kernel.useBleedingEdge option This dissolves the user.aszlig.system.kernel module, which was not only to stay on the latest bleeding edge kernel but also to enable BFQ. The latter has been factored out already a while ago already. Originally, I had a fully custom kernel config for mmrnmhrm and dnyarri, but it's no longer the case and thus the user.aszlig.system.kernel module is now no longer needed. Signed-off-by: aszlig --- machines/aszlig/dnyarri.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'machines/aszlig/dnyarri.nix') diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix index b6082451..354904e6 100644 --- a/machines/aszlig/dnyarri.nix +++ b/machines/aszlig/dnyarri.nix @@ -66,7 +66,8 @@ in { hardware.sane.enable = true; hardware.sane.extraBackends = [ pkgs.hplip ]; - vuizvui.user.aszlig.system.kernel.enable = true; + vuizvui.system.kernel.bfq.enable = true; + vuizvui.system.kernel.useBleedingEdge = true; hardware.enableRedistributableFirmware = true; networking.hostName = "dnyarri"; -- cgit 1.4.1