services.reposilite.useACMEHost

NixOS option

Host of an existing Let’s Encrypt certificate to use for SSL. Make sure that the certificate directory is readable by the reposilite user or group, for example via security.acme.certs.<cert>.group. Note that this option does not create any certificates, nor it does add subdomains to existing ones – you will need to create them manually using security.acme.certs

type: null or string
Default
null
declared in: nixos/modules/services/web-apps/reposilite.nixView source on NixOS/nixpkgs →