fix(wireguard): int to string
Some checks failed
/ check (push) Failing after 12s

This commit is contained in:
Lzebulon 2025-11-23 19:23:48 +01:00
parent 833b987ea8
commit 20bdff922e
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D

View file

@ -27,7 +27,7 @@ in
"fd00::1/128"
"10.100.0.1/32"
];
endpoint = "pixos.bytestall.info:${listenPort}";
endpoint = "pixos.bytestall.info:${toString listenPort}";
persistentKeepalive = 25;
}
];