Temp disable Vanguard VPN

This commit is contained in:
Evie Litherland-Smith 2024-03-01 19:40:09 +00:00
parent 6d32097b39
commit d96c153d9c

View file

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