refactor(networking): update netbird client port

This commit is contained in:
tux
2026-08-09 17:03:02 +05:30
parent 6379ff4662
commit 41a5c5be1a

View File

@@ -18,7 +18,7 @@
config = mkIf cfg.enable { config = mkIf cfg.enable {
services.netbird.clients = { services.netbird.clients = {
${hostName} = { ${hostName} = {
port = 51820; port = 61820;
login = { login = {
enable = true; enable = true;
setupKeyFile = config.sops.secrets.netbird-key.path; setupKeyFile = config.sops.secrets.netbird-key.path;