local ai + right hardware acceleration
This commit is contained in:
parent
9f8b9dc5b7
commit
4ad04ec300
4 changed files with 25 additions and 9 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue