Commit 15884d76270c
Changed files (1)
systems
hosts
systems/hosts/shikoku.nix
@@ -153,6 +153,10 @@ in
};
services = {
+ ollama = {
+ enable = true;
+ acceleration = "cuda";
+ };
prometheus.exporters.node = {
enable = true;
port = 9000;