Skip to content

Commit

Permalink
nit: fix ollama package
Browse files Browse the repository at this point in the history
  • Loading branch information
xgroleau committed Nov 13, 2024
1 parent 0c888cd commit 9d4b215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ollama/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ in
lib.mkIf cfg.enable {
services.ollama = {
enable = true;
pkg = pkgs.unstable.ollama;
package = pkgs.unstable.ollama;
listenAddress = "0.0.0.0:${toString cfg.port}";
# TODO: loadModels = ["llama3.2"];
};
Expand Down

0 comments on commit 9d4b215

Please sign in to comment.