summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/sif/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/sif/default.nix b/hosts/sif/default.nix
index a03b79ec..adf6fdeb 100644
--- a/hosts/sif/default.nix
+++ b/hosts/sif/default.nix
@@ -207,7 +207,7 @@ in {
207 Gateway = "10.200.116.1"; 207 Gateway = "10.200.116.1";
208 GatewayOnLink = true; 208 GatewayOnLink = true;
209 Table = "wgrz"; 209 Table = "wgrz";
210 };}) (mwnSubnetsPrivate ++ mwnSubnetsPublic); 210 };}) (mwnSubnetsPrivate ++ mwnSubnetsPublic ++ ["10.163.88.40/32"]);
211 routingPolicyRules = [ 211 routingPolicyRules = [
212 { routingPolicyRuleConfig = { 212 { routingPolicyRuleConfig = {
213 Table = "main"; 213 Table = "main";