mirror of
https://git.gay/xqtc/nixos-config
synced 2025-05-04 12:27:29 +02:00
Compare commits
3 commits
daa55e88b2
...
51181fcd1a
Author | SHA1 | Date | |
---|---|---|---|
51181fcd1a | |||
cfdc4be1b7 | |||
ab99dfa101 |
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
networking.wireguard.interfaces = {
|
||||
wg0 = {
|
||||
ips = ["2a0f:be01:fe:fa1::1/64"];
|
||||
ips = [/* "2a0f:be01:fe:fa1::1/64" */ "2a01:4f8:10a:1aab:f000::1/80"];
|
||||
|
||||
listenPort = 51820;
|
||||
|
||||
|
@ -25,6 +25,7 @@
|
|||
publicKey = "5ar4lh3Ra4TRmUJeeBtPgDvZnAkGssJDUN53y9oa3So=";
|
||||
allowedIPs = ["2a0f:be01::/40"];
|
||||
endpoint = "[2a0f:be01::1]:51822";
|
||||
persistentKeepalive = 15;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue