diff options
| author | vin <vin@vineetk.net> | 2025-03-04 02:06:34 -0500 |
|---|---|---|
| committer | vin <vin@vineetk.net> | 2025-03-04 02:06:34 -0500 |
| commit | 8a6e2aad8c12b3e1832e0837010a2499653b2a76 (patch) | |
| tree | 052c345d83381244f13d55fcea81e47337bb3f8f | |
| parent | d299208c15eeac42ab43041013c18c7a655faffb (diff) | |
demiurge, lappy: remove wg0 config
Switched to Headscale/Tailscale.
| -rw-r--r-- | hosts/demiurge/default.nix | 14 | ||||
| -rw-r--r-- | hosts/lappy/default.nix | 15 |
2 files changed, 0 insertions, 29 deletions
diff --git a/hosts/demiurge/default.nix b/hosts/demiurge/default.nix index 52756f1..e66462c 100644 --- a/hosts/demiurge/default.nix +++ b/hosts/demiurge/default.nix | |||
| @@ -44,20 +44,6 @@ | |||
| 44 | }; | 44 | }; |
| 45 | 45 | ||
| 46 | wireguard.interfaces = { | 46 | wireguard.interfaces = { |
| 47 | # vpn to vps | ||
| 48 | wg0 = { | ||
| 49 | ips = [ "10.0.13.2/32" ]; | ||
| 50 | privateKey = "***REMOVED***"; | ||
| 51 | |||
| 52 | peers = [{ | ||
| 53 | allowedIPs = [ "10.0.13.0/24" ]; | ||
| 54 | endpoint = "vineetk.net:51820"; | ||
| 55 | publicKey = "x3O4wISSau3DCrPRSplgGfSAizasbZAHzVqMR+WLzW4="; | ||
| 56 | presharedKey = "***REMOVED***"; | ||
| 57 | persistentKeepalive = 25; | ||
| 58 | }]; | ||
| 59 | }; | ||
| 60 | |||
| 61 | # mullvad to miami | 47 | # mullvad to miami |
| 62 | us-mia-wg-002 = { | 48 | us-mia-wg-002 = { |
| 63 | ips = [ | 49 | ips = [ |
diff --git a/hosts/lappy/default.nix b/hosts/lappy/default.nix index 43f307c..d323778 100644 --- a/hosts/lappy/default.nix +++ b/hosts/lappy/default.nix | |||
| @@ -61,21 +61,6 @@ | |||
| 61 | }; | 61 | }; |
| 62 | 62 | ||
| 63 | wg-quick.interfaces = { | 63 | wg-quick.interfaces = { |
| 64 | # vpn to vps | ||
| 65 | wg0 = { | ||
| 66 | address = [ "10.0.13.3/24" ]; | ||
| 67 | |||
| 68 | peers = [{ | ||
| 69 | allowedIPs = [ "10.0.13.0/24" ]; | ||
| 70 | endpoint = "vineetk.net:51820"; | ||
| 71 | publicKey = "x3O4wISSau3DCrPRSplgGfSAizasbZAHzVqMR+WLzW4="; | ||
| 72 | presharedKey = "***REMOVED***"; | ||
| 73 | persistentKeepalive = 25; | ||
| 74 | }]; | ||
| 75 | |||
| 76 | privateKey = "***REMOVED***"; | ||
| 77 | }; | ||
| 78 | |||
| 79 | # mullvad to miami | 64 | # mullvad to miami |
| 80 | us-mia-wg-001 = { | 65 | us-mia-wg-001 = { |
| 81 | address = [ | 66 | address = [ |
