From 381eb1523e0fe502c05886d82006c16e7fcb7c27 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sat, 25 Oct 2025 12:18:19 -0400 Subject: [PATCH] Disable more firefox AI stuff. --- nix/configuration/roles/firefox/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/configuration/roles/firefox/default.nix b/nix/configuration/roles/firefox/default.nix index a0ad99f..715191d 100644 --- a/nix/configuration/roles/firefox/default.nix +++ b/nix/configuration/roles/firefox/default.nix @@ -72,8 +72,9 @@ # Disable weather on new tab page "browser.newtabpage.activity-stream.showWeather" = false; # Disable AI stuff that wastes battery life + "browser.ml.enable" = false; "browser.ml.chat.enabled" = false; - "browser.ml.enabled" = false; + "browser.ml.chat.menu" = false; }; # Check about:policies#documentation and https://mozilla.github.io/policy-templates/ for options. policies = {