diff --git a/nixos/hosts/framework-server/wireguard.nix b/nixos/hosts/framework-server/wireguard.nix index 15c27a27..715b1ae3 100644 --- a/nixos/hosts/framework-server/wireguard.nix +++ b/nixos/hosts/framework-server/wireguard.nix @@ -4,7 +4,6 @@ networking.extraHosts = '' 10.100.0.1 osaka-linode-01 10.100.0.2 framework-server - 10.100.0.2 test.localhost ''; networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 22 ];