feat: make it go boom

This commit is contained in:
s-prechtl 2025-11-04 22:32:06 +01:00
parent 7a32c71591
commit a75e2b3624
3 changed files with 52 additions and 0 deletions

View file

@ -5,4 +5,11 @@
openFirewall = true;
host = "0.0.0.0";
};
services.ollama = {
enable = true;
acceleration = "cuda";
loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b" "gpt-oss:20b" ];
};
}