radish: enable ollama

This commit is contained in:
Joakim Repomaa
2025-03-01 13:17:01 +02:00
parent af9f07a2fe
commit 5f8e14768f

View File

@@ -38,7 +38,7 @@ in
};
ollama = {
enable = false; # FIXME: https://github.com/NixOS/nixpkgs/issues/376930
enable = true;
acceleration = "rocm";
environmentVariables = {
HSA_OVERRIDE_GFX_VERSION = "11.0.3";
@@ -75,7 +75,10 @@ in
mode = "repokey";
passphrase = "will be overridden from environment file";
};
extraCreateArgs = [ "--stats" "--progress" ];
extraCreateArgs = [
"--stats"
"--progress"
];
compression = "auto,zstd";
startAt = "daily";
persistentTimer = true;