aboutsummaryrefslogtreecommitdiff
path: root/profiles/noAccounts.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/noAccounts.nix')
-rw-r--r--profiles/noAccounts.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/profiles/noAccounts.nix b/profiles/noAccounts.nix
deleted file mode 100644
index 3ca523d..0000000
--- a/profiles/noAccounts.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{ }: {
- meta.description = ''
- Disable Firefox Accounts.
-
- This may inconvenience users who already use them on other devices,
- but if we otherwise prevent the local storage of browsing information,
- it would be inconsistent to let the user sign in and potentionally
- store that same information remotely.
- '';
-
- preferences = {
- identity.fxaccounts.enabled = false;
- };
-}