Syncplay
services.syncplay.certDir
TLS certificates directory to use for encryption. See https://github.com/Syncplay/syncplay/wiki/TLS-support.
Type: null or path
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/syncplay.nix
services.syncplay.enable
If enabled, start the Syncplay server.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/syncplay.nix
services.syncplay.extraArgs
Additional arguments to be passed to the service.
Type: list of string
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/syncplay.nix
services.syncplay.group
Group to use when running Syncplay.
Type: string
Default
"nogroup"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/syncplay.nix
services.syncplay.passwordFile
Path to the file that contains the server password. If
null
, the server doesn't require a password.
Type: null or path
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/syncplay.nix
services.syncplay.port
TCP port to bind to.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
8999
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/syncplay.nix
services.syncplay.salt
Salt to allow room operator passwords generated by this server
instance to still work when the server is restarted. The salt will be
readable in the nix store and the processlist. If this is not
intended use saltFile
instead. Mutually exclusive with
.
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/syncplay.nix
services.syncplay.saltFile
Path to the file that contains the server salt. This allows room
operator passwords generated by this server instance to still work
when the server is restarted. null
, the server doesn't load the
salt from a file. Mutually exclusive with
.
Type: null or path
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/syncplay.nix
services.syncplay.user
User to use when running Syncplay.
Type: string
Default
"nobody"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/syncplay.nix