services.snipe-it.nginx

With this option, you can customize the nginx virtualHost settings.

Type
submodule
Default
{ }
Example
{
  serverAliases = [
    "snipe-it.${config.networking.domain}"
  ];
  # To enable encryption and let let's encrypt take care of certificate
  forceSSL = true;
  enableACME = true;
}
Declared
<nixpkgs/nixos/modules/services/web-apps/snipe-it.nix>