mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-27 06:20:15 +01:00
chore: disable open-webui by default as i was not using that anyways
This commit is contained in:
parent
38c29034cd
commit
0eed7fae97
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@
|
||||||
# loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b"];
|
# loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b"];
|
||||||
acceleration = "rocm"; # nope, 5700XT is too old for this
|
acceleration = "rocm"; # nope, 5700XT is too old for this
|
||||||
};
|
};
|
||||||
services.open-webui.enable = true;
|
services.open-webui.enable = false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue