diff options
Diffstat (limited to 'modules/software/services/ollama.nix')
| -rw-r--r-- | modules/software/services/ollama.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/software/services/ollama.nix b/modules/software/services/ollama.nix new file mode 100644 index 0000000..d737250 --- /dev/null +++ b/modules/software/services/ollama.nix @@ -0,0 +1,6 @@ +{ + services.ollama = { + enable = true; + acceleration = "cuda"; + }; +} |