services.nagios.virtualHost.servedFiles
NixOS option
This option provides a simple way to serve individual, static files. This option has been deprecated and will be removed in a future version of NixOS. You can achieve the same result by making use of the locations.<name>.alias option.
type: list of (attribute set)Default
[ ]
Example
declared in: nixos/modules/services/monitoring/nagios.nixView source on NixOS/nixpkgs →[
{
file = "/home/eelco/some-file.png";
urlPath = "/foo/bar.png";
}
]