···2222 };
23232424 virtualRouterId = mkOption {
2525- type = types.int;
2525+ type = types.ints.between 1 255;
2626 description = lib.mdDoc ''
2727- Arbitrary unique number 0..255. Used to differentiate multiple instances
2727+ Arbitrary unique number 1..255. Used to differentiate multiple instances
2828 of vrrpd running on the same NIC (and hence same socket).
2929 '';
3030 };