mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
mandarin: enable ollama
This commit is contained in:
parent
9acfb36869
commit
60d669d565
|
@ -60,6 +60,10 @@
|
|||
hoenn.enable = true;
|
||||
};
|
||||
services = {
|
||||
ollama = {
|
||||
enable = true;
|
||||
gpu = "nvidia";
|
||||
};
|
||||
tailscale.enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue