Commit 69bd3a53ada9

Vincent Demeester <vincent@sbr.pm>
2024-12-20 15:17:36
systems/aomi: enable ollama (to try it out)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent e7151d6
Changed files (1)
systems
systems/hosts/aomi.nix
@@ -210,6 +210,10 @@ in
   '';
 
   services = {
+    ollama = {
+      enable = true;
+      # acceleration = "cuda"; # no nivida :D
+    };
     geoclue2.enable = true;
     envfs.enable = false;
     # automatic login is "safe" as we ask for the encryption passphrase anyway..