First Commit.
This commit is contained in:
18
modules/nixos/ai/open-webui.nix
Normal file
18
modules/nixos/ai/open-webui.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [ ];
|
||||
services.open-webui = {
|
||||
#enable = true;
|
||||
enable = false;
|
||||
host = "0.0.0.0";
|
||||
openFirewall = true;
|
||||
port = 9001;
|
||||
environment =
|
||||
{
|
||||
ANONYMIZED_TELEMETRY = "False";
|
||||
DO_NOT_TRACK = "True";
|
||||
SCARF_NO_ANALYTICS = "True";
|
||||
ENABLE_LOGIN_FORM = "True";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user