diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-05-19 13:40:12 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-05-19 13:41:00 +0200 |
commit | 377a09c94b94050eff778422e415d24265683605 (patch) | |
tree | 29737a8a6b3b7f29978f4abf5d1b61d28741b063 | |
parent | d92abb87c06b83088d7693e025d8ad624e7deaea (diff) | |
download | nixos-377a09c94b94050eff778422e415d24265683605.tar nixos-377a09c94b94050eff778422e415d24265683605.tar.gz nixos-377a09c94b94050eff778422e415d24265683605.tar.bz2 nixos-377a09c94b94050eff778422e415d24265683605.tar.xz nixos-377a09c94b94050eff778422e415d24265683605.zip |
...
-rw-r--r-- | hosts/sif/default.nix | 2 |
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"; |