Enable Qemu Agent

This commit is contained in:
Ciapa 2023-04-22 07:20:17 +00:00
parent 8beef4ea04
commit d369b374cb
4 changed files with 8 additions and 0 deletions

View File

@ -28,4 +28,6 @@
device = "/mnt/data/media";
options = [ "bind,ro" ];
};
services.qemuGuest.enable = true;
}

View File

@ -13,4 +13,6 @@
device = "/dev/disk/by-label/data";
fsType = "ext4";
};
services.qemuGuest.enable = true;
}

View File

@ -13,4 +13,6 @@
device = "/dev/disk/by-label/home";
fsType = "ext4";
};
services.qemuGuest.enable = true;
}

View File

@ -13,4 +13,6 @@
device = "/dev/disk/by-label/home";
fsType = "ext4";
};
services.qemuGuest.enable = true;
}