This commit is contained in:
mjallen18
2025-11-16 19:22:39 -06:00
parent 2a77d233f9
commit 6dc81d0cbf
9 changed files with 375 additions and 140 deletions

View File

@@ -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;