mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fixed
This commit is contained in:
parent
b3605d741c
commit
3dc1465284
4 changed files with 19 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue