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