From 49ddeab97618e2b6393a667da77e3fdb4391859d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sun, 20 Apr 2025 13:07:25 +0300 Subject: [PATCH] Disable PSK for debugging --- machine-confs/idacloud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-confs/idacloud.nix b/machine-confs/idacloud.nix index 2c8b364..1e93d75 100644 --- a/machine-confs/idacloud.nix +++ b/machine-confs/idacloud.nix @@ -35,7 +35,7 @@ # Test Phone { publicKey = "66ubJoZWX9jyPKMO2ORomokPO3CokBTGjHiOhHZLjzI="; - presharedKeyFile = "/root/wireguard-keys/psk3"; + #presharedKeyFile = "/root/wireguard-keys/psk3"; allowedIPs = [ "10.1.0.4/32" ]; } ];