Skip to content

Commit

Permalink
Update flake inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Jun 12, 2024
1 parent c8b8a51 commit a8beaa4
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 31 deletions.
4 changes: 3 additions & 1 deletion cells/nixos/profiles/homelab.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
if pkgs.config.cudaSupport
then "cuda"
else null;
listenAddress = "0.0.0.0:11434";
# listenAddress = "0.0.0.0:11434";
host = "0.0.0.0";
port = 11434;
environmentVariables = {
OLLAMA_ORIGINS = "*";
};
Expand Down
60 changes: 30 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8beaa4

Please sign in to comment.