summaryrefslogtreecommitdiffstats
path: root/etc/vm.conf
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-10-04 07:52:18 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-10-04 07:52:18 +0100
commitbff5f3e2da533cf8809d0330bd49d1cd1a253c72 (patch)
tree31269a928853768c8ab26a3968e880741db9ddb9 /etc/vm.conf
parentdeeffd78793f7bfe936f8bb020a4cbf9b2b1e48b (diff)
added etc files
Diffstat (limited to '')
-rw-r--r--etc/vm.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/etc/vm.conf b/etc/vm.conf
new file mode 100644
index 0000000..355c986
--- /dev/null
+++ b/etc/vm.conf
@@ -0,0 +1,27 @@
+ROOT="/home/lemon/vms"
+vm "shanvo2" {
+ disable
+ memory 2G
+ disk $ROOT/shanvo2.qcow2
+ interface { lladdr "aa:bb:cc:dd:ee:ff" switch "uplink" }
+ owner lemon
+}
+vm "shanvo" {
+ disable
+ memory 2G
+ disk $ROOT/shanvo.qcow2
+ interface { lladdr "aa:bb:cc:dd:ee:ee" switch "uplink" }
+ owner lemon
+}
+vm "deb" {
+ disable
+ memory 3G
+ disk $ROOT/disk.qcow2
+ local interface
+ owner lemon
+}
+
+switch "uplink" {
+ interface bridge0
+}
+