diff options
Diffstat (limited to 'hosts/mercury')
| -rw-r--r-- | hosts/mercury/config.nix | 11 |
1 files changed, 5 insertions, 6 deletions
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; |
