mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
Some packages
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.ollama.enable = true;
|
||||
imports = [ ../hardware/nvidia.nix ];
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user