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