mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
change ollama host and port
This commit is contained in:
@ -44,6 +44,9 @@
|
||||
ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
openFirewall = true;
|
||||
host = "0.0.0.0";
|
||||
port = 11434;
|
||||
};
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user