This commit is contained in:
Lucy 2025-09-14 15:39:24 +02:00
parent 74dc0f844f
commit c0db2461fc

6
modules/ollama.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
services.ollama = {
enable = true;
};
}