about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-10-07 11:27:35 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-10-07 11:27:35 +0200
commit09d37eb845075ad7c090c5129281ec4ead075e70 (patch)
treed35f13bad3076c01418a0a2628efd26b06df1dd4 /machines
parent4f38e35bcbd20d3ed95a5a4d07687d21e76e49ef (diff)
mmrnmhrm/dnyarri: Enable kmscon.
I'm going to remove legacy fbdev support from the kernel configurations,
so in order to still have terminals besides the X server we need to
enable this (also, kmscon allows more eyecandy if we want that).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
-rw-r--r--machines/aszlig/dnyarri.nix2
-rw-r--r--machines/aszlig/mmrnmhrm.nix2
2 files changed, 4 insertions, 0 deletions
diff --git a/machines/aszlig/dnyarri.nix b/machines/aszlig/dnyarri.nix
index 9eb3a65e..5192e955 100644
--- a/machines/aszlig/dnyarri.nix
+++ b/machines/aszlig/dnyarri.nix
@@ -114,6 +114,8 @@ with lib;
   services.synergy.client.enable = true;
   services.synergy.client.serverAddress = "mmrnmhrm";
 
+  services.kmscon.enable = true;
+
   systemd.services."synergy-client".serviceConfig.CPUSchedulingPolicy = "rr";
   systemd.services."synergy-client".serviceConfig.CPUSchedulingPriority = 50;
 
diff --git a/machines/aszlig/mmrnmhrm.nix b/machines/aszlig/mmrnmhrm.nix
index 11ec69f6..4702554e 100644
--- a/machines/aszlig/mmrnmhrm.nix
+++ b/machines/aszlig/mmrnmhrm.nix
@@ -59,6 +59,8 @@ with lib;
     end
   '';
 
+  services.kmscon.enable = true;
+
   systemd.services."synergy-server".serviceConfig.CPUSchedulingPolicy = "rr";
   systemd.services."synergy-server".serviceConfig.CPUSchedulingPriority = 50;