forefox: disable automatic updates, attempt #2
This commit is contained in:
parent
8bcd4bd562
commit
cfc47803d4
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user