MyNixOS website logo
option

services.fediwall.nginx

Allows customizing the nginx virtualHost settings.

Declarations
Type
submodule
Default
{ }
Example
{
  serverAliases = [
    "fedi.${config.networking.domain}"
  ];
  # Enable TLS and use let's encrypt for ACME
  forceSSL = true;
  enableACME = true;
}