diff options
-rw-r--r-- | profiles/noAccounts.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/noAccounts.nix b/profiles/noAccounts.nix index 6e712a4..3ca523d 100644 --- a/profiles/noAccounts.nix +++ b/profiles/noAccounts.nix @@ -1,4 +1,13 @@ { }: { + 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; }; |