aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/ai.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mercury/ai.nix')
-rw-r--r--hosts/mercury/ai.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hosts/mercury/ai.nix b/hosts/mercury/ai.nix
new file mode 100644
index 0000000..1bece4a
--- /dev/null
+++ b/hosts/mercury/ai.nix
@@ -0,0 +1,6 @@
+{pkgs, ...}: {
+ services.ollama = {
+ enable = true;
+ loadModels = ["deepseek-r1:1.5b"];
+ };
+}