vm: Fix virtio
This commit is contained in:
parent
e305c6b1de
commit
c2068a30ff
|
@ -6,6 +6,10 @@
|
|||
users.users.geoffrey.extraGroups = [ "docker" ];
|
||||
})
|
||||
(lib.mkIf config.frogeye.dev.vm {
|
||||
# Required to mount filesystems. Also need to add
|
||||
# <binary path="/run/current-system/sw/bin/virtiofsd"/>
|
||||
# to the VM's filesystem XML config
|
||||
environment.systemPackages = [ pkgs.virtiofsd ];
|
||||
virtualisation = {
|
||||
libvirtd.enable = true;
|
||||
spiceUSBRedirection.enable = true;
|
||||
|
|
Loading…
Reference in a new issue