all repos — nix-packages @ 1afe1716bb6d91b1cd2d08e807c05bf77e4e749c

My personal collection of packages for nix

goaccess: avoid logging blob data

Alin
commit

1afe1716bb6d91b1cd2d08e807c05bf77e4e749c

parent

2f0ad02338b6e1429b62d5b0632b70d92a00b666

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M modules/nixos/goaccess.nixmodules/nixos/goaccess.nix
@@ -257,7 +257,7 @@ wantedBy = [ "multi-user.target" ];
serviceConfig = { Type = if realTime then "simple" else "oneshot"; - ExecStart = "${cfg.package}/bin/goaccess --config-file=${configFile}"; + ExecStart = "${cfg.package}/bin/goaccess --no-parsing-spinner --config-file=${configFile}"; ExecStartPre = "+" + pkgs.writeShellScript "goaccess-${name}-prep" ''