From 3f7b5e23c17a08c441aeeb48621e55e379d02878 Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Tue, 18 Mar 2025 11:42:28 +0500 Subject: [PATCH] fix: NixOS | misnamed wireguard public key --- 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 cac125d..e3fc5b2 100644 --- a/nixos/master/configuration.nix +++ b/nixos/master/configuration.nix @@ -163,7 +163,7 @@ peers = [ { - publicKey = "public-key"; + publicKey = "shahab"; allowedIPs = [ "192.168.20.2/32" ]; } ];