summary refs log tree commit diff
path: root/modules/services/monitoring/smartd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/monitoring/smartd.nix')
-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 --,