summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/smartd.nix
diff options
context:
space:
mode:
authorParnell Springmeyer <parnell@digitalmentat.com>2017-01-29 04:11:01 -0600
committerParnell Springmeyer <parnell@digitalmentat.com>2017-01-29 04:11:01 -0600
commit4aa0923009dac4d2307b5fe018b944180bfad6a2 (patch)
treef3a9ae5ddb0d772936dd1d53534fbe677e67a838 /nixos/modules/services/monitoring/smartd.nix
parenta8cb2afa981099889cf47185be33f4a831ff482b (diff)
downloadnixpkgs-4aa0923009dac4d2307b5fe018b944180bfad6a2.tar
nixpkgs-4aa0923009dac4d2307b5fe018b944180bfad6a2.tar.gz
nixpkgs-4aa0923009dac4d2307b5fe018b944180bfad6a2.tar.bz2
nixpkgs-4aa0923009dac4d2307b5fe018b944180bfad6a2.tar.lz
nixpkgs-4aa0923009dac4d2307b5fe018b944180bfad6a2.tar.xz
nixpkgs-4aa0923009dac4d2307b5fe018b944180bfad6a2.tar.zst
nixpkgs-4aa0923009dac4d2307b5fe018b944180bfad6a2.zip
Getting rid of the var indirection and using a bin path instead
Diffstat (limited to 'nixos/modules/services/monitoring/smartd.nix')
-rw-r--r--nixos/modules/services/monitoring/smartd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/monitoring/smartd.nix b/nixos/modules/services/monitoring/smartd.nix
index af02d73597f..4d10299a987 100644
--- a/nixos/modules/services/monitoring/smartd.nix
+++ b/nixos/modules/services/monitoring/smartd.nix
@@ -124,7 +124,7 @@ in
           };
 
           mailer = mkOption {
-            default = "/run/wrappers/sendmail";
+            default = "/run/wrappers/bin/sendmail";
             type = types.path;
             description = ''
               Sendmail-compatible binary to be used to send the messages.