Skip to content

Synergy

services.synergy.client.autoStart

Whether the Synergy client should be started automatically. Type: boolean

Default

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix

services.synergy.client.enable

Whether to enable the Synergy client (receive keyboard and mouse events from a Synergy server). Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix

services.synergy.client.screenName

Use the given name instead of the hostname to identify ourselves to the server.

Type: string

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix

services.synergy.client.serverAddress

The server address is of the form: [hostname][:port]. The hostname must be the address or hostname of the server. The port overrides the default port, 24800.

Type: string

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix

services.synergy.server.address

Address on which to listen for clients. Type: string

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix

services.synergy.server.autoStart

Whether the Synergy server should be started automatically. Type: boolean

Default

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix

services.synergy.server.configFile

The Synergy server configuration file. Type: path

Default

"/etc/synergy-server.conf"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix

services.synergy.server.enable

Whether to enable the Synergy server (send keyboard and mouse events). Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix

services.synergy.server.screenName

Use the given name instead of the hostname to identify this screen in the configuration.

Type: string

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix

services.synergy.server.tls.cert

The TLS certificate to use for encryption. Type: null or string

Default

null

Example

"~/.synergy/SSL/Synergy.pem"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix

services.synergy.server.tls.enable

Whether TLS encryption should be used.

Using this requires a TLS certificate that can be generated by starting the Synergy GUI once and entering a valid product key.

Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/synergy.nix