nixpkgs/modules
Peter Simons 415ff3c39a smartd: change 'devices' option from "list of strings" to "list of attribute sets"
The smartd used to expect a list of devices to monitor. After this patch, it
expects a list of attribute sets, which may have two attributes:

 - device: path to the device (required)
 - options: smartd options to apply to this particular device (optional)

A concrete example configuration would be:

  services.smartd = {
    enable = true;
    devices = [ { device = "/dev/sda"; } { device = "/dev/sdb"; options = "-d sat"; } ];
  };

Furthermore, the config option 'deviceOpts' can be used to configure options
that are applied to *every* device.
2013-03-10 01:19:44 +01:00
..
config Console key map: Make option uniq 2013-03-09 06:27:27 -05:00
hardware Adding support of the Intel 2230 wireless card to nixos 2013-01-30 20:51:49 +01:00
installer installation-cd-base.nix: Use boot.kernel.sysctl 2013-03-02 20:06:02 +01:00
misc We don't need an explicit uid/gid. We also don't need web to depend 2013-02-27 20:06:10 +01:00
profiles Adding support of the Intel 2230 wireless card to nixos 2013-01-30 20:51:49 +01:00
programs Fix (and simplify) the blcr module. 2013-02-08 08:57:42 +01:00
security Rename ‘boot.systemd’ to ‘systemd’ 2013-01-16 12:33:18 +01:00
services smartd: change 'devices' option from "list of strings" to "list of attribute sets" 2013-03-10 01:19:44 +01:00
system Don't mount /nix/store ro if it's a mountpoint 2013-03-08 10:42:34 -05:00
tasks bring bridge interfaces up 2013-03-02 10:24:46 +01:00
testing modules/testing/minimal-kernel: linuxPackagesFor no longer takes a 'self' argument 2013-03-02 09:10:58 -05:00
virtualisation nixos-rebuild build-vm: Override filesystems defined in the normal config 2013-02-18 15:39:47 +01:00
module-list.nix Add Transmission BitTorrent service 2013-03-08 16:47:09 +01:00
rename.nix rename.nix: Remove annoying traces 2013-02-21 14:43:02 -05:00