Updated rather a lot
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
pkgs-unstable,
|
||||
...
|
||||
}: {
|
||||
nix.settings = {
|
||||
@@ -54,6 +55,7 @@
|
||||
# Ollama as a service
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
package = pkgs-unstable.ollama;
|
||||
environmentVariables = {
|
||||
OLLAMA_ORIGINS = "moz-extension://*";
|
||||
OLLAMA_INTEL_GPU = "1";
|
||||
|
||||
Reference in New Issue
Block a user