monolith: disable some nebula lighthouses

This commit is contained in:
Leonardo Eugênio 2026-02-22 09:43:23 -03:00
parent e1c81e5347
commit 5ccec30fae

View file

@ -16,8 +16,6 @@ in
enable = true; enable = true;
isLighthouse = false; isLighthouse = false;
lighthouses = [ lighthouses = [
"192.168.88.1"
"192.168.88.2"
"192.168.88.3" "192.168.88.3"
]; ];
settings = { settings = {
@ -27,12 +25,6 @@ in
key = s."nebula-wopus-vpn/monolith-key".path; key = s."nebula-wopus-vpn/monolith-key".path;
ca = s."nebula-wopus-vpn/ca-crt".path; ca = s."nebula-wopus-vpn/ca-crt".path;
staticHostMap = { staticHostMap = {
"192.168.88.1" = [
"neubla-vpn.wopus.dev:4242"
];
"192.168.88.2" = [
"82.25.77.78:4242"
];
"192.168.88.3" = [ "192.168.88.3" = [
"72.60.60.221:4242" "72.60.60.221:4242"
]; ];