Add ollamaa to gunter

This commit is contained in:
Torjus Håkestad 2024-07-04 11:23:06 +02:00
parent a38c2e344f
commit a64f42befc
2 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,7 @@
./hardware-configuration.nix
./steamuser.nix
./nfs.nix
./ollama.nix
../../system
../../home/gunter.nix
];

6
hosts/gunter/ollama.nix Normal file
View File

@ -0,0 +1,6 @@
{ pkgs, ... }: {
services.ollama = {
enable = true;
acceleration = "cuda";
};
}