fix: NixOS | misnamed wireguard public key

This commit is contained in:
2025-03-18 11:42:28 +05:00
parent 70c9a6af9e
commit 3f7b5e23c1

View File

@@ -163,7 +163,7 @@
peers = [ peers = [
{ {
publicKey = "public-key"; publicKey = "shahab";
allowedIPs = [ "192.168.20.2/32" ]; allowedIPs = [ "192.168.20.2/32" ];
} }
]; ];