OVMF pinned

This commit is contained in:
m3tam3re
2025-03-27 15:17:51 +01:00
parent c32a94b82c
commit 6011c940ac
5 changed files with 30 additions and 15 deletions

View File

@@ -12,10 +12,6 @@ in {
config = mkIf cfg.enable {
services.ollama = {
enable = true;
package =
if config.services.xserver.videoDrivers == ["amdgpu"] # rocblas-6.0.2 broken
then pkgs.pinned.ollama
else pkgs.ollama;
acceleration =
if config.services.xserver.videoDrivers == ["amdgpu"]
then "rocm"

View File

@@ -32,7 +32,7 @@ in {
};
programs.virt-manager.enable = true;
environment.systemPackages = with pkgs; [
OVMFFull
# locked.OVMFFull
];
};
}