feat: gitea runners infra, but it is so expancive
This commit is contained in:
@@ -132,7 +132,11 @@ in {
|
||||
"${cfg.ipv6}::/64"
|
||||
] ++ lib.optional (cfg.floatingIpv4 != null) "${cfg.floatingIpv4}/32";
|
||||
routes = [
|
||||
{ Gateway = "172.31.1.1"; GatewayOnLink = true; }
|
||||
{
|
||||
Gateway = "172.31.1.1";
|
||||
GatewayOnLink = true;
|
||||
PreferredSource = cfg.ipv4;
|
||||
}
|
||||
{ Gateway = "fe80::1"; }
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user