mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Developer] replace virt-manager-qt by virt-manager
Also add guestfstools + try to fix virt-manager can't use UEFI issue
This commit is contained in:
parent
21786db271
commit
6b70655850
1 changed files with 7 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ in {
|
||||||
linuxHeaders
|
linuxHeaders
|
||||||
|
|
||||||
# Virtulization tools
|
# Virtulization tools
|
||||||
virt-manager-qt
|
virt-manager
|
||||||
|
guestfs-tools
|
||||||
virt-viewer
|
virt-viewer
|
||||||
qtemu
|
qtemu
|
||||||
|
|
||||||
|
|
@ -78,8 +79,13 @@ in {
|
||||||
ovmf.enable = true;
|
ovmf.enable = true;
|
||||||
ovmf.packages = [ pkgs.OVMFFull ];
|
ovmf.packages = [ pkgs.OVMFFull ];
|
||||||
swtpm.enable = true;
|
swtpm.enable = true;
|
||||||
|
verbatimConfig = ''
|
||||||
|
nvram = [ "/run/libvirt/nix-ovmf/AAVMF_CODE.fd:/run/libvirt/nix-ovmf/AAVMF_VARS.fd", "/run/libvirt/nix-ovmf/OVMF_CODE.fd:/run/libvirt/nix-ovmf/OVMF_VARS.fd" ]
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
virtualisation.spiceUSBRedirection.enable = true; # Quality of life
|
virtualisation.spiceUSBRedirection.enable = true; # Quality of life
|
||||||
security.virtualisation.flushL1DataCache = "never"; # We do not care, we are on a dev platform
|
security.virtualisation.flushL1DataCache = "never"; # We do not care, we are on a dev platform
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue