mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
element: remove piwiki disabling
Piwiki support got removed half a year ago in
6c37574857
This commit is contained in:
parent
5ff52d0441
commit
3997a52499
@ -16,7 +16,6 @@ let
|
|||||||
pinData = lib.importJSON ./pin.json;
|
pinData = lib.importJSON ./pin.json;
|
||||||
noPhoningHome = {
|
noPhoningHome = {
|
||||||
disable_guests = true; # disable automatic guest account registration at matrix.org
|
disable_guests = true; # disable automatic guest account registration at matrix.org
|
||||||
piwik = false; # disable analytics
|
|
||||||
};
|
};
|
||||||
|
|
||||||
unwrapped = stdenv.mkDerivation rec {
|
unwrapped = stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user