summary refs log tree commit diff
path: root/nixos/modules/services/networking/keepalived
Commit message (Collapse)AuthorAge
* keepalived: use `ints.between`Arthur Gautier2023-07-14
| | | | Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
* keepalived: fixup `virtualRouterId` documentationArthur Gautier2023-07-12
| | | | Router id 0 is an invalid option with keepalived
* nixos/keepalived: remove unnecessary parenthesesfigsoda2022-11-30
|
* nixos/*: fix docbook deprecation noticespennae2022-09-10
| | | | | mostly no rendering changes except in buildkite, which used markdown where docbook was expected without marking up its markdown.
* Merge pull request #128192 from clerie/keepalived-secretsMartin Weinelt2022-08-29
|\
| * nixos/keepalived: add secrets supportclerie2022-08-27
| |
* | nixos/*: automatically convert option docspennae2022-08-06
|/
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos/keepalived: Implemented vrrp-instance tracking scripts and interfaces.Johan Thomsen2018-05-08
| | | | | Tracking scripts in particular, cannot be included in extraOpts, because script declaration has to be above script usage in keepalived.conf. Changes are fully backward compatible.
* keepalived service: init (#22755)Marius Bergmann2017-04-20