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