cave wireguard

This commit is contained in:
xenia 2025-05-15 15:46:36 +02:00
parent 7a0ee2adae
commit 839eec811c

View File

@ -68,6 +68,16 @@ in {
persistentKeepalive = 25;
} ];
};
interfaces.cave = {
ips = [ "10.234.0.40/32" ];
privateKeyFile = "/home/xenia/wireguard-keys/förråd.private";
peers = [ {
publicKey = "yD4kMmoV0wF6H6aI/aQYUwyGKEBdEb7zx4kCq3Ax/D0=";
allowedIPs = [ "10.200.0.0/15" ];
endpoint = "129.16.13.194:42069";
persistentKeepalive = 25;
} ];
};
interfaces.bnuy = {
ips = [ "10.100.1.1/32" ];
privateKeyFile = "/home/xenia/wireguard-keys/local-network.private";