fix; defiant refusing to rebuild

This commit is contained in:
Leyla Becker 2026-04-09 08:47:44 -05:00
parent 0ca99c1835
commit 59ae9e9c15

View file

@ -266,6 +266,8 @@
ollama = { ollama = {
enable = true; enable = true;
host = "0.0.0.0"; host = "0.0.0.0";
user = "ollama";
group = "ollama";
loadModels = [ loadModels = [
"gpt-oss:120b" "gpt-oss:120b"
]; ];