diff --git a/hosts/physique/hyponix/services/wireguard.nix b/hosts/physique/hyponix/services/wireguard.nix index 78c630e..3d25328 100644 --- a/hosts/physique/hyponix/services/wireguard.nix +++ b/hosts/physique/hyponix/services/wireguard.nix @@ -13,7 +13,7 @@ in enable = true; interfaces = { wg0 = { - ips = ["10.100.10.2/24" "fd00::2/7"]; + ips = ["10.100.0.2/24" "fd00::2/7"]; listenPort = listenPort;