Skip to content

Instantly share code, notes, and snippets.

@TyrfingMjolnir
Forked from sjorge/win10.json
Last active April 21, 2019 13:08
Show Gist options
  • Select an option

  • Save TyrfingMjolnir/42479d8a594385d00c9ef12dee8affa0 to your computer and use it in GitHub Desktop.

Select an option

Save TyrfingMjolnir/42479d8a594385d00c9ef12dee8affa0 to your computer and use it in GitHub Desktop.
{
"brand": "bhyve",
"resolvers": [
"208.67.222.222",
"208.67.220.220"
],
"bootrom": "uefi",
"ram": 4096,
"vnc_port": 15910,
"nics": [
{
"mac": "ee:e4:fc:0c:82:6f",
"vlan_id": 10,
"nic_tag": "trunk",
"ips": [
"dhcp",
"addrconf"
],
"model": "virtio",
"primary": true
}
],
"disks": [
{
"boot": true,
"model": "virtio",
"media": "disk",
"pci_slot": "0:4:0",
"size": 30720,
"compression": "lz4",
"block_size": 8192
},
{
"boot": true,
"model": "w2k16server",
"media": "cdrom",
"pci_slot": "0:4:1"
}
],
"bhyve_extra_opts": "-c sockets=1,cores=2,threads=2",
"vcpus": 4,
"flexible_disk_size": 38400,
"quota": 10
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment