Removed OVMF as theyre included by default now
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
title = "Gossa";
|
title = "Gossa";
|
||||||
url = "http://192.168.0.131:9000";
|
url = "http://192.168.0.131:9000";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
title = "Radicale";
|
title = "Radicale";
|
||||||
|
|||||||
@@ -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