From 253e5b1528e6c571912b2c00cc1a8c874242ccba Mon Sep 17 00:00:00 2001 From: Janet Cobb Date: Tue, 13 May 2025 17:17:42 +0100 Subject: [PATCH] add carter --- hosts.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts.nix b/hosts.nix index d1b803a..7e0422a 100644 --- a/hosts.nix +++ b/hosts.nix @@ -156,6 +156,14 @@ with lib; wireguardKey = "Tsbw77gIsoa3eBWZpQwZAM6EPpq+7yS33qoFHS4tXlY="; }; + carter = { + hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEHHHYG6A995Po05+JXQsvB79ZoIiSOJnW6AiJgVYPic root@carter"; + subnet = "roaming"; + ip4 = "10.127.2.3"; + ipv6 = "fd70:81ca:0f8f:2::3"; + wireguardKey = "bJVSqLNtcRsZH3fki9sZ8TofgKd8JgRf7z/oHzUjMGk="; + }; + kilgharrah = { hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOgGF3gzzlMbxxk3UAAgHJ7sDdjqtrw7UW16M1XhXtz2 root@kilgharrah"; subnet = "weyrhold";