From 55d12269daddc3648eae5d236756059191834431 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 19 Jan 2026 07:44:46 -0600 Subject: initial wireguard setup --- hosts/mercury/config.nix | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'hosts/mercury') diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index f996be9..712c1aa 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -12,14 +12,13 @@ ip = "100.100.0.5"; gateway = "100.100.0.1"; privateKeyFile = config.collinux.secrets."wg-key".path; - peers = [ - { - # ganymede + peers = { + "ganymede" = { publicKey = "WNLf8M6JGSHeRVvbAF6E/6oxAHeNxv6bXqqlmwMdvlk="; ip = "100.100.0.0/24"; endpoint = "williamsfam.us.com:51820"; - } - ]; + }; + }; }; desktop = { @@ -52,7 +51,7 @@ networking = { enable = true; iwd.enable = true; - tailscale.enable = true; + # tailscale.enable = true; }; bluetooth = { enable = true; -- cgit v1.3.1