Removed OVMF as theyre included by default now
This commit is contained in:
@@ -11,12 +11,12 @@
|
|||||||
swtpm.enable = true;
|
swtpm.enable = true;
|
||||||
ovmf = {
|
ovmf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
packages = [
|
#packages = [
|
||||||
(pkgs.OVMF.override {
|
# (pkgs.OVMF.override {
|
||||||
secureBoot = true;
|
# secureBoot = true;
|
||||||
tpmSupport = true;
|
# tpmSupport = true;
|
||||||
}).fd
|
# }).fd
|
||||||
];
|
#];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user