services.zabbixWeb.httpd.virtualHost.servedDirs

NixOS option

This option provides a simple way to serve static directories.

type: list of (attribute set)
Default
[ ]
Example
[
  {
    dir = "/home/eelco/Dev/nix-homepage";
    urlPath = "/nix";
  }
]
declared in: nixos/modules/services/web-apps/zabbix.nixView source on NixOS/nixpkgs →