Remove leftovers of removed compute nodes
This commit is contained in:
parent
9684a975e2
commit
1d620372b8
@ -72,34 +72,6 @@ in {
|
|||||||
hostNames = [ unlock-onion-hosts.s0 ];
|
hostNames = [ unlock-onion-hosts.s0 ];
|
||||||
publicKey = system.s0-unlock;
|
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
|
# prebuilt cmds for easy ssh LUKS unlock
|
||||||
|
@ -15,13 +15,6 @@ rec {
|
|||||||
router-unlock = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJOw5dTPmtKqiPBH6VKyz5MYBubn8leAh5Eaw7s/O85c";
|
router-unlock = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJOw5dTPmtKqiPBH6VKyz5MYBubn8leAh5Eaw7s/O85c";
|
||||||
s0 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAwiXcUFtAvZCayhu4+AIcF+Ktrdgv9ee/mXSIhJbp4q";
|
s0 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAwiXcUFtAvZCayhu4+AIcF+Ktrdgv9ee/mXSIhJbp4q";
|
||||||
s0-unlock = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFNiceeFMos5ZXcYem4yFxh8PiZNNnuvhlyLbQLrgIZH";
|
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 = [
|
higherTrustUserKeys = [
|
||||||
@ -35,13 +28,6 @@ rec {
|
|||||||
ray
|
ray
|
||||||
router
|
router
|
||||||
s0
|
s0
|
||||||
n1
|
|
||||||
n2
|
|
||||||
n3
|
|
||||||
n4
|
|
||||||
n5
|
|
||||||
n6
|
|
||||||
n7
|
|
||||||
];
|
];
|
||||||
personal = with system; [
|
personal = with system; [
|
||||||
ray
|
ray
|
||||||
@ -51,22 +37,6 @@ rec {
|
|||||||
ponyo
|
ponyo
|
||||||
router
|
router
|
||||||
s0
|
s0
|
||||||
n1
|
|
||||||
n2
|
|
||||||
n3
|
|
||||||
n4
|
|
||||||
n5
|
|
||||||
n6
|
|
||||||
n7
|
|
||||||
];
|
|
||||||
compute = with system; [
|
|
||||||
n1
|
|
||||||
n2
|
|
||||||
n3
|
|
||||||
n4
|
|
||||||
n5
|
|
||||||
n6
|
|
||||||
n7
|
|
||||||
];
|
];
|
||||||
storage = with system; [
|
storage = with system; [
|
||||||
s0
|
s0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user