diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-10-01 10:43:53 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-01 10:43:53 -0500 |
commit | 2d50efec563f258e243737f9be970908a2c14e9a (patch) | |
tree | ba897591922fccf01baa81a29ab494964446c57e /hosts/tomato/default.nix | |
parent | 16564de4892002a333ec042e4ef0469b4e9b48a8 (diff) | |
download | nixos-config-2d50efec563f258e243737f9be970908a2c14e9a.tar.gz nixos-config-2d50efec563f258e243737f9be970908a2c14e9a.zip |
Diffstat (limited to 'hosts/tomato/default.nix')
-rw-r--r-- | hosts/tomato/default.nix | 2 |
1 files changed, 2 insertions, 0 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 = { |