Removed OVMF as theyre included by default now

This commit is contained in:
2025-10-09 07:25:07 +03:00
parent cdce2d9d8a
commit 3443ed2f64
2 changed files with 7 additions and 7 deletions

View File

@@ -87,7 +87,7 @@
}
{
title = "Gossa";
url = "http://192.168.0.131:9000";
url = "http://192.168.0.131:9000";
}
{
title = "Radicale";

View File

@@ -11,12 +11,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
#];
};
};
};