summaryrefslogtreecommitdiff
path: root/hosts/dishwasher/oxalab.nix
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-18 17:24:09 +0200
committerGrigory Shipunov2022-06-18 17:24:09 +0200
commitb84bd0c69f91ef240117039b9cee69c9e566608a (patch)
tree15dc6d617a615a7bd800166f2a29d2e1bdb0bef3 /hosts/dishwasher/oxalab.nix
parent7d3fecd8e8ffa75d128749ebf7e03307798ff9b4 (diff)
fix routing
Diffstat (limited to 'hosts/dishwasher/oxalab.nix')
-rw-r--r--hosts/dishwasher/oxalab.nix2
1 files changed, 1 insertions, 1 deletions
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";
};
};
};