fix(wireguard): ipv6
All checks were successful
/ check (push) Successful in 19s

This commit is contained in:
Lzebulon 2025-11-23 21:12:20 +01:00
parent 73d14e8948
commit 958eb865ea
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D

View file

@ -13,7 +13,7 @@ in
enable = true;
interfaces = {
wg0 = {
ips = ["10.100.0.2/24" "fd00::2/7"];
ips = ["10.100.0.2/24" "fc00::2/7"];
listenPort = listenPort;
@ -24,7 +24,7 @@ in
name = "pixos";
publicKey = "kaPe5pz2NTW9yMSy92wCV6WQF/sDYK6hHf8e9yN1ZlY=";
allowedIPs = [
"fd00::1/128"
"fc00::1/128"
"10.100.0.1/32"
];
endpoint = "pixos.bytestall.info:${toString listenPort}";