feat: make it go boom
This commit is contained in:
parent
7a32c71591
commit
a75e2b3624
3 changed files with 52 additions and 0 deletions
|
|
@ -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" ];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue