Networking
services.networking.websockify.enable
Whether to enable websockify to forward websocket connections to TCP connections.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/websockify.nix
services.networking.websockify.portMap
Ports to map by default.
Type: attribute set of signed integer
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/websockify.nix
services.networking.websockify.sslCert
Path to the SSL certificate.
Type: path
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/websockify.nix
services.networking.websockify.sslKey
Path to the SSL key.
Type: path
Default
config.services.networking.websockify.sslCert
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/websockify.nix