mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-09 18:07:28 +02:00
beleth: this commit will change everything HUGE THINGS COMING PART 3. COMING TO A CINEMA NEAR YOU
This commit is contained in:
parent
c3dc2fbe27
commit
786be28eeb
1 changed files with 13 additions and 11 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue