services.frr.config
NixOS option
FRR configuration statements.
type: strings concatenated with "\n"Default
""
Example
declared in: nixos/modules/services/networking/frr.nixView source on NixOS/nixpkgs →''
router rip
network 10.0.0.0/8
router ospf
network 10.0.0.0/8 area 0
router bgp 65001
neighbor 10.0.0.1 remote-as 65001
''