diff --git a/hosts/default.nix b/hosts/default.nix index b265df6..ae93f06 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -49,7 +49,7 @@ in with tools.dns; { publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBi5Fm2pmMBhRgJms+me1ldt9Vgj9cMSnB7UllSz3mpY"; extraHostNames = subResolve "grail" "node"; }; - hypr = { + hyprspace = { id = "12D3KooWN31twBvdEcxz2jTv4tBfPe3mkNueBwDJFCN4xn7ZwFbi"; routes = [ "10.1.0.6/32" @@ -68,18 +68,4 @@ in with tools.dns; { ]; }; }; - loki = { - hyprspace = { - id = "QmYZ4qA1W9hEZgDKDgKgjNge1ZX3Z25gVGxs34uEoLghgq"; - routes = [ - "10.100.3.10/32" # old - ]; - }; - }; - styx = { - ssh.id = { - publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOYLrmiuPK77cw71QNzG2zaWs6gsxmYuLyqsUrWMYLnk"; - extraHostNames = subResolve "styx" "services"; - }; - }; }