fix
This commit is contained in:
@@ -27,7 +27,7 @@ in
|
||||
};
|
||||
|
||||
services.llama-cpp = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
port = 8127;
|
||||
host = "0.0.0.0";
|
||||
openFirewall = true;
|
||||
@@ -46,6 +46,7 @@ in
|
||||
|
||||
services.open-webui = {
|
||||
enable = true;
|
||||
package = pkgs.stable.open-webui;
|
||||
host = "0.0.0.0";
|
||||
port = 8888;
|
||||
openFirewall = true;
|
||||
|
||||
Reference in New Issue
Block a user