From 7d2b0a70e6978840b114a8edc5d62e470bac80e7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 20 Apr 2024 13:25:34 +0100 Subject: [PATCH] Temp remove Northstar VPN config until I generate a new key --- hosts/Northstar/configuration.nix | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/hosts/Northstar/configuration.nix b/hosts/Northstar/configuration.nix index 7887dd28..16235555 100644 --- a/hosts/Northstar/configuration.nix +++ b/hosts/Northstar/configuration.nix @@ -10,20 +10,20 @@ hardware.opengl.driSupport32Bit = true; hardware.opengl.extraPackages = with pkgs; [amdvlk rocmPackages.clr.icd]; hardware.opengl.extraPackages32 = [pkgs.driversi686Linux.amdvlk]; - networking.wg-quick.interfaces = { - protonvpn = { - address = ["10.2.0.2/32"]; - dns = ["10.2.0.1"]; - privateKeyFile = "/root/wireguard-keys/privatekey"; - peers = [ - { - publicKey = "uIYz5QpWqSNGRSJw0m4Py3eHR1dXQPb95sIKV8KaEC4="; - # presharedKeyFile = "/root/wireguard-keys/preshared_from_peer0_key"; - allowedIPs = ["0.0.0.0/0"]; - endpoint = "154.47.24.193: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 = "uIYz5QpWqSNGRSJw0m4Py3eHR1dXQPb95sIKV8KaEC4="; + # # presharedKeyFile = "/root/wireguard-keys/preshared_from_peer0_key"; + # allowedIPs = ["0.0.0.0/0"]; + # endpoint = "154.47.24.193:51820"; + # persistentKeepalive = 25; + # } + # ]; + # }; + # }; }