diff options
Diffstat (limited to 'hosts/tomato')
-rw-r--r-- | hosts/tomato/default.nix | 2 | ||||
-rw-r--r-- | hosts/tomato/packages.nix | 10 |
2 files changed, 2 insertions, 10 deletions
diff --git a/hosts/tomato/default.nix b/hosts/tomato/default.nix index d80afa2..b2b3e8a 100644 --- a/hosts/tomato/default.nix +++ b/hosts/tomato/default.nix @@ -28,6 +28,8 @@ services.joycond.enable = true; + this.ollama.enable = true; + this.buildMachines = ["pinto"]; this.apache = { diff --git a/hosts/tomato/packages.nix b/hosts/tomato/packages.nix index 5135f7e..5c17218 100644 --- a/hosts/tomato/packages.nix +++ b/hosts/tomato/packages.nix @@ -3,8 +3,6 @@ let blender-bin = inputs.blender-bin. packages.x86_64-linux; - nixpkgs-unstable = inputs.nixpkgs-unstable. - legacyPackages.x86_64-linux; in { this.sets = { @@ -72,14 +70,6 @@ in virtualisation.waydroid.enable = true; programs.adb.enable = true; - services.ollama = { - enable = true; - package = nixpkgs-unstable.ollama; - environmentVariables = { - OLLAMA_CONTEXT_LENGTH = "8192"; - }; - }; - this.unfree.allowed = [ "shipwright" "2ship2harkinian" |