ovmf
This commit is contained in:
@@ -167,13 +167,7 @@
|
|||||||
package = pkgs.qemu_kvm;
|
package = pkgs.qemu_kvm;
|
||||||
runAsRoot = true;
|
runAsRoot = true;
|
||||||
swtpm.enable = true;
|
swtpm.enable = true;
|
||||||
# ovmf = {
|
ovmfPackages = [ pkgs.OVMFFull.fd ];
|
||||||
# enable = true;
|
|
||||||
# packages = [ pkgs.OVMFFull.fd ];
|
|
||||||
# # packages = [
|
|
||||||
# # (pkgs.OVMF.override { secureBoot = true; tpmSupport = true; }).fd
|
|
||||||
# # ];
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.interfaces.enp5s0.useDHCP = true;
|
networking.interfaces.enp5s0.useDHCP = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user