diff options
| author | Grigory Shipunov | 2022-06-18 14:55:21 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-18 14:55:21 +0200 |
| commit | 8a52b5cfd3005dfd3411b0df2c7a7966ba1c5aaf (patch) | |
| tree | 9940066e41f2b01b97db2e45591a4c8577307b4c /hosts/cirrus | |
| parent | 7d209f6d0357333f69866a0e2b8aa91a3acd90cc (diff) | |
fix address
Diffstat (limited to 'hosts/cirrus')
| -rw-r--r-- | hosts/cirrus/wireguard-server.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; }; }; }; |
