about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
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" ];