change ollama host and port

This commit is contained in:
2024-07-30 19:57:48 +05:30
parent 729b648012
commit 2dafb7605d
2 changed files with 7 additions and 2 deletions

View File

@ -44,6 +44,9 @@
ollama = {
enable = true;
acceleration = "cuda";
openFirewall = true;
host = "0.0.0.0";
port = 11434;
};
openssh = {
enable = true;