From d8aa4a201e5c78ccfa5b61aee603b665f8d36e40 Mon Sep 17 00:00:00 2001 From: tilpner Date: Sun, 5 Apr 2020 21:43:38 +0200 Subject: noAccounts: document --- profiles/noAccounts.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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; }; -- cgit v1.2.3