From 450790aa95a8cc3a61a2fb2cb1c4a69826c46b2d Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 22 Mar 2023 00:31:54 +0100 Subject: [PATCH] hosts: add host information for thunderskin --- hosts/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/default.nix b/hosts/default.nix index 0f20ed2..2273996 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -41,6 +41,16 @@ in with tools.dns; { addr = "10.100.3.32"; }; }; + thunderskin = { + ssh.id = { + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGV8TbMvGXfAp9R2I9GdR7aLlGjxh2CW1pCZjQSB4TJp"; + extraHostNames = subResolve "thunderskin" "node"; + }; + hypr = { + id = "12D3KooWB9AUPorFoACkWbphyargRBV9osJsYuQDumtQ85j7Aqmg"; + addr = "10.100.3.4"; + }; + }; loki = { hypr = { id = "QmYZ4qA1W9hEZgDKDgKgjNge1ZX3Z25gVGxs34uEoLghgq";