From 7e14a2cc130f85cff83cce176295e22b91e4fc73 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Wed, 15 May 2024 22:08:40 +0200 Subject: [PATCH] Disable bird on warwick --- machines/warwick.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/warwick.nix b/machines/warwick.nix index 27cd866..2cf5602 100644 --- a/machines/warwick.nix +++ b/machines/warwick.nix @@ -7,7 +7,7 @@ lab.monitoring.server.enable = true; services.bird2 = { - enable = true; + enable = false; config = builtins.readFile ./bird.conf; };