local ai + right hardware acceleration

This commit is contained in:
Christoph Cullmann 2025-04-26 16:12:03 +02:00
parent 9f8b9dc5b7
commit 4ad04ec300
No known key found for this signature in database
4 changed files with 25 additions and 9 deletions

View file

@ -627,4 +627,9 @@ in
# wheel users can use sandbox stuff without password
{ groups = [ "wheel" ]; runAs = "sandbox-kde"; noPass = true; }
];
# try local AI stuff
services.ollama = {
enable = true;
};
}