mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-26 10:44:57 +08: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"];
|
||||
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