mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixes qemu user session uefi
This commit is contained in:
parent
c79e9d0dc1
commit
343c508be6
3 changed files with 19 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
libvirt
|
||||
virt-manager
|
||||
qemu
|
||||
uefi-run
|
||||
lxc
|
||||
swtpm
|
||||
bottles
|
||||
|
@ -15,4 +16,8 @@
|
|||
dosfstools
|
||||
];
|
||||
|
||||
home.file.".config/libvirt/qemu.conf".text = ''
|
||||
nvram = ["/run/libvirt/nix-ovmf/OVMF_CODE.fd:/run/libvirt/nix-ovmf/OVMF_VARS.fd"]
|
||||
'';
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue