diff --git a/hosts/main/default.nix b/hosts/main/default.nix index 006239a..f6aee98 100644 --- a/hosts/main/default.nix +++ b/hosts/main/default.nix @@ -71,6 +71,13 @@ hardware.i2c.enable = true; services.hardware.openrgb.enable = true; + services.ollama = { + enable = true; + port = 1434; + acceleration = "cuda"; + host = "0.0.0.0"; + }; + system.stateVersion = "23.05"; }; }