From a2b6c149c15a1d5bd506ad77541f61728715d794 Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 17 Jul 2024 10:32:13 +0900 Subject: [PATCH] Update wireguard --- nixos/hosts/frankfurt-linode-01/wireguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/frankfurt-linode-01/wireguard.nix b/nixos/hosts/frankfurt-linode-01/wireguard.nix index e0c5b23b..0e8ae6a5 100644 --- a/nixos/hosts/frankfurt-linode-01/wireguard.nix +++ b/nixos/hosts/frankfurt-linode-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 headscale.sysctl.io + # 10.100.0.2 headscale.sysctl.io 10.100.0.3 backups-rpi4 10.100.0.4 frankfurt-linode-01 '';