flake update

This commit is contained in:
2025-10-29 11:21:37 +01:00
parent 69dc3f3074
commit dc8d08342d
10 changed files with 162 additions and 134 deletions

View File

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