mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Desktop/Developer] drop deprecated NVRAM config for libvirt
This commit is contained in:
parent
9c6a2050f2
commit
cb290a5fc0
1 changed files with 0 additions and 3 deletions
|
|
@ -95,9 +95,6 @@ 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" ]
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue