services.movim.nginx
With this option, you can customize an Nginx virtual host which
already has sensible defaults for Movim. Set to { } if you do not
need any customization to the virtual host. If enabled, then by
default, the serverName is ${domain}, If this is set to
null (the default), no Nginx virtualHost will be configured.
- Type
null or (submodule)- Default
null- Example
{ serverAliases = [ "pics.${config.movim.domain}" ]; enableACME = true; forceHttps = true; }- Declared
- <nixpkgs/nixos/modules/services/web-apps/movim.nix>