services.nagios.virtualHost.extraConfig
NixOS option
These lines go to httpd.conf verbatim. They will go after directories and directory aliases defined by default.
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/services/monitoring/nagios.nixView source on NixOS/nixpkgs →''
<Directory /home>
Options FollowSymlinks
AllowOverride All
</Directory>
''