refactor: add virtualization comments

This commit is contained in:
DACHXY 2025-01-01 14:53:27 +08:00
parent e08222fc8f
commit bb9a5b8122
3 changed files with 7 additions and 1 deletions

View file

@ -5,4 +5,9 @@
uris = [ "qemu:///system" ];
};
};
# default network can be start with:
# > virsh net-start default
# or autostart:
# > virsh net-autostart default
}