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 '';