aboutsummaryrefslogtreecommitdiff
path: root/profiles/noNormandy.nix
blob: 1daeccb26a98675fca451b99ff80ccd4e0ebf59e (plain)
1
2
3
4
5
6
7
8
9
{ ffLib }: {
  # Normandy enables Mozilla to push changes to the default settings
  preferences = {
    app.normandy = {
      enabled = false;                              
      api_url = "";
    };
  };
}