zen: prevent sync from fighting!

This commit is contained in:
2026-03-21 13:58:10 -04:00
parent e53cd2a74a
commit 8d965f0314

View File

@@ -84,6 +84,11 @@ in
"identity.sync.tokenserver.uri" = "https://firefox-sync.sigkill.computer/1.0/sync/1.5";
# auto-enable extensions on install
"extensions.autoDisableScopes" = 0;
# don't sync prefs/addons — we manage them declaratively via nix
# syncing fights with the declarative config and can cause data loss
# https://github.com/nix-community/home-manager/issues/6083
"services.sync.engine.prefs" = false;
"services.sync.engine.addons" = false;
};
};
};