From 09d37eb845075ad7c090c5129281ec4ead075e70 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 7 Oct 2015 11:27:35 +0200 Subject: 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 --- machines/aszlig/dnyarri.nix | 2 ++ machines/aszlig/mmrnmhrm.nix | 2 ++ 2 files changed, 4 insertions(+) (limited to 'machines') 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; -- cgit 1.4.1