summary refs log tree commit diff
path: root/nixos/modules/services/misc/synergy.nix
Commit message (Collapse)AuthorAge
* nixos/synergy: add encryption supportJoshua Trees2021-06-11
| | | | | Make it possible to use the Synergy server with TLS encryption without resorting to the GUI.
* nixos/synergy: add typesFritz Otlinghaus2021-01-31
|
* treewide: add bool type to enable options, or make use of mkEnableOptionDominik Xaver Hörl2020-04-21
| | | | Add missing type information to manually specified enable options or replace them by mkEnableOption where appropriate.
* treewide: remove redundant quotesvolth2019-08-26
|
* nixos/synergy: Use graphical target (fixes #9468)Alex Whitt2018-08-16
|
* nixos/synergy: Restart services on failure.aszlig2015-10-13
| | | | | | | | | | | Synergy seems to get more and more unstable in recent versions, so we might want to debug this properly. However, it makes sense to restart the service nevertheless, because synergy is about keyboard and mouse sharing and it's quite annoying to either SSH in to restart the service or even needing to unplug the keyboard and plug in into the machine with the failing service. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/synergy: Fix use of the "optional" function.aszlig2014-12-24
| | | | | | | | Commit 939edb1 reintroduced autoStart, but instead of creating a list of units for the wantedBy list with optional it became a list of lists of units. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* synergy: restore autostart option.Evgeny Egorochkin2014-12-19
| | | | closes #5334
* nixos/synergy: Don't generate units unecessarilyWilliam A. Kennington III2014-12-05
|
* Fix generation of synergy-{client,server} when disabledEelco Dolstra2014-06-16
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* Clean up Synergy option descriptions a bitEelco Dolstra2013-10-31
|
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10