diff --git a/common/network/hosts.nix b/common/network/hosts.nix index 4afe7c1..80d439e 100644 --- a/common/network/hosts.nix +++ b/common/network/hosts.nix @@ -72,34 +72,6 @@ in { hostNames = [ unlock-onion-hosts.s0 ]; publicKey = system.s0-unlock; }; - n1 = { - hostNames = [ "n1" ]; - publicKey = system.n1; - }; - n2 = { - hostNames = [ "n2" ]; - publicKey = system.n2; - }; - n3 = { - hostNames = [ "n3" ]; - publicKey = system.n3; - }; - n4 = { - hostNames = [ "n4" ]; - publicKey = system.n4; - }; - n5 = { - hostNames = [ "n5" ]; - publicKey = system.n5; - }; - n6 = { - hostNames = [ "n6" ]; - publicKey = system.n6; - }; - n7 = { - hostNames = [ "n7" ]; - publicKey = system.n7; - }; }; # prebuilt cmds for easy ssh LUKS unlock diff --git a/common/ssh.nix b/common/ssh.nix index 4d505bd..7ea9420 100644 --- a/common/ssh.nix +++ b/common/ssh.nix @@ -15,13 +15,6 @@ rec { router-unlock = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJOw5dTPmtKqiPBH6VKyz5MYBubn8leAh5Eaw7s/O85c"; s0 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAwiXcUFtAvZCayhu4+AIcF+Ktrdgv9ee/mXSIhJbp4q"; s0-unlock = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFNiceeFMos5ZXcYem4yFxh8PiZNNnuvhlyLbQLrgIZH"; - n1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPWlhd1Oid5Xf2zdcBrcdrR0TlhObutwcJ8piobRTpRt"; - n2 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ7bRiRutnI7Bmyt/I238E3Fp5DqiClIXiVibsccipOr"; - n3 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB+rJEaRrFDGirQC2UoWQkmpzLg4qgTjGJgVqiipWiU5"; - n4 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINYm2ROIfCeGz6QtDwqAmcj2DX9tq2CZn0eLhskdvB4Z"; - n5 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE5Qhvwq3PiHEKf+2/4w5ZJkSMNzFLhIRrPOR98m7wW4"; - n6 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID/P/pa9+qhKAPfvvd8xSO2komJqDW0M1nCK7ZrP6PO7"; - n7 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPtOlOvTlMX2mxPaXDJ6VlMe5rmroUXpKmJVNxgV32xL"; }; higherTrustUserKeys = [ @@ -35,13 +28,6 @@ rec { ray router s0 - n1 - n2 - n3 - n4 - n5 - n6 - n7 ]; personal = with system; [ ray @@ -51,22 +37,6 @@ rec { ponyo router s0 - n1 - n2 - n3 - n4 - n5 - n6 - n7 - ]; - compute = with system; [ - n1 - n2 - n3 - n4 - n5 - n6 - n7 ]; storage = with system; [ s0