diff --git a/hosts/physique/hyponix/services/wireguard.nix b/hosts/physique/hyponix/services/wireguard.nix index 3d25328..53c7981 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.0.2/24" "fd00::2/7"]; + ips = ["10.100.0.2/24" "fc00::2/7"]; listenPort = listenPort; @@ -24,7 +24,7 @@ in name = "pixos"; publicKey = "kaPe5pz2NTW9yMSy92wCV6WQF/sDYK6hHf8e9yN1ZlY="; allowedIPs = [ - "fd00::1/128" + "fc00::1/128" "10.100.0.1/32" ]; endpoint = "pixos.bytestall.info:${toString listenPort}";