aboutsummaryrefslogtreecommitdiff
path: root/hosts/wg_peers.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-18 08:07:27 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-01-18 08:07:27 -0600
commited2550a41c8429a1d2fe897deb878717c2ebc3d1 (patch)
tree43a4ab6d02cb8dd0308a9fd8628bb04ee7f6ccec /hosts/wg_peers.nix
parent9bd9efe8b26ba34e0cbba3e281749a4e262558e0 (diff)
initial wireguard configuration
Diffstat (limited to 'hosts/wg_peers.nix')
-rw-r--r--hosts/wg_peers.nix39
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 = "";
- };
- };
-}