services.homer.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.homer.virtualHost.domain}".listen = [ ... ] or services.nginx.virtualHosts."example.com".listen = [ ... ]
type: stringdeclared in: nixos/modules/services/web-apps/homer.nixView source on NixOS/nixpkgs →