Ollama
This commit is contained in:
parent
282b2769a9
commit
c751326106
3 changed files with 10 additions and 0 deletions
1
modules/nixos/cuda_support.nix
Normal file
1
modules/nixos/cuda_support.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ nixpkgs.config.cudaSupport = true; }
|
||||
6
modules/nixos/ollama.nix
Normal file
6
modules/nixos/ollama.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
services = {
|
||||
nextjs-ollama-llm-ui.enable = true;
|
||||
ollama.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue