summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-18 17:00:35 +0200
committerGrigory Shipunov2022-06-18 17:00:35 +0200
commit3bfc835ebb63e232d67dd342af55e6da2a08d007 (patch)
treef1f2a5e5ebb3a8a47c9056cb5fc6292dadb9941f /hosts
parent6f7bca0dff91c5392f4898885f1d50a0ebe75aaf (diff)
fix wrong copypasta
Diffstat (limited to 'hosts')
-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 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";
};
};
};