lock OVMF

This commit is contained in:
m3tam3re
2025-03-28 10:00:43 +01:00
parent c32a94b82c
commit 74e7ee8364
6 changed files with 32 additions and 4 deletions

View File

@ -31,8 +31,5 @@ in {
};
};
programs.virt-manager.enable = true;
environment.systemPackages = with pkgs; [
OVMFFull
];
};
}