chore: disable open-webui by default as i was not using that anyways

This commit is contained in:
Ahwx 2025-12-15 18:24:03 +01:00
parent 38c29034cd
commit 0eed7fae97

View file

@ -5,5 +5,5 @@
# loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b"];
acceleration = "rocm"; # nope, 5700XT is too old for this
};
services.open-webui.enable = true;
services.open-webui.enable = false;
}