From 25a90c1b33d76845252fdd9381e5b114604253b5 Mon Sep 17 00:00:00 2001 From: Janet Cobb Date: Tue, 24 Dec 2024 11:58:39 -0500 Subject: [PATCH] add groves --- hosts.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts.nix b/hosts.nix index 5a8dc4d..a343481 100644 --- a/hosts.nix +++ b/hosts.nix @@ -132,6 +132,14 @@ with lib; wireguardKey = "lk3PCQM1jmZoI8sM/rWSyKNuZOUnjox3n9L9geJD+18="; }; + groves = { + hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPQNZ/Q+x7mDYfYXftpZpWkfPByyMBbYmVFobM4vSDW2 root@groves"; + subnet = "roaming"; + ipv4 = "10.127.2.2"; + ipv6 = "fd70:81ca:0f8f:2::2"; + wireguardKey = "Tsbw77gIsoa3eBWZpQwZAM6EPpq+7yS33qoFHS4tXlY="; + }; + kilgharrah = { hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOgGF3gzzlMbxxk3UAAgHJ7sDdjqtrw7UW16M1XhXtz2 root@kilgharrah"; subnet = "weyrhold";