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;
ovmf = {
enable = true;
packages = [(pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
}).fd];
packages = [
(pkgs.OVMF.override {
secureBoot = true;
tpmSupport = true;
}).fd
];
};
};
};