mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 08:19:47 +01:00
10 lines
98 B
Nix
10 lines
98 B
Nix
{
|
|
services = {
|
|
ollama = {
|
|
enable = true;
|
|
loadModels = [ "" "" ];
|
|
};
|
|
};
|
|
|
|
}
|