windows vm ssh key for rol
Some checks failed
Weekly NixOS Build & Cache / build-and-cache (push) Failing after 4m0s
Some checks failed
Weekly NixOS Build & Cache / build-and-cache (push) Failing after 4m0s
This commit is contained in:
parent
41ced09790
commit
37dce91efa
@ -76,6 +76,7 @@ in
|
|||||||
"galaxy"
|
"galaxy"
|
||||||
"phone"
|
"phone"
|
||||||
"vps"
|
"vps"
|
||||||
|
"windows_vm"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -210,6 +210,7 @@ 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});
|
||||||
};
|
};
|
||||||
|
|||||||
1
secrets/ssh/ed25519_windows_vm.pub
Normal file
1
secrets/ssh/ed25519_windows_vm.pub
Normal file
@ -0,0 +1 @@
|
|||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOYwRyCCOXaq7PO1aK58XLRcbuvY6j8rvjZmgTwUKTIZ capta@DESKTOP-JJLTF62
|
||||||
Loading…
x
Reference in New Issue
Block a user