Updated rather a lot

This commit is contained in:
2025-04-23 11:24:52 -03:00
parent 28013e064d
commit b2d92035cc
8 changed files with 368 additions and 357 deletions

View File

@@ -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";