mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
more apps
This commit is contained in:
parent
9767be163b
commit
7e6878af94
4 changed files with 21 additions and 0 deletions
6
modules/apps/ollama.nix
Normal file
6
modules/apps/ollama.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue