From 5e7a6b09ecda50ec22cbcdd6940bb36e7d08c3e1 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Fri, 19 Jul 2024 17:33:01 +0200 Subject: [PATCH] fix(meta): Assign null to bridge01.netbirdIp --- meta/network.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/network.nix b/meta/network.nix index e4b6afa..946b802 100644 --- a/meta/network.nix +++ b/meta/network.nix @@ -3,6 +3,7 @@ hostId = "f57f3ba0"; interfaces = { }; + netbirdIp = null; }; compute01 = {