Merge branch 'main' of github.com:DarkGuibrine/NixConfig

This commit is contained in:
2026-05-17 17:39:58 -03:00
9 changed files with 77 additions and 78 deletions
-10
View File
@@ -9,16 +9,6 @@
};
config = lib.mkIf config.mods.netbird.enable {
services.netbird.clients.wt0 = {
login = {
enable = false;
setupKeyFile = "/path/to/your/setup-key";
};
port = 51821;
ui.enable = false;
openFirewall = true;
openInternalFirewall = true;
};
services.resolved.enable = false;
};
}
-1
View File
@@ -1,7 +1,6 @@
{ lib, ... }:
{
imports = [
./netbird/netbird.nix
./tailscale/tailscale.nix
];