services.httpd.configFile
Override the configuration file used by Apache. By default, NixOS generates one automatically.
- Type
absolute path- Default
confFile- Example
pkgs.writeText "httpd.conf" "# my custom config file ..."- Declared
- <nixpkgs/nixos/modules/services/web-servers/apache-httpd/default.nix>