about summary refs log tree commit diff
path: root/machines/dnyarri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/dnyarri.nix')
-rw-r--r--machines/dnyarri.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix
index 254ba557..a2f5001a 100644
--- a/machines/dnyarri.nix
+++ b/machines/dnyarri.nix
@@ -125,13 +125,12 @@ with import ../lib;
   # should there be another user accessing the audio devices.
   users.extraUsers.aszlig.extraGroups = [ "audio" ];
 
+  services.synergy.client.enable = true;
+  services.synergy.client.serverAddress = "mmrnmhrm";
+
   services.xserver = {
     videoDrivers = [ "ati" ];
 
     xrandrHeads = [ "HDMI-0" "DVI-0" ];
-
-    displayManager.sessionCommands = ''
-      ${pkgs.synergy}/bin/synergyc mmrnmhrm
-    '';
   };
 }