formatting

This commit is contained in:
caleb 2024-03-29 10:44:09 -04:00
parent a9b3387db6
commit 26f0996516

View File

@ -74,10 +74,12 @@
swtpm.enable = true; swtpm.enable = true;
ovmf = { ovmf = {
enable = true; enable = true;
packages = [(pkgs.OVMF.override { packages = [
secureBoot = true; (pkgs.OVMF.override {
tpmSupport = true; secureBoot = true;
}).fd]; tpmSupport = true;
}).fd
];
}; };
}; };
}; };