98 current 2025-10-08 16:21:15 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-08 16:22:39 -05:00
parent 38c1070aba
commit 176db95546
3 changed files with 5 additions and 4 deletions

View File

@@ -34,11 +34,12 @@ in
};
# enable mullvad mexico w/ wireguard
networking.wireguard.interfaces = lib.mkIf cfg.wg_mex {
networking.wg-quick.interfaces = lib.mkIf cfg.wg_mex {
wg_mex = {
# client settings
privateKeyFile = config.sops.secrets."wg_mex_key".path;
ips = [ "10.74.252.231/32" "fc00:bbbb:bbbb:bb01::b:fce6/128" ];
address = [ "10.74.252.231/32" "fc00:bbbb:bbbb:bb01::b:fce6/128" ];
dns = [ "10.64.0.1" ];
# remote settings
peers = [ {
publicKey = "yxyntWsANEwxeR0pOPNAcfWY7zEVICZe9G+GxortzEY=";