Commit 15884d76270c

Vincent Demeester <vincent@sbr.pm>
2025-01-02 19:11:14
systems: enable ollama on shikoku.
It has an nvidia gpu ๐Ÿ˜‡. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 69bd3a5
Changed files (1)
systems
systems/hosts/shikoku.nix
@@ -153,6 +153,10 @@ in
   };
 
   services = {
+    ollama = {
+      enable = true;
+      acceleration = "cuda";
+    };
     prometheus.exporters.node = {
       enable = true;
       port = 9000;