mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-10 15:40:21 +02:00
added gaming & model testing related stuff
This commit is contained in:
parent
777d704487
commit
40aa35b0f7
3 changed files with 13 additions and 0 deletions
9
hosts/goober/features/software/ollama.nix
Normal file
9
hosts/goober/features/software/ollama.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{config, pkgs, ...}:
|
||||
{
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
# Optional: load models on startup
|
||||
loadModels = [ "deepseek-r1:8b" ];
|
||||
acceleration = "cuda";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue