From 057b5bb011172d74cf464ceb6ee99dc46bcca02f Mon Sep 17 00:00:00 2001 From: xunuwu Date: Tue, 9 Sep 2025 09:45:15 +0200 Subject: [PATCH] change nebula port --- hosts/rackserv/profiles/nebula.nix | 1 + sys/profiles/network/nebula.nix | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/rackserv/profiles/nebula.nix b/hosts/rackserv/profiles/nebula.nix index b295361..b6d3a75 100644 --- a/hosts/rackserv/profiles/nebula.nix +++ b/hosts/rackserv/profiles/nebula.nix @@ -6,6 +6,7 @@ cert = config.sops.secrets.nebula-cert.path; key = config.sops.secrets.nebula-key.path; ca = config.sops.secrets.nebula-ca-cert.path; + listen.port = 3131; firewall = { inbound = [ { diff --git a/sys/profiles/network/nebula.nix b/sys/profiles/network/nebula.nix index f4f6acb..72a0c71 100644 --- a/sys/profiles/network/nebula.nix +++ b/sys/profiles/network/nebula.nix @@ -2,11 +2,12 @@ services.nebula.networks.xunmesh = { enable = true; staticHostMap = { - "30.0.0.1" = ["172.245.52.19:4242"]; + "30.0.0.1" = ["172.245.52.19:3131"]; }; cert = config.sops.secrets.nebula-cert.path; key = config.sops.secrets.nebula-key.path; ca = config.sops.secrets.nebula-ca-cert.path; + listen.port = 3131; firewall = { inbound = [ {