summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/cirrus/wireguard-server.nix1
-rw-r--r--hosts/dishwasher/oxalab.nix2
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix
index 1352f15..2d939c0 100644
--- a/hosts/cirrus/wireguard-server.nix
+++ b/hosts/cirrus/wireguard-server.nix
@@ -39,6 +39,7 @@
matchConfig.Name = "oxalab";
networkConfig = {
Address = "10.66.66.1/24";
+ IPForward = "ipv4";
};
};
};
diff --git a/hosts/dishwasher/oxalab.nix b/hosts/dishwasher/oxalab.nix
index cae7943..ffe34fa 100644
--- a/hosts/dishwasher/oxalab.nix
+++ b/hosts/dishwasher/oxalab.nix
@@ -26,7 +26,7 @@
networks."oxalab" = {
matchConfig.Name = "oxalab";
networkConfig = {
- Address = "10.66.66.100/32";
+ Address = "10.66.66.100/24";
};
};
};