diff --git a/machine-confs/idacloud.nix b/machine-confs/idacloud.nix index c14b81d..badb2c5 100644 --- a/machine-confs/idacloud.nix +++ b/machine-confs/idacloud.nix @@ -33,12 +33,6 @@ # presharedKeyFile = "/root/wireguard-keys/psk2"; # allowedIPs = [ "10.1.0.3/32" ]; # } - # Test Phone - { - publicKey = "66ubJoZWX9jyPKMO2ORomokPO3CokBTGjHiOhHZLjzI="; - presharedKeyFile = "/root/wireguard-keys/psk3"; - allowedIPs = [ "10.1.0.4/32" ]; - } ]; }; };