TEMP disable Vanguard VPN

This commit is contained in:
Evie Litherland-Smith 2024-03-24 09:15:29 +00:00
parent e59297c801
commit c44c929b04

View file

@ -11,20 +11,20 @@
driSupport32Bit = true; driSupport32Bit = true;
}; };
services.ollama.enable = true; services.ollama.enable = true;
networking.wg-quick.interfaces = { # networking.wg-quick.interfaces = {
protonvpn = { # protonvpn = {
address = ["10.2.0.2/32"]; # address = ["10.2.0.2/32"];
dns = ["10.2.0.1"]; # dns = ["10.2.0.1"];
privateKeyFile = "/root/wireguard-keys/privatekey"; # privateKeyFile = "/root/wireguard-keys/privatekey";
peers = [ # peers = [
{ # {
publicKey = "ic5vxFWQEX5lRVwgx2vfE1xYKXQuwQi1TGDSkR0fsEY="; # publicKey = "ic5vxFWQEX5lRVwgx2vfE1xYKXQuwQi1TGDSkR0fsEY=";
# presharedKeyFile = "/root/wireguard-keys/preshared_from_peer0_key"; # # presharedKeyFile = "/root/wireguard-keys/preshared_from_peer0_key";
allowedIPs = ["0.0.0.0/0"]; # allowedIPs = ["0.0.0.0/0"];
endpoint = "146.70.96.66:51820"; # endpoint = "146.70.96.66:51820";
persistentKeepalive = 25; # persistentKeepalive = 25;
} # }
]; # ];
}; # };
}; # };
} }