1
0
Fork 0
mirror of https://git.gay/xqtc/nixos-config synced 2025-05-04 12:27:29 +02:00

Compare commits

...

3 commits

Author SHA1 Message Date
51181fcd1a Rm 1st IP in wg conf 2024-06-15 22:41:51 +02:00
cfdc4be1b7 Added IP to wg IPs 2024-06-15 22:34:44 +02:00
ab99dfa101 Add persistent keepalive to wg anna 2024-06-15 22:24:01 +02:00

View file

@ -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;
}
];
};