services.zfs.zed.settings

NixOS option

ZFS Event Daemon /etc/zfs/zed.d/zed.rc content See zed(8) for details on ZED and the scripts in /etc/zfs/zed.d to find the possible variables

type: attribute set of (string or signed integer or boolean or list of string)
Default
{ }
Example
{
  ZED_DEBUG_LOG = "/tmp/zed.debug.log";

  ZED_EMAIL_ADDR = [ "root" ];
  ZED_EMAIL_PROG = "mail";
  ZED_EMAIL_OPTS = "-s '@SUBJECT@' @ADDRESS@";

  ZED_NOTIFY_INTERVAL_SECS = 3600;
  ZED_NOTIFY_VERBOSE = false;

  ZED_USE_ENCLOSURE_LEDS = true;
  ZED_SCRUB_AFTER_RESILVER = false;
}
declared in: nixos/modules/tasks/filesystems/zfs.nixView source on NixOS/nixpkgs →