Disable bird on warwick

This commit is contained in:
Pim Kunis 2024-05-15 22:08:40 +02:00
parent 01c57b201b
commit 7e14a2cc13

View file

@ -7,7 +7,7 @@
lab.monitoring.server.enable = true; lab.monitoring.server.enable = true;
services.bird2 = { services.bird2 = {
enable = true; enable = false;
config = builtins.readFile ./bird.conf; config = builtins.readFile ./bird.conf;
}; };