enabled ollama on horizon

This commit is contained in:
Leyla Becker 2025-07-18 21:19:18 -05:00
parent c8f163ed0c
commit 3f3ae74fac

View file

@ -126,6 +126,13 @@
}; };
syncthing.enable = true; syncthing.enable = true;
ollama = {
enable = true;
loadModels = [
"llama3.1:8b"
];
};
}; };
# Enable touchpad support (enabled default in most desktopManager). # Enable touchpad support (enabled default in most desktopManager).