fix slip up
This commit is contained in:
parent
7b798a1a81
commit
12e3a921dc
5 changed files with 10 additions and 10 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ homelab, ... }: {
|
||||
{ ... }: {
|
||||
services = {
|
||||
ollama = {
|
||||
enable = true;
|
||||
host = "127.0.0.1";
|
||||
port = 11434;
|
||||
home = "${homelab.disks.data}/ollama";
|
||||
home = "/mnt/data/ollama";
|
||||
# loadModels = [ "gemma3n:e4b" "gemma3n:e2b" ];
|
||||
};
|
||||
open-webui = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue