OVMF pinned
This commit is contained in:
@@ -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"
|
||||
|
@@ -32,7 +32,7 @@ in {
|
||||
};
|
||||
programs.virt-manager.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
OVMFFull
|
||||
# locked.OVMFFull
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user