fix slip up

This commit is contained in:
Satria 2026-03-03 15:19:14 +07:00
commit 12e3a921dc
5 changed files with 10 additions and 10 deletions

View file

@ -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 = {