From 0aaac76a821078b41216d48b6d93db66b1013fd1 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 18 Mar 2025 12:37:05 +0500 Subject: [PATCH] chore: NixOS | update wireguard client pubkey --- nixos/master/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/master/configuration.nix b/nixos/master/configuration.nix index d22cb40..afd3591 100644 --- a/nixos/master/configuration.nix +++ b/nixos/master/configuration.nix @@ -171,7 +171,7 @@ peers = [ { name = "shahab"; - publicKey = "0KN9Z2HZlPEh6j399SygclxwOwKFyRfgyyLE75WJhH8="; + publicKey = "IXW+O1L0OXs3dIGk55wOUIjvcWlQthuO84XS+rNB5Ac="; allowedIPs = [ "192.168.20.2/32" ]; } ];