From 65ce70cda9b987fd96ca3a49e0fc178c7dc51448 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Wed, 5 Jun 2024 08:58:04 +0200 Subject: [PATCH] pro-laptop: Add ollama --- hosts/pro-laptop/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/pro-laptop/configuration.nix b/hosts/pro-laptop/configuration.nix index d07179a..1df2249 100644 --- a/hosts/pro-laptop/configuration.nix +++ b/hosts/pro-laptop/configuration.nix @@ -34,5 +34,9 @@ printing.enable = true; waydroid.enable = true; }; + + server = { + ollama.enable = true; + }; }; }