diff --git a/machine-confs/exoplasim.nix b/machine-confs/exoplasim.nix index 409c080..2fe83cb 100644 --- a/machine-confs/exoplasim.nix +++ b/machine-confs/exoplasim.nix @@ -10,7 +10,7 @@ wg-quick.interfaces = { wg0 = { - address = [ "fd08:d473:bcca:f1::1/64" ]; + address = [ "10.0.0.1/24" ]; privateKeyFile = "/root/wireguard-keys/privatekey"; listenPort = 51821; @@ -22,7 +22,7 @@ # } { publicKey = "9FOmHXs0CmDlW61noS7DqhgH5GfQHzg8ZMasyNQACSc="; - allowedIPs = [ "fd08:d473:bcca:f1::2/128" ]; + allowedIPs = [ "10.0.0.2/32" ]; } ]; };