This commit is contained in:
Bryan Ramos 2025-02-04 10:29:42 -05:00
parent b3605d741c
commit 3dc1465284
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 19 additions and 12 deletions

View file

@ -8,17 +8,17 @@
connections."qemu:///system" = {
domains = [
{
definition = ./config/machines/Test_Bench1.xml;
definition = ./machines/Test_Bench1.xml;
}
];
pools = [
{
definition = ./config/storage/pools/default.xml;
definition = ./storage/pools/default.xml;
active = true;
volumes = [
{
definition = ./config/storage/volumes/rocky9.xml;
definition = ./storage/volumes/rocky9.xml;
}
];
}
@ -26,7 +26,7 @@
networks = [
{
definition = ./config/networks/virbr0.xml;
definition = ./networks/virbr0.xml;
active = true;
}
];