services.murmur.tls.useACMEHost

NixOS option

Host of an existing Let’s Encrypt certificate to use for TLS. Make sure that the certificate directory is readable by the murmur user or group. Note that this option does not create any certificates and it doesn’t add subdomains to existing ones – you will need to create them manually using security.acme.certs.

type: null or string
Default
null
Example
"mumble.example.com"
declared in: nixos/modules/services/networking/murmur.nixView source on NixOS/nixpkgs →