88 current 2025-10-08 12:59:45 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user