removed windows_vm key

This commit is contained in:
Danilo Reyes
2026-02-06 06:12:10 -06:00
parent 7cedfba30d
commit a15db616b4
2 changed files with 0 additions and 2 deletions

View File

@@ -79,7 +79,6 @@ in
"galaxy"
"phone"
"vps"
"windows_vm"
];
};
}

View File

@@ -224,7 +224,6 @@ in
nixworkstation = ../secrets/ssh/ed25519_nixworkstation.pub;
nixserver = ../secrets/ssh/ed25519_nixserver.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});
# Helper functions for multi-user toggle support