From 8a52b5cfd3005dfd3411b0df2c7a7966ba1c5aaf Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 18 Jun 2022 14:55:21 +0200 Subject: [PATCH] fix address --- hosts/cirrus/wireguard-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cirrus/wireguard-server.nix b/hosts/cirrus/wireguard-server.nix index 66068c8..7920e9f 100644 --- a/hosts/cirrus/wireguard-server.nix +++ b/hosts/cirrus/wireguard-server.nix @@ -37,7 +37,7 @@ networks."oxalab" = { matchConfig.Name = "oxalab"; networkConfig = { - Address = "10.13.37.1"; + Address = "10.66.66.1"; }; }; };