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