mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-07-07 02:06:34 +05:30
refactor: categorised apps
This commit is contained in:
11
modules/nixos/selfhosted/open-webui.nix
Normal file
11
modules/nixos/selfhosted/open-webui.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{...}: {
|
||||
services.open-webui = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
host = "0.0.0.0";
|
||||
environment = {
|
||||
ENABLE_OLLAMA_API = "True";
|
||||
OLLAMA_BASE_URL = "http://pc:11434";
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user