fix(qemu): Persist /var/lib/libvirt
This commit is contained in:
@@ -17,6 +17,11 @@ in {
|
|||||||
"$@"
|
"$@"
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
|
sydnix.impermanence.directories = [
|
||||||
|
# Most importantly, stores images and disks.
|
||||||
|
"/var/lib/libvirt"
|
||||||
|
];
|
||||||
|
|
||||||
programs.virt-manager.enable = true;
|
programs.virt-manager.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
|
|||||||
Reference in New Issue
Block a user