nixos-config

NixOS configs for my systems
Log | Files | Refs

commit 8a6e2aad8c12b3e1832e0837010a2499653b2a76
parent d299208c15eeac42ab43041013c18c7a655faffb
Author: vin <vin@vineetk.net>
Date:   Tue,  4 Mar 2025 02:06:34 -0500

demiurge, lappy: remove wg0 config

Switched to Headscale/Tailscale.

Diffstat:
Mhosts/demiurge/default.nix | 14--------------
Mhosts/lappy/default.nix | 15---------------
2 files changed, 0 insertions(+), 29 deletions(-)

diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix @@ -44,20 +44,6 @@ }; wireguard.interfaces = { - # vpn to vps - wg0 = { - ips = [ "10.0.13.2/32" ]; - privateKey = "***REMOVED***"; - - peers = [{ - allowedIPs = [ "10.0.13.0/24" ]; - endpoint = "vineetk.net:51820"; - publicKey = "x3O4wISSau3DCrPRSplgGfSAizasbZAHzVqMR+WLzW4="; - presharedKey = "***REMOVED***"; - persistentKeepalive = 25; - }]; - }; - # mullvad to miami us-mia-wg-002 = { ips = [ diff --git a/hosts/lappy/default.nix b/hosts/lappy/default.nix @@ -61,21 +61,6 @@ }; wg-quick.interfaces = { - # vpn to vps - wg0 = { - address = [ "10.0.13.3/24" ]; - - peers = [{ - allowedIPs = [ "10.0.13.0/24" ]; - endpoint = "vineetk.net:51820"; - publicKey = "x3O4wISSau3DCrPRSplgGfSAizasbZAHzVqMR+WLzW4="; - presharedKey = "***REMOVED***"; - persistentKeepalive = 25; - }]; - - privateKey = "***REMOVED***"; - }; - # mullvad to miami us-mia-wg-001 = { address = [