add advertisement to snowbelle itself

This commit is contained in:
2025-11-04 23:08:21 -06:00
parent adf9d1ee4a
commit 7b39e418c9

View File

@@ -20,6 +20,7 @@ in {
extraUpFlags = [
"--accept-routes=false" # true is equilivant to useRoutingFeatures = "client" (breaks shit)
"--accept-dns=true" # explicitly allow resolved
"--advertise-routes=10.10.0.10/32" # advertise self
];
};