Skip to content

Commit 05773ce

Browse files
committed
Sync appliances
1 parent aeae9de commit 05773ce

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

gns3server/appliances/nixos.gns3a

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"appliance_id": "00714342-14b2-4281-aa20-9043ca8dc26e",
3+
"name": "NixOS",
4+
"category": "guest",
5+
"description": "NixOS QEMU Appliance for images created with nixos-generator. Automatically sets hostname based on vmname.",
6+
"vendor_name": "NixOS",
7+
"vendor_url": "https://nixos.org/",
8+
"vendor_logo_url": "https://avatars.githubusercontent.com/u/487568",
9+
"documentation_url": "https://github.com/ob7/gns3-nixos-appliance",
10+
"product_name": "NixOS",
11+
"product_url": "https://github.com/NixOS/nixpkgs",
12+
"registry_version": 4,
13+
"status": "experimental",
14+
"availability": "free",
15+
"maintainer": "ob7dev",
16+
"maintainer_email": "[email protected]",
17+
"usage": "For custom NixOS images, create qcow2 VM with: nixos-generate -f qcow -c ./server.nix Import it into GNS3 as image. VM name is passed into QEMU guest with Advanced Options field entry: -fw_cfg name=opt/vm_hostname,string=%vm-name%",
18+
"symbol": ":/symbols/affinity/circle/gray/template.svg",
19+
"first_port_name": "eth0",
20+
"port_name_format": "eth{0}",
21+
"qemu": {
22+
"adapter_type": "e1000",
23+
"adapters": 4,
24+
"ram": 256,
25+
"cpus": 1,
26+
"hda_disk_interface": "ide",
27+
"arch": "x86_64",
28+
"console_type": "telnet",
29+
"kvm": "allow",
30+
"options": "-fw_cfg name=opt/vm_hostname,string=%vm-name%",
31+
"on_close": "power_off"
32+
},
33+
"images": [
34+
{
35+
"filename": "nixos-24-11.qcow2",
36+
"version": "24.11",
37+
"md5sum": "2459f05136836dd430402d75cba0f205",
38+
"download_url": "https://github.com/nix-community/nixos-generators",
39+
"filesize": 1749483520,
40+
"download_url": "https://f.ob7.us/gns3/",
41+
"direct_download_url": "http://ob7.us/nixos-24-11.qcow2"
42+
}
43+
],
44+
"versions": [
45+
{
46+
"name": "24.11",
47+
"images": {
48+
"hda_disk_image": "nixos-24-11.qcow2"
49+
}
50+
}
51+
]
52+
}

0 commit comments

Comments
 (0)