use homelab data disk for apps

This commit is contained in:
Satria 2026-03-03 14:54:58 +07:00
commit 891ff6434e
5 changed files with 10 additions and 6 deletions

View file

@ -1,9 +1,10 @@
{ ... }: {
{ homelab, ... }: {
services = {
ollama = {
enable = true;
host = "127.0.0.1";
port = 11434;
home = "${homelab.disks.data}/ollama";
# loadModels = [ "gemma3n:e4b" "gemma3n:e2b" ];
};
open-webui = {