about summary refs log tree commit diff
path: root/machines/aszlig/tishtushi.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-10-13 04:49:59 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-10-13 04:59:26 +0200
commite1362868c15208d97b3ccd5a35940b1d6890a299 (patch)
treeb8c51f1f30a6f7e14c64e8131c564a788f0b0978 /machines/aszlig/tishtushi.nix
parent304db4107f120fc26a58571244158dd2640da42a (diff)
machines/tishtushi: Add to synergy configuration.
Having to switch keyboards when I have my laptop at home is quite
annoying, so let's add the laptop (tishtushi) to the synergy config but
without setting a mouse region so it won't get more annoying than
switching keyboards ;-)

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines/aszlig/tishtushi.nix')
-rw-r--r--machines/aszlig/tishtushi.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/aszlig/tishtushi.nix b/machines/aszlig/tishtushi.nix
index a9042ca3..435f8ec0 100644
--- a/machines/aszlig/tishtushi.nix
+++ b/machines/aszlig/tishtushi.nix
@@ -56,6 +56,9 @@ in {
     device = "/dev/disk/by-uuid/${swapUUID}";
   };
 
+  services.synergy.client.enable = true;
+  services.synergy.client.serverAddress = "mmrnmhrm";
+
   services.tlp.enable = true;
 
   services.xserver.videoDrivers = [ "intel" ];