From 3b54872d0a7e10aa690780a23709965af933173e Mon Sep 17 00:00:00 2001 From: Kabbone Date: Fri, 20 Jan 2023 20:53:22 +0100 Subject: [PATCH] services: adjustments for virtualisation --- modules/desktop/virtualisation/qemu.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/desktop/virtualisation/qemu.nix b/modules/desktop/virtualisation/qemu.nix index 9810a3d..4380b10 100644 --- a/modules/desktop/virtualisation/qemu.nix +++ b/modules/desktop/virtualisation/qemu.nix @@ -19,13 +19,16 @@ #qemuPackage = pkgs.qemu_kvm; # Default qemu = { runAsRoot = false; + ovmf.enable = true; +# ovmf.packages = [ pkgs.OVMFFull ]; # verbatimConfig = '' -# nvram = [ "${pkgs.OVMF}/FV/OVMF.fd:${pkgs.OVMF}/FV/OVMF_VARS.fd" ] +# nvram = [ "${pkgs.OVMF}/FV/OVMF_CODE.fd:${pkgs.OVMF}/FV/OVMF_VARS.fd" ] # ''; }; }; spiceUSBRedirection.enable = true; # USB passthrough }; + programs.dconf.enable = true; environment = { systemPackages = with pkgs; [