services.anuko-time-tracker.nginx

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

Type
submodule
Default
{ }
Example
{
  serverAliases = [
    "anuko.${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/anuko-time-tracker.nix>