diff --git a/config/net/yggdrasil.nix b/config/net/yggdrasil.nix index 84d130b..67bc3f8 100644 --- a/config/net/yggdrasil.nix +++ b/config/net/yggdrasil.nix @@ -9,7 +9,7 @@ }; ospf = { allowedUpstreams = - [ "upstream3" "upstream1" "upstream4" "anon1" "freifunk" ]; + [ "upstream4" "upstream1" "upstream3" "anon1" "freifunk" ]; stubNets6 = [ "200::/7" ]; };