about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-06-29 18:40:21 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-06-29 18:40:21 +0200
commitf524db15e564b9b4d264847ab146e404691efc25 (patch)
tree36161fcf2e7d5dcea855f290197b48ea0cd4ff32 /machines
parentd360da20a8d36ed458deaa80089bd8608f35d338 (diff)
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 <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/kzerza.nix3
1 files changed, 3 insertions, 0 deletions
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" ];