From 6cf5aa600ca543b49ae10cb4227000407ff60807 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 4 Dec 2024 18:01:06 +0100 Subject: [PATCH] address not ip there --- nixos/hosts/wheatley/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 1b84c0a..ff20a76 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -65,7 +65,7 @@ wg0 = { autostart = true; # Determines the IP address and subnet of the server's end of the tunnel interface. - ips = ["10.2.0.2/32"]; + address = ["10.2.0.2/32"]; # The port that WireGuard listens to. Must be accessible by the client. listenPort = 51820;