forefox: disable automatic updates, attempt #2
This commit is contained in:
parent
8bcd4bd562
commit
cfc47803d4
|
@ -47,6 +47,7 @@
|
|||
firefox = lib.mkIf fullDesktop {
|
||||
enable = true;
|
||||
package = pkgs.firefox-bin;
|
||||
policies.DisableAppUpdate = true;
|
||||
profiles = {
|
||||
xdefault = {
|
||||
isDefault = true;
|
||||
|
|
Loading…
Reference in New Issue