From 0120cc58a809179d46d3d43e970ade2a9df42ef4 Mon Sep 17 00:00:00 2001 From: blake Date: Wed, 8 Oct 2025 16:53:25 -0500 Subject: [PATCH] 103 current 2025-10-08 16:51:02 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/system/vpns.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 47ae886..64fb15d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 101 current 2025-10-08 16:41:36 25.05.20251006.20c4598 6.12.50 * +# generation: 103 current 2025-10-08 16:51:02 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/system/vpns.nix b/modules/system/vpns.nix index c974d1e..eb9e099 100644 --- a/modules/system/vpns.nix +++ b/modules/system/vpns.nix @@ -37,7 +37,7 @@ in networking.wg-quick.interfaces = lib.mkIf cfg.wg_mex { wg_mex = { # client settings - table = "wgmex"; + table = "51820"; privateKeyFile = config.sops.secrets."wg_mex_key".path; address = [ "10.74.252.231/32" "fc00:bbbb:bbbb:bb01::b:fce6/128" ]; dns = [ "10.64.0.1" ];