diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-18 08:07:27 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-18 08:07:27 -0600 |
| commit | ed2550a41c8429a1d2fe897deb878717c2ebc3d1 (patch) | |
| tree | 43a4ab6d02cb8dd0308a9fd8628bb04ee7f6ccec /hosts/wg_peers.nix | |
| parent | 9bd9efe8b26ba34e0cbba3e281749a4e262558e0 (diff) | |
initial wireguard configuration
Diffstat (limited to 'hosts/wg_peers.nix')
| -rw-r--r-- | hosts/wg_peers.nix | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/hosts/wg_peers.nix b/hosts/wg_peers.nix deleted file mode 100644 index 36fb465..0000000 --- a/hosts/wg_peers.nix +++ /dev/null @@ -1,39 +0,0 @@ -{ - "ganymede" = { - hub = { - domain = "williamsfam.us.com"; - port = 51823; - - ip_addr = "100.100.0.2"; - key = ""; - }; - }; - - "mercury" = { - spoke = { - ip_addr = "100.100.0.5"; - key = ""; - }; - }; - - "jupiter" = { - spoke = { - ip_addr = "100.100.0.10"; - key = ""; - }; - }; - - "terra" = { - spoke = { - ip_addr = "100.100.0.24"; - key = ""; - }; - }; - - "uranus" = { - spoke = { - ip_addr = "100.100.0.45"; - key = ""; - }; - }; -} |
