flake.lock: bump

This commit is contained in:
2025-10-23 12:16:15 +03:00
parent e0a8b161e3
commit f60b9832ba
7 changed files with 225 additions and 137 deletions
+10 -10
View File
@@ -19,16 +19,16 @@ in {
runAsRoot = false;
swtpm.enable = true;
vhostUserPackages = [pkgs.virtiofsd];
ovmf = {
enable = true;
packages = [
(pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
})
.fd
];
};
# ovmf = {
# enable = true;
# packages = [
# (pkgs.OVMF.override {
# secureBoot = true;
# tpmSupport = true;
# })
# .fd
# ];
# };
};
};
};