summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-09 13:23:45 -0700
committerFuwn <[email protected]>2024-09-09 13:23:45 -0700
commitee3abfbc2f054ae34ff0cc9e5e4f8837a89ca72a (patch)
treec96141d3d0cf09ca0d9b829c62c542ac540543cb
parentBump: rust config.toml (diff)
downloadnixos-config-ee3abfbc2f054ae34ff0cc9e5e4f8837a89ca72a.tar.xz
nixos-config-ee3abfbc2f054ae34ff0cc9e5e4f8837a89ca72a.zip
Bump: enable ollama service
-rw-r--r--modules/system/services/ollama.nix2
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";
};
}