flake update

This commit is contained in:
m3tm3re
2025-10-28 16:44:52 +01:00
parent 8f4b39d277
commit d24c6b28f8
6 changed files with 42 additions and 57 deletions

View File

@@ -17,16 +17,6 @@ in {
package = pkgs.qemu_kvm;
runAsRoot = true;
swtpm.enable = true;
ovmf = {
enable = true;
packages = [
(pkgs.locked.OVMF.override {
secureBoot = true;
tpmSupport = true;
})
.fd
];
};
};
};
};