about summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake/nixosConfigurations/common.nix4
1 files changed, 2 insertions, 2 deletions
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;