Add ollamaa to gunter
This commit is contained in:
parent
a38c2e344f
commit
a64f42befc
@ -4,6 +4,7 @@
|
|||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
./steamuser.nix
|
./steamuser.nix
|
||||||
./nfs.nix
|
./nfs.nix
|
||||||
|
./ollama.nix
|
||||||
../../system
|
../../system
|
||||||
../../home/gunter.nix
|
../../home/gunter.nix
|
||||||
];
|
];
|
||||||
|
6
hosts/gunter/ollama.nix
Normal file
6
hosts/gunter/ollama.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
services.ollama = {
|
||||||
|
enable = true;
|
||||||
|
acceleration = "cuda";
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user