Reinitialized repo after massive overhaul
This commit is contained in:
7
system/services/ollama/ollama.nix
Normal file
7
system/services/ollama/ollama.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user