Enable Qemu Agent
This commit is contained in:
parent
8beef4ea04
commit
d369b374cb
|
@ -28,4 +28,6 @@
|
||||||
device = "/mnt/data/media";
|
device = "/mnt/data/media";
|
||||||
options = [ "bind,ro" ];
|
options = [ "bind,ro" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,4 +13,6 @@
|
||||||
device = "/dev/disk/by-label/data";
|
device = "/dev/disk/by-label/data";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,4 +13,6 @@
|
||||||
device = "/dev/disk/by-label/home";
|
device = "/dev/disk/by-label/home";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,4 +13,6 @@
|
||||||
device = "/dev/disk/by-label/home";
|
device = "/dev/disk/by-label/home";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.qemuGuest.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue