From a194da9662ef9cde53417b854dad2d5f42d2a5bf Mon Sep 17 00:00:00 2001 From: sinavir Date: Tue, 8 Oct 2024 12:51:57 +0200 Subject: [PATCH] fix(krz01): Enable netbird --- machines/krz01/_configuration.nix | 2 +- meta/network.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/krz01/_configuration.nix b/machines/krz01/_configuration.nix index 3cb2df6..fc1dcf6 100644 --- a/machines/krz01/_configuration.nix +++ b/machines/krz01/_configuration.nix @@ -19,7 +19,7 @@ lib.extra.mkConfig { ]; }; - #services.netbird.enable = true; + services.netbird.enable = true; }; root = ./.; diff --git a/meta/network.nix b/meta/network.nix index ee002df..6216bf2 100644 --- a/meta/network.nix +++ b/meta/network.nix @@ -49,6 +49,7 @@ }; hostId = "bd11e8fc"; + netbirdIp = "100.80.103.206"; }; geo01 = {