This commit is contained in:
Yan Lin 2025-11-02 21:51:17 +01:00
parent a25f34b10f
commit b3e8d47580

View file

@ -37,9 +37,12 @@
services.wireguard-custom = { services.wireguard-custom = {
enable = true; enable = true;
mode = "client"; mode = "client";
ip = "10.2.2.40/32"; clientConfig = {
serverEndpoint = "91.98.84.215:51820"; address = "10.2.2.40/32";
serverPublicKey = "46QHjSzAas5g9Hll1SCEu9tbR5owCxXAy6wGOUoPwUM="; serverEndpoint = "91.98.84.215:51820";
serverPublicKey = "46QHjSzAas5g9Hll1SCEu9tbR5owCxXAy6wGOUoPwUM=";
allowedIPs = [ "10.2.2.0/24" ]; # Only route WireGuard network through VPN
};
}; };
# Hardware support for Steam Deck (AMD APU) # Hardware support for Steam Deck (AMD APU)