about summary refs log tree commit diff
path: root/nixos/modules/services/networking/haproxy.nix
Commit message (Collapse)AuthorAge
* nixos/haproxy: remove broken default 'config'Bjørn Forsman2015-02-22
| | | | | | HAProxy fails to start with the default 'config'. Better disable it and assert that the user provides a suitable 'config'. (AFAICS, there cannot really be a default config file for HAProxy.)
* nixos/haproxy: small cleanupBjørn Forsman2015-02-22
| | | | | | * Add option types * Rewrite option descriptions * /var/run/haproxy.pid => /run/haproxy.pid (canonical location)
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* nixos: haproxy moduleRok Garbas2013-10-29