From 86d873208169f1bdaf521b9571c537784adc1868 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Thu, 15 Aug 2024 16:25:29 +0200 Subject: [PATCH] Remove ollama for perso/pro --- hosts/perso-desktop/configuration.nix | 1 - hosts/perso-laptop/configuration.nix | 4 ---- hosts/pro-laptop/configuration.nix | 1 - 3 files changed, 6 deletions(-) diff --git a/hosts/perso-desktop/configuration.nix b/hosts/perso-desktop/configuration.nix index 3cddb29..f931f79 100644 --- a/hosts/perso-desktop/configuration.nix +++ b/hosts/perso-desktop/configuration.nix @@ -36,7 +36,6 @@ }; server = { - ollama.enable = true; distrobox.enable = true; }; }; diff --git a/hosts/perso-laptop/configuration.nix b/hosts/perso-laptop/configuration.nix index 0a25108..37c845a 100644 --- a/hosts/perso-laptop/configuration.nix +++ b/hosts/perso-laptop/configuration.nix @@ -47,9 +47,5 @@ printing.enable = true; waydroid.enable = true; }; - - server = { - ollama.enable = true; - }; }; } diff --git a/hosts/pro-laptop/configuration.nix b/hosts/pro-laptop/configuration.nix index b71526e..3c57635 100644 --- a/hosts/pro-laptop/configuration.nix +++ b/hosts/pro-laptop/configuration.nix @@ -49,7 +49,6 @@ }; server = { - ollama.enable = true; distrobox.enable = true; }; };