summaryrefslogtreecommitdiff
path: root/vm.conf
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2025-06-09 04:05:40 -0700
committerkaa <kaa@disroot.org>2025-06-09 04:05:40 -0700
commit135d511aa98ea481736660a888383787bef881b9 (patch)
tree9b34915d48862d15fba1f41908c3326017fd1491 /vm.conf
InitialHEADmaster
Diffstat (limited to 'vm.conf')
-rwxr-xr-xvm.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/vm.conf b/vm.conf
new file mode 100755
index 0000000..fc56bc9
--- /dev/null
+++ b/vm.conf
@@ -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"
+ }
+
+}