levi: add ollama comment

This commit is contained in:
Sean Buckley 2024-10-26 02:44:50 -04:00
parent 1be18ec39c
commit f2cd70f45e

View file

@ -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;