forefox: disable automatic updates, attempt #2

This commit is contained in:
Motiejus Jakštys 2024-01-28 16:48:49 +02:00
parent 8bcd4bd562
commit cfc47803d4
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@
firefox = lib.mkIf fullDesktop { firefox = lib.mkIf fullDesktop {
enable = true; enable = true;
package = pkgs.firefox-bin; package = pkgs.firefox-bin;
policies.DisableAppUpdate = true;
profiles = { profiles = {
xdefault = { xdefault = {
isDefault = true; isDefault = true;