successful update

This commit is contained in:
yaroslav
2025-10-25 17:22:52 +03:00
parent b5b60df988
commit f556367d97
5 changed files with 86 additions and 57 deletions
-7
View File
@@ -15,13 +15,6 @@
package = pkgs.qemu_kvm;
runAsRoot = true;
swtpm.enable = true;
ovmf = {
enable = true;
packages = [(pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
}).fd];
};
};
};
virtualisation.containers.enable = true;