Rustdesk server
services.rustdesk-server.enable
Whether to enable RustDesk, a remote access and remote control software, allowing maintenance of computers and other devices.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/rustdesk-server.nix
services.rustdesk-server.extraRelayArgs
A list of extra command line arguments to pass to the hbbr
process.
Type: list of string
Default
[ ]
Example
["-k""_"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/rustdesk-server.nix
services.rustdesk-server.extraSignalArgs
A list of extra command line arguments to pass to the hbbs
process.
Type: list of string
Default
[ ]
Example
["-k""_"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/rustdesk-server.nix
services.rustdesk-server.openFirewall
Open the connection ports. TCP (21115, 21116, 21117, 21118, 21119) UDP (21116)
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/rustdesk-server.nix
services.rustdesk-server.package
The rustdesk-server package to use.
Type: package
Default
pkgs.rustdesk-server
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/rustdesk-server.nix
services.rustdesk-server.relayIP
The public facing IP of the RustDesk relay.
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/monitoring/rustdesk-server.nix