aboutsummaryrefslogtreecommitdiff
path: root/profiles/noUpdates.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/noUpdates.nix')
-rw-r--r--profiles/noUpdates.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/profiles/noUpdates.nix b/profiles/noUpdates.nix
index 67cdb43..921a969 100644
--- a/profiles/noUpdates.nix
+++ b/profiles/noUpdates.nix
@@ -1,4 +1,17 @@
{ ffLib }: {
+ meta.description = ''
+ Disable all automatic updates, including:
+ - Firefox itself
+ - Extensions
+ - Search providers
+
+ If some or all of these are externally managed, we may want to prevent automatic
+ updates from undoing our changes.
+
+ If any properties of our deployment have been audited, automatic updates may introduce
+ unaudited components and compromise any guarantees made about the users security or privacy.
+ '';
+
policies = {
DisableAppUpdate = true;
DisableSystemAddonUpdate = true;