add ollama
This commit is contained in:
parent
4552091782
commit
c4db0959a2
2 changed files with 10 additions and 0 deletions
9
nixos/ollama.nix
Normal file
9
nixos/ollama.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
loadModels = [
|
||||
"deepseek-r1:1.5b"
|
||||
];
|
||||
};
|
||||
services.open-webui.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue