services.fediwall.nginx

Allows customizing the nginx virtualHost settings

Type
submodule
Default
{ }
Example
{
  serverAliases = [
    "fedi.${config.networking.domain}"
  ];
  # Enable TLS and use let's encrypt for ACME
  forceSSL = true;
  enableACME = true;
}
Declared
<nixpkgs/nixos/modules/services/web-apps/fediwall.nix>