From fdf8fab0b3b8a41134b6f02dd96666f9ff064c6a Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 21 Jul 2025 11:35:42 -0500 Subject: [PATCH] test container --- system-config/configuration/homebox/default.nix | 2 +- system-config/services/containers/netbird/default.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/system-config/configuration/homebox/default.nix b/system-config/configuration/homebox/default.nix index 086f17c..ecc07d0 100644 --- a/system-config/configuration/homebox/default.nix +++ b/system-config/configuration/homebox/default.nix @@ -267,7 +267,7 @@ gitea.enable = true; homeassistant.enable = false; ntfy.enable = false; - #netbird.enable = true; + netbird.enable = true; rustdesk.enable = false; #broken }; }; diff --git a/system-config/services/containers/netbird/default.nix b/system-config/services/containers/netbird/default.nix index d30a03d..7f234ae 100644 --- a/system-config/services/containers/netbird/default.nix +++ b/system-config/services/containers/netbird/default.nix @@ -33,7 +33,7 @@ #netbird-management = { netbird = { - autoStart = false; + autoStart = true; privateNetwork = true; hostAddress = "192.168.100.10"; localAddress = "192.168.100.21"; @@ -67,7 +67,7 @@ allowedUDPPortRanges = [{ from = 49152; to = 65535; }]; }; - services.netbird = { + /*services.netbird = { enable = true; @@ -124,7 +124,7 @@ }; }; - }; + };*/ }; }; /*