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

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 96 current 2025-10-08 15:53:50 25.05.20251006.20c4598 6.12.50 *
# generation: 98 current 2025-10-08 16:21:15 25.05.20251006.20c4598 6.12.50 *
{
description = "blakes nix config";
inputs = {

View File

@@ -19,7 +19,7 @@
syncthing.enable = true;
tailscale.enable = true;
vpns.enable = true;
vpns.wg_mex = true;
vpns.wg_mex = false;
nvidia.enable = true;
};
homelab = {

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=";