From a3cb33dd79414a5473291638b8c52a47a089418d Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 7 Jun 2024 01:58:47 +0200 Subject: [PATCH] hosts: clean up --- hosts/default.nix | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) 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"; - }; - }; }