From 73da472c0462b947c752753574f0564c22b62d30 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 14 Dec 2024 14:53:36 +0100 Subject: fix(flake/nixosConfigurations/common): Disable ollama by default My machines are not good enough to actually run relevant modules. --- flake/nixosConfigurations/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flake/nixosConfigurations') diff --git a/flake/nixosConfigurations/common.nix b/flake/nixosConfigurations/common.nix index 56e39ab2..90ee9920 100644 --- a/flake/nixosConfigurations/common.nix +++ b/flake/nixosConfigurations/common.nix @@ -1,5 +1,5 @@ # This file contains common configuration applied to every host. -# It should only `enable` options defined in the `modules` directory. +# It should only `enable` options defined in the `modules/by-name` directory. { config, pkgs, @@ -50,7 +50,7 @@ beetsPkg = config.home-manager.users.soispha.programs.beets.package; }; }; - ollama.enable = true; + ollama.enable = false; postgresql.enable = false; printing.enable = true; scanning.enable = true; -- cgit 1.4.1