From 4dbeebbd76dc39cf38983c74efc1d3c3d509e0e2 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 18 Feb 2025 11:34:50 -0500 Subject: [PATCH] VM changes --- src/system/VMs/default.nix | 10 ++++---- src/system/VMs/storage/volumes/hubert.xml | 28 +++++++++++++++++++++++ VM => vm.configs | 0 3 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 src/system/VMs/storage/volumes/hubert.xml rename VM => vm.configs (100%) diff --git a/src/system/VMs/default.nix b/src/system/VMs/default.nix index 0c28f93..4ae44d6 100644 --- a/src/system/VMs/default.nix +++ b/src/system/VMs/default.nix @@ -7,9 +7,8 @@ connections."qemu:///system" = { domains = [ - { - definition = ./machines/Test_Bench1.xml; - } + { definition = ./machines/Test_Bench1.xml; } + { definition = ./machines/rtHub.xml; } ]; pools = [ @@ -17,9 +16,8 @@ definition = ./storage/pools/default.xml; active = true; volumes = [ - { - definition = ./storage/volumes/rocky9.xml; - } + { definition = ./storage/volumes/rocky9.xml; } + { definition = ./storage/volumes/hubert.xml; } ]; } ]; diff --git a/src/system/VMs/storage/volumes/hubert.xml b/src/system/VMs/storage/volumes/hubert.xml new file mode 100644 index 0000000..bf5d94a --- /dev/null +++ b/src/system/VMs/storage/volumes/hubert.xml @@ -0,0 +1,28 @@ + + rtHub.qcow2 + /var/lib/libvirt/images/rtHub.qcow2 + 536870912000 + 536953098240 + 536953094144 + + /var/lib/libvirt/images/rtHub.qcow2 + + + 0600 + 0 + 0 + + + 1739896304.319898704 + 1739889095.814742881 + 1739895648.059488448 + 0 + + 1.1 + 65536 + + + + + + diff --git a/VM b/vm.configs similarity index 100% rename from VM rename to vm.configs