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 @@ }; }; - }; + };*/ }; }; /*