From 1719660404e24f4267421694749b5bd931bb0e41 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 29 Apr 2024 17:43:23 +0100 Subject: [PATCH] Remove wg-quick config --- hosts/Northstar/configuration.nix | 16 ---------------- hosts/Vanguard/configuration.nix | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/hosts/Northstar/configuration.nix b/hosts/Northstar/configuration.nix index 16235555..9dc5ddec 100644 --- a/hosts/Northstar/configuration.nix +++ b/hosts/Northstar/configuration.nix @@ -10,20 +10,4 @@ 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; - # } - # ]; - # }; - # }; } diff --git a/hosts/Vanguard/configuration.nix b/hosts/Vanguard/configuration.nix index ea1fd33a..ce5ddbf3 100644 --- a/hosts/Vanguard/configuration.nix +++ b/hosts/Vanguard/configuration.nix @@ -11,20 +11,4 @@ driSupport32Bit = true; }; 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; - # } - # ]; - # }; - # }; }