Hevana: change open-webui save directory to fix a bug
This commit is contained in:
parent
736705eac1
commit
8e65ddefa4
|
@ -65,7 +65,7 @@ in
|
|||
SCARF_NO_ANALYTICS = "True";
|
||||
OLLAMA_BASE_URL = "http://127.0.0.1:${builtins.toString api.port}";
|
||||
};
|
||||
stateDir = cfg.home;
|
||||
stateDir = cfg.home; # FIXME: complains of a read-only fs when writing to certain directories. The default seems to work.
|
||||
};
|
||||
|
||||
nginx.virtualHosts."${cfg.url}" = {
|
||||
|
|
|
@ -245,7 +245,7 @@ in
|
|||
};
|
||||
};
|
||||
open-webui = {
|
||||
home = "${services-root}/open-webui";
|
||||
#home = "${services-root}/open-webui";
|
||||
enable = true;
|
||||
url = config.${namespace}.secrets.services.open-webui.url;
|
||||
ollama.enable = true;
|
||||
|
|
Loading…
Reference in a new issue