21h1 on my private server
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
df8e362034
commit
1e8d388874
|
@ -190,4 +190,11 @@ in [ Distro::{
|
|||
, sha256Sum = "xxxfakewindowsserver2012r2"
|
||||
, minSize = 13
|
||||
}
|
||||
, Distro::{
|
||||
, name = "windows-10-21h1"
|
||||
, downloadURL = "http://tailnology/vms/win10-21h1-prepped.qcow2"
|
||||
, sha256Sum =
|
||||
"6637c1fe58d5ce13429e94d315e5a1c3580d1f0e379378c0bd49c5d7c4531100"
|
||||
, minSize = 40
|
||||
}
|
||||
]
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
#cloud-config
|
||||
#vim:syntax=yaml
|
||||
|
||||
users:
|
||||
- name: Xe
|
||||
passwd: "hunter2"
|
||||
primary_group: Administrators
|
||||
groups: [ Administrators, Users ]
|
||||
ssh_authorized_keys:
|
||||
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPg9gYKVglnO2HQodSJt4z4mNrUSUiyJQ7b+J798bwD9 cadey@shachi
|
Loading…
Reference in New Issue