From f2cd70f45e7e268802ca85f81bc0672f8bd24526 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Sat, 26 Oct 2024 02:44:50 -0400 Subject: [PATCH] levi: add ollama comment --- hosts/levi/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/levi/configuration.nix b/hosts/levi/configuration.nix index 3275208..95077e2 100644 --- a/hosts/levi/configuration.nix +++ b/hosts/levi/configuration.nix @@ -11,6 +11,14 @@ in { type = "ed25519"; path = "${persist}/ssh_host_ed25519_key"; } ]; + # services.ollama = { + # enable = true; + # acceleration = "cuda"; + # }; + # programs.bash.interactiveShellInit = '' + # alias ai='ollama run llama3.1:8b' + # ''; + sconfig = { gnome = true; desktop.enable = true;