beleth: this commit will change everything HUGE THINGS COMING PART 3. COMING TO A CINEMA NEAR YOU

This commit is contained in:
xqtc161 2024-06-09 21:04:13 +02:00
parent c3dc2fbe27
commit 786be28eeb

View file

@ -12,19 +12,21 @@
};
networking.wireguard.interfaces = {
ips = ["2a01:4f8:10a:1aab::2/64"];
wg0 = {
ips = ["2a01:4f8:10a:1aab::2/64"];
listenPort = 51820;
listenPort = 51820;
privateKeyFile = "/home/xqtc/wireguard-keys/private";
privateKeyFile = "/home/xqtc/wireguard-keys/private";
peers = [
{
#anner
publicKey = "5ar4lh3Ra4TRmUJeeBtPgDvZnAkGssJDUN53y9oa3So=";
allowedIPs = ["2a0f:be01::/48"];
endpoint = "[2a0f:be01::1]:51822";
}
];
peers = [
{
#anner
publicKey = "5ar4lh3Ra4TRmUJeeBtPgDvZnAkGssJDUN53y9oa3So=";
allowedIPs = ["2a0f:be01::/48"];
endpoint = "[2a0f:be01::1]:51822";
}
];
};
};
}