nixos/tests/prometheus-exporters/bird: set router id

Previously bird would refuse to start up because the router id wasn't
set.

> bird[682]: Cannot determine router ID, please configure it manually
This commit is contained in:
Martin Weinelt 2021-04-23 23:34:26 +02:00
parent 65234f0911
commit fc55a1bdd4
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -118,6 +118,8 @@ let
metricProvider = {
services.bird2.enable = true;
services.bird2.config = ''
router id 127.0.0.1;
protocol kernel MyObviousTestString {
ipv4 {
import all;