MyNixOS website logo
option

services.anuko-time-tracker.nginx

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

Declarations
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;
}