lol

keepalived: use `ints.between`

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>

+1 -1
+1 -1
nixos/modules/services/networking/keepalived/vrrp-instance-options.nix
··· 22 22 }; 23 23 24 24 virtualRouterId = mkOption { 25 - type = types.int; 25 + type = types.ints.between 1 255; 26 26 description = lib.mdDoc '' 27 27 Arbitrary unique number 1..255. Used to differentiate multiple instances 28 28 of vrrpd running on the same NIC (and hence same socket).