Remove leftovers of removed compute nodes

This commit is contained in:
2023-03-12 00:14:49 -07:00
parent 9684a975e2
commit 1d620372b8
2 changed files with 0 additions and 58 deletions

View File

@@ -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