mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
12 lines
212 B
Nix
12 lines
212 B
Nix
{...}: {
|
|
services.open-webui = {
|
|
enable = true;
|
|
openFirewall = true;
|
|
host = "0.0.0.0";
|
|
environment = {
|
|
ENABLE_OLLAMA_API = "True";
|
|
OLLAMA_BASE_URL = "http://pc:11434";
|
|
};
|
|
};
|
|
}
|