virtualisation: enable on desktop and nas
This commit is contained in:
@@ -18,9 +18,10 @@
|
||||
enable = true; # Virtual drivers
|
||||
#qemuPackage = pkgs.qemu_kvm; # Default
|
||||
qemu = {
|
||||
verbatimConfig = ''
|
||||
nvram = [ "${pkgs.OVMF}/FV/OVMF.fd:${pkgs.OVMF}/FV/OVMF_VARS.fd" ]
|
||||
'';
|
||||
runAsRoot = false;
|
||||
# verbatimConfig = ''
|
||||
# nvram = [ "${pkgs.OVMF}/FV/OVMF.fd:${pkgs.OVMF}/FV/OVMF_VARS.fd" ]
|
||||
# '';
|
||||
};
|
||||
};
|
||||
spiceUSBRedirection.enable = true; # USB passthrough
|
||||
|
||||
Reference in New Issue
Block a user