ollama
This commit is contained in:
parent
8d4db8e8ca
commit
04c6cd8cd9
12 changed files with 81 additions and 19 deletions
6
system/optional/ollama.nix
Normal file
6
system/optional/ollama.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
options.ollama.enable = lib.mkEnableOption "Enable Ollama server /w GPU acceleration";
|
||||
|
||||
config.services.ollama = lib.mkIf config.ollama.enable { enable = true; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue