This commit is contained in:
2025-12-19 16:09:03 -07:00
parent c9ecf78f73
commit 1d8d287a1e
2 changed files with 10 additions and 10 deletions

View File

@@ -167,13 +167,13 @@
package = pkgs.qemu_kvm;
runAsRoot = true;
swtpm.enable = true;
ovmf = {
enable = true;
packages = [ pkgs.OVMFFull.fd ];
# packages = [
# (pkgs.OVMF.override { secureBoot = true; tpmSupport = true; }).fd
# ];
};
# ovmf = {
# enable = true;
# packages = [ pkgs.OVMFFull.fd ];
# # packages = [
# # (pkgs.OVMF.override { secureBoot = true; tpmSupport = true; }).fd
# # ];
# };
};
};
networking.interfaces.enp5s0.useDHCP = true;