diff options
| author | Grigory Shipunov | 2022-06-18 17:24:09 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-18 17:24:09 +0200 |
| commit | b84bd0c69f91ef240117039b9cee69c9e566608a (patch) | |
| tree | 15dc6d617a615a7bd800166f2a29d2e1bdb0bef3 | |
| parent | 7d3fecd8e8ffa75d128749ebf7e03307798ff9b4 (diff) | |
fix routing
| -rw-r--r-- | hosts/cirrus/wireguard-server.nix | 1 | ||||
| -rw-r--r-- | hosts/dishwasher/oxalab.nix | 2 |
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"; }; }; }; |
