Disable bird on warwick
This commit is contained in:
parent
01c57b201b
commit
7e14a2cc13
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
lab.monitoring.server.enable = true;
|
||||
|
||||
services.bird2 = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
config = builtins.readFile ./bird.conf;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue