Hitch
services.hitch.backend
The host and port Hitch connects to when receiving a connection in the form [HOST]:PORT
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/hitch/default.nix
services.hitch.ciphers
The list of ciphers to use
Type: string
Default
"EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/hitch/default.nix
services.hitch.enable
Whether to enable Hitch Server.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/hitch/default.nix
services.hitch.extraConfig
Additional configuration lines
Type: strings concatenated with "\n"
Default
""
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/hitch/default.nix
services.hitch.frontend
The port and interface of the listen endpoint in the form [HOST]:PORT[+CERT].
Type: string or list of string
Default
"[127.0.0.1]:443"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/hitch/default.nix
services.hitch.group
The group to run as
Type: string
Default
"hitch"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/hitch/default.nix
services.hitch.ocsp-stapling.enabled
Whether to enable OCSP Stapling
Type: boolean
Default
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/hitch/default.nix
services.hitch.pem-files
PEM files to use
Type: list of path
Default
[ ]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/hitch/default.nix
services.hitch.user
The user to run as
Type: string
Default
"hitch"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-servers/hitch/default.nix