about summary refs log tree commit diff
path: root/modules/services/monitoring
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2013-03-14 17:09:21 +0100
committerMarc Weber <marco-oweber@gmx.de>2013-03-14 17:09:21 +0100
commitf3e6b422586a984a58d7b469abe121e686ee7613 (patch)
treed2acdcb8ea7a0daa430029d095030779305b4484 /modules/services/monitoring
parent6e20c697cd1a7a32f09aa83725256cf8eff8e9cb (diff)
downloadnixlib-f3e6b422586a984a58d7b469abe121e686ee7613.tar
nixlib-f3e6b422586a984a58d7b469abe121e686ee7613.tar.gz
nixlib-f3e6b422586a984a58d7b469abe121e686ee7613.tar.bz2
nixlib-f3e6b422586a984a58d7b469abe121e686ee7613.tar.lz
nixlib-f3e6b422586a984a58d7b469abe121e686ee7613.tar.xz
nixlib-f3e6b422586a984a58d7b469abe121e686ee7613.tar.zst
nixlib-f3e6b422586a984a58d7b469abe121e686ee7613.zip
replace list by listOf using same style as for attrsOf
Diffstat (limited to 'modules/services/monitoring')
-rw-r--r--modules/services/monitoring/smartd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/monitoring/smartd.nix b/modules/services/monitoring/smartd.nix
index 71eb6b99ed3b..3f065666ea29 100644
--- a/modules/services/monitoring/smartd.nix
+++ b/modules/services/monitoring/smartd.nix
@@ -85,7 +85,7 @@ in
       devices = mkOption {
         default = [];
         example = [ { device = "/dev/sda"; } { device = "/dev/sdb"; options = "-d sat"; } ];
-        type = types.list types.optionSet;
+        type = types.listOf types.optionSet;
         options = [ smartdOpts ];
         description = ''
           List of devices to monitor. By default -- if this list is empty --,