aboutsummaryrefslogtreecommitdiff
path: root/profiles/noNormandy.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/noNormandy.nix')
-rw-r--r--profiles/noNormandy.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/noNormandy.nix b/profiles/noNormandy.nix
new file mode 100644
index 0000000..1daeccb
--- /dev/null
+++ b/profiles/noNormandy.nix
@@ -0,0 +1,9 @@
+{ ffLib }: {
+ # Normandy enables Mozilla to push changes to the default settings
+ preferences = {
+ app.normandy = {
+ enabled = false;
+ api_url = "";
+ };
+ };
+}