From 22d6e41779acbecd5ded9b43c94d508d5af44681 Mon Sep 17 00:00:00 2001 From: albert <albert@sysctl.io> Date: Tue, 16 Jul 2024 21:53:34 +0900 Subject: [PATCH] Update wireguard --- nixos/hosts/warsaw-ovh-01/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/warsaw-ovh-01/wireguard.nix b/nixos/hosts/warsaw-ovh-01/wireguard.nix index ebf3d912..bd32b2a4 100644 --- a/nixos/hosts/warsaw-ovh-01/wireguard.nix +++ b/nixos/hosts/warsaw-ovh-01/wireguard.nix @@ -3,7 +3,7 @@ # Allow these hosts to directly communicate with their hostnames networking.extraHosts = '' 10.100.0.1 osaka-linode-01 - 10.100.0.2 framework-servr + 10.100.0.2 warsaw-ovh-01 ''; networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 22 ];