removed windows_vm key
This commit is contained in:
@@ -79,7 +79,6 @@ in
|
|||||||
"galaxy"
|
"galaxy"
|
||||||
"phone"
|
"phone"
|
||||||
"vps"
|
"vps"
|
||||||
"windows_vm"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -224,7 +224,6 @@ in
|
|||||||
nixworkstation = ../secrets/ssh/ed25519_nixworkstation.pub;
|
nixworkstation = ../secrets/ssh/ed25519_nixworkstation.pub;
|
||||||
nixserver = ../secrets/ssh/ed25519_nixserver.pub;
|
nixserver = ../secrets/ssh/ed25519_nixserver.pub;
|
||||||
nixminiserver = ../secrets/ssh/ed25519_nixminiserver.pub;
|
nixminiserver = ../secrets/ssh/ed25519_nixminiserver.pub;
|
||||||
windows_vm = ../secrets/ssh/ed25519_windows_vm.pub;
|
|
||||||
};
|
};
|
||||||
getSshKeys = keyNames: keyNames |> map (name: inputs.self.lib.sshKeys.${name});
|
getSshKeys = keyNames: keyNames |> map (name: inputs.self.lib.sshKeys.${name});
|
||||||
# Helper functions for multi-user toggle support
|
# Helper functions for multi-user toggle support
|
||||||
|
|||||||
Reference in New Issue
Block a user