From 9b7a355b071f22f8d99bbaf22377e8824212abe6 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 13:03:09 -0500 Subject: [PATCH] 88 current 2025-10-08 12:59:45 25.05.20251001.5b5be50 6.12.49 * --- flake.nix | 2 +- hosts/snowbelle/configuration.nix | 2 +- modules/system/vpns.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7ce2d97..739558c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 87 current 2025-10-08 12:56:11 25.05.20251001.5b5be50 6.12.49 * +# generation: 88 current 2025-10-08 12:59:45 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index ab5b18f..4b922ea 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -20,7 +20,7 @@ tailscale.enable = true; vpns.enable = true; vpns.openvpn_pia_mexico = false; - vpns.wg_pia_mexico = true; + vpns.wg_pia_mexico = false; nvidia.enable = true; }; homelab = { diff --git a/modules/system/vpns.nix b/modules/system/vpns.nix index 2d52e5d..1546dcd 100644 --- a/modules/system/vpns.nix +++ b/modules/system/vpns.nix @@ -37,7 +37,7 @@ in networking.wireguard.interfaces = lib.mkIf cfg.wg_pia_mexico { wg_piamex = { privateKeyFile = config.sops.secrets."wg_pia_mexico_key".path; -# listenPort = 51820; + listenPort = 51820; ips = [ "10.4.244.34/32" ]; peers = [