summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/microwave/network.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/microwave/network.nix b/hosts/microwave/network.nix
index bc4f260..5fd1e5d 100644
--- a/hosts/microwave/network.nix
+++ b/hosts/microwave/network.nix
@@ -136,6 +136,7 @@
};
wireguardConfig = {
PrivateKeyFile = config.sops.secrets."wg/wg-zw-seckey".path;
+ RouteTable = "off";
};
wireguardPeers = [
{
@@ -164,12 +165,14 @@
routeConfig = {
Gateway = "172.20.72.4";
Destination = "172.20.72.0/21";
+ Metric = 666;
};
}
{
routeConfig = {
Gateway = "172.20.72.4";
Destination = "172.20.90.0/24";
+ Metric = 666;
};
}
];