nixops: disable more AI in firefox

This commit is contained in:
2025-12-06 21:11:19 +08:00
parent 0dfbee9f26
commit 507d6b71f3

View File

@@ -88,6 +88,7 @@ in
programs.firefox.autoConfig =
''
lockPref("browser.ml.enable", false);
lockPref("browser.ml.chat.enabled", false);
'';
programs.wireshark.enable = true;
programs.wireshark.package = pkgs.wireshark;