updates
This commit is contained in:
parent
2ecaae07b3
commit
987231bd95
2 changed files with 72 additions and 0 deletions
|
|
@ -243,6 +243,11 @@
|
|||
nodejsPackage = pkgs.nodejs_20;
|
||||
};
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
loadModels = ["deepseek-r1:1.5b", "gemma3:12b"]
|
||||
}
|
||||
|
||||
# =============================================================================
|
||||
# VIRTUALIZATION
|
||||
# =============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue