summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/urlwatch.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-03-02 19:57:52 +0100
committertv <tv@krebsco.de>2017-03-02 19:57:52 +0100
commited3585bfcfd154688a7e95b2f1179133a1a53734 (patch)
tree4877fd7a27f7064eb45e0c769b6b85744604fa9f /krebs/3modules/urlwatch.nix
parent863bb9f912413054156c96d1c39770187736dbfc (diff)
krebs,tv: /var/setuid-wrappers -> /run/wrappers/bin
Diffstat (limited to 'krebs/3modules/urlwatch.nix')
-rw-r--r--krebs/3modules/urlwatch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/3modules/urlwatch.nix b/krebs/3modules/urlwatch.nix
index e43f8de4..126fc33b 100644
--- a/krebs/3modules/urlwatch.nix
+++ b/krebs/3modules/urlwatch.nix
@@ -178,7 +178,7 @@ let
echo To: ${shell.escape cfg.mailto}
echo
cat changes
- } | /var/setuid-wrappers/sendmail -t
+ } | /run/wrappers/bin/sendmail -t
fi
'';
};