Add wireguard

This commit is contained in:
Maxiem Geldhof 2025-10-31 19:06:58 +01:00
parent 5e0c257caf
commit 30630c8508
8 changed files with 49 additions and 13 deletions

View file

@ -54,10 +54,7 @@ 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" ];
}
(import ../../../systems/ren/wireguard.nix).peerConfig
];
};
};