element: remove piwiki disabling

Piwiki support got removed half a year ago in
6c37574857
This commit is contained in:
Sandro Jäckel 2022-11-07 20:20:27 +01:00
parent 5ff52d0441
commit 3997a52499
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -16,7 +16,6 @@ let
pinData = lib.importJSON ./pin.json;
noPhoningHome = {
disable_guests = true; # disable automatic guest account registration at matrix.org
piwik = false; # disable analytics
};
unwrapped = stdenv.mkDerivation rec {