diff options
| author | Fuwn <[email protected]> | 2024-09-09 13:23:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-09 13:23:45 -0700 |
| commit | ee3abfbc2f054ae34ff0cc9e5e4f8837a89ca72a (patch) | |
| tree | c96141d3d0cf09ca0d9b829c62c542ac540543cb | |
| parent | Bump: rust config.toml (diff) | |
| download | nixos-config-ee3abfbc2f054ae34ff0cc9e5e4f8837a89ca72a.tar.xz nixos-config-ee3abfbc2f054ae34ff0cc9e5e4f8837a89ca72a.zip | |
Bump: enable ollama service
| -rw-r--r-- | modules/system/services/ollama.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/services/ollama.nix b/modules/system/services/ollama.nix index 2638d12..d737250 100644 --- a/modules/system/services/ollama.nix +++ b/modules/system/services/ollama.nix @@ -1,6 +1,6 @@ { services.ollama = { - enable = false; + enable = true; acceleration = "cuda"; }; } |