diff options
author | kaa <kaa@disroot.org> | 2025-06-09 04:05:40 -0700 |
---|---|---|
committer | kaa <kaa@disroot.org> | 2025-06-09 04:05:40 -0700 |
commit | 135d511aa98ea481736660a888383787bef881b9 (patch) | |
tree | 9b34915d48862d15fba1f41908c3326017fd1491 /vm.conf |
Diffstat (limited to 'vm.conf')
-rwxr-xr-x | vm.conf | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +switch "uplink" { + interface bridge0 +} +vm "alp" { + disable + memory 1024M + cdrom "/var/vm/alpine-standard-3.18.2-x86_64.iso" + disk "/var/vm/alp.qcow2" + owner kaa + interface { + lladdr 52:54:00:00:EE:04 + switch "uplink" + } + +} |