summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/zabbix.nix
Commit message (Collapse)AuthorAge
* treewide: switch to port type for nixos modulesDaniel Nagy2022-12-08
|
* nixos/*: automatically convert option descriptionspennae2022-08-31
| | | | | | | | | | | | conversions were done using https://github.com/pennae/nix-doc-munge using (probably) rev f34e145 running nix-doc-munge nixos/**/*.nix nix-doc-munge --import nixos/**/*.nix the tool ensures that only changes that could affect the generated manual *but don't* are committed, other changes require manual review and are discarded.
* nixos/*: automatically convert option docspennae2022-08-06
|
* treewide: add defaultText for options with simple cfg.* expression defaultspennae2021-12-09
| | | | | adds defaultText for options with defaults that use only literals, full config.* paths, and the cfg shortcut binding.
* nixos/zabbixWeb: remove added whitespace to the passwordFile optionAaron Andersen2021-11-02
|
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/zabbixWeb: include DOUBLE_IEEE754 directiveAaron Andersen2020-12-18
|
* nixos/httpd: code cleanupAaron Andersen2020-01-31
|
* nixos/httpd: limit serving web content to virtual hosts, convert ↵Aaron Andersen2019-12-24
| | | | virtualHosts option type from listOf to attrsOf, add ACME integration
* nixos/zabbixWeb: fix a string reference as well as the phpfpm socket pathAaron Andersen2019-09-09
|
* Merge staging-next into stagingFrederik Rietdijk2019-08-28
|\
| * nixos/phpfpm: deprecate extraConfig options in favor of settings optionsAaron Andersen2019-08-23
| |
* | treewide: remove redundant quotesvolth2019-08-26
|/
* nixos/zabbixWeb: replace httpd subservice with new moduleAaron Andersen2019-07-11