services.bird.preCheckConfig

NixOS option

Commands to execute before the config file check. The file to be checked will be available as bird.conf in the current directory. Files created with this option will not be available at service runtime, only during build time checking.

type: strings concatenated with "\n"
Default
""
Example
''
  echo "cost 100;" > include.conf
''
declared in: nixos/modules/services/networking/bird.nixView source on NixOS/nixpkgs →