Merge pull request 'make ollama and open-webui available on the local network for now' (#194) from feature/fwupd into main
Reviewed-on: #194
This commit was merged in pull request #194.
This commit is contained in:
@@ -40,11 +40,13 @@ in
|
||||
OLLAMA_CONTEXT_LENGTH = "64000";
|
||||
};
|
||||
openFirewall = true;
|
||||
host = "0.0.0.0"; # don't want to make this available via load-balancer yet, so making it available on the local network
|
||||
};
|
||||
open-webui = {
|
||||
enable = true;
|
||||
port = 21212;
|
||||
openFirewall = true;
|
||||
host = "0.0.0.0"; # don't want to make this available via load-balancer yet, so making it available on the local network
|
||||
};
|
||||
};
|
||||
users.users.ollama = {
|
||||
|
||||
Reference in New Issue
Block a user