Flakes
Categories
Options
Packages
Sign in
MyNixOS
nixpkgs
options
services
keepalived
vrrpInstances
<name>
trackInterfaces
option
services.keepalived.vrrpInstances.<name>.trackInterfaces
List of network interfaces to monitor for health tracking.
Declarations
nixos/modules/services/networking/keepalived/default.nix
Type
list of string
Default
[ ]
Example
[
"eth0"
"eth1"
]