From 3bfc835ebb63e232d67dd342af55e6da2a08d007 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 17:00:35 +0200 Subject: [PATCH] fix wrong copypasta --- hosts/dishwasher/oxalab.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/dishwasher/oxalab.nix b/hosts/dishwasher/oxalab.nix index ba5e9b0..f7c3d1d 100644 --- a/hosts/dishwasher/oxalab.nix +++ b/hosts/dishwasher/oxalab.nix @@ -26,7 +26,7 @@ networks."oxalab" = { matchConfig.Name = "oxalab"; networkConfig = { - Address = "10.13.37.100"; + Address = "10.66.66.100"; }; }; };