feat(Zephyrus): Enable ollama
service
This commit is contained in:
parent
65ace16b84
commit
491ad6f329
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
|||
services.blueman.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
services.power-profiles-daemon.enable = true;
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
};
|
||||
|
||||
# Programs
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue