diff options
author | makefu <github@syntax-fehler.de> | 2018-10-21 23:36:19 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-10-21 23:36:19 +0200 |
commit | acaadbb6fd7f61ccd2f131ad9b59c140068d7473 (patch) | |
tree | 9e5c0e7dff713441263d3d1ed2f309658960af44 /makefu/1systems/wbob | |
parent | ba234de4e1aa42e2abbd6edcfbb509b755ac6c16 (diff) |
ma wbob.r: no more synergygum/master
Diffstat (limited to 'makefu/1systems/wbob')
-rw-r--r-- | makefu/1systems/wbob/config.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/makefu/1systems/wbob/config.nix b/makefu/1systems/wbob/config.nix index e1d66a2f9..e1d61081e 100644 --- a/makefu/1systems/wbob/config.nix +++ b/makefu/1systems/wbob/config.nix @@ -174,20 +174,4 @@ in { fsType = "ext4"; }; }; - - # DualHead on NUC - # TODO: update synergy package with these extras (username) - # TODO: add crypto layer - systemd.services."synergy-client" = { - environment.DISPLAY = ":0"; - serviceConfig.User = user; - }; - - services.synergy = { - client = { - enable = true; - screenName = "wbob"; - serverAddress = "x.r"; - }; - }; } |