From ae4e84ac9a5c110cb64e8c01e7540e2eca948101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sun, 25 May 2025 19:54:16 +0300 Subject: [PATCH] Add laptop WG conf to Idacloud --- machine-confs/idacloud.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/machine-confs/idacloud.nix b/machine-confs/idacloud.nix index 21f8ff4..2ec4498 100644 --- a/machine-confs/idacloud.nix +++ b/machine-confs/idacloud.nix @@ -23,11 +23,11 @@ peers = [ # Laptop - # { - # publicKey = "TODO"; - # presharedKeyFile = "/root/wireguard-keys/psk1"; - # allowedIPs = [ "10.1.0.2/32" ]; - # } + { + publicKey = "qJl6XBAGlmGHLre+RoCLUsZUrOrDgGoinREHFiw29ys="; + presharedKeyFile = "/root/wireguard-keys/psk1"; + allowedIPs = [ "10.1.0.2/32" ]; + } # Phone # { # publicKey = "TODO";