From b84bd0c69f91ef240117039b9cee69c9e566608a Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 17:24:09 +0200 Subject: fix routing --- hosts/dishwasher/oxalab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/dishwasher/oxalab.nix') 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"; }; }; }; -- cgit v1.3.1