services.dashy.virtualHost.domain

NixOS option

Domain to use for the virtual host. This can be used to change nginx options like services.nginx.virtualHosts."$\{config.services.dashy.virtualHost.domain}".listen = [ ... ] or services.nginx.virtualHosts."example.com".listen = [ ... ]

type: stringdeclared in: nixos/modules/services/web-apps/dashy.nixView source on NixOS/nixpkgs →