services.static-web-server.listen

NixOS option

The systemd.socket(5) “ListenStream” used in static-web-server.socket. This is equivalent to SWS’s “host” and “port” options. See here for specific syntax: https://www.freedesktop.org/software/systemd/man/systemd.socket.html#ListenStream=

type: string
Default
"[::]:8787"
declared in: nixos/modules/services/web-servers/static-web-server.nixView source on NixOS/nixpkgs →