Loading
nixos/murmur: Allow hooking up to ACME certificate service
In order to simplify using certificates provided by ACME, add the option
`services.murmur.tls.useACMEHost`. If set, the options keyPath, certPath
and caPath are pre-configured appropriately.
Also, add the appriopriate ACME systemd service to Murmur's
dependencies if useACMEHost is set.
Signed-off-by:
Felix Singer <felixsinger@posteo.net>