Add ren wg

This commit is contained in:
Maxiem Geldhof 2025-10-23 15:59:40 +02:00
parent 564bcc9bb8
commit 48143906d5
4 changed files with 15 additions and 0 deletions

View file

@ -54,6 +54,10 @@ in
peers = [
# List of allowed peers.
(import ../../../systems/macbook/wireguard.nix).peerConfig
{
publicKey = (builtins.readFile ../../../keys/wg-ren.pub);
allowedIPs = [ "10.100.0.3/32" ];
}
];
};
};