zen: prevent sync from fighting!
This commit is contained in:
@@ -84,6 +84,11 @@ in
|
|||||||
"identity.sync.tokenserver.uri" = "https://firefox-sync.sigkill.computer/1.0/sync/1.5";
|
"identity.sync.tokenserver.uri" = "https://firefox-sync.sigkill.computer/1.0/sync/1.5";
|
||||||
# auto-enable extensions on install
|
# auto-enable extensions on install
|
||||||
"extensions.autoDisableScopes" = 0;
|
"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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user