+15
-3
nixos/modules/services/monitoring/smartd.nix
+15
-3
nixos/modules/services/monitoring/smartd.nix
············-serviceConfig.ExecStart = "${pkgs.smartmontools}/sbin/smartd --no-fork --configfile=${smartdConf}";+serviceConfig.ExecStart = "${pkgs.smartmontools}/sbin/smartd ${lib.concatStringsSep " " cfg.extraOptions} --no-fork --configfile=${smartdConf}";