From 63a9058e30494b8c65e4ba468e672c086c2595fd Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 6 Jun 2024 19:32:39 +0200 Subject: [PATCH] perso-laptop: Add ollama --- hosts/perso-laptop/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/perso-laptop/configuration.nix b/hosts/perso-laptop/configuration.nix index 37c845a..0a25108 100644 --- a/hosts/perso-laptop/configuration.nix +++ b/hosts/perso-laptop/configuration.nix @@ -47,5 +47,9 @@ printing.enable = true; waydroid.enable = true; }; + + server = { + ollama.enable = true; + }; }; }