From f524db15e564b9b4d264847ab146e404691efc25 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 29 Jun 2015 18:40:21 +0200 Subject: kzerza: Enable GPM by default. This has been enabled before, but got lost while refactoring my base profile in fb1ddce32989fdea137f2b225ae4c24d2badf3a4. It is okay to have it only in the workstation profile, but if it comes to kzerza, the GrandPA application depends on it. Signed-off-by: aszlig --- machines/aszlig/kzerza.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'machines') diff --git a/machines/aszlig/kzerza.nix b/machines/aszlig/kzerza.nix index 5bb51856..9ebb06b8 100644 --- a/machines/aszlig/kzerza.nix +++ b/machines/aszlig/kzerza.nix @@ -10,6 +10,9 @@ in { services.xserver.enable = mkForce false; + services.gpm.enable = true; + services.gpm.protocol = "exps2"; + boot = { kernelParams = singleton "consoleblank=0"; initrd.kernelModules = [ "fbcon" "usb_storage" ]; -- cgit 1.4.1