Jörg Thalheim
21e3c2a72f
sstmp: document how to specify port/AuthPassFile
2017-04-08 17:20:18 +02:00
Bas van Dijk
1d52c677be
ssmtp: use the authPassFile option instead of authPass
...
This gives users the option of storing the authPass outside the
world-readable Nix store.
2017-03-29 00:34:23 +02:00
Franz Pletz
9536169074
nixos/treewide: remove boolean examples for options
...
They contain no useful information and increase the length of the
autogenerated options documentation.
See discussion in #18816 .
2017-03-17 23:36:19 +01:00
Nathan Bijnens
bb528e714d
Fix #9759 SSMTP sendmail wrapper - cfg instead of full path
2016-07-23 20:58:58 +02:00
Nathan Bijnens
cf3867a5ef
Fix #9759 SSMTP sendmail wrapper
2016-07-23 18:00:10 +02:00
Nikolay Amiantov
1b6f0ffb6e
ssmtp: add 'root' option
2014-11-05 02:47:59 +03:00
Nikolay Amiantov
292e07689a
ssmtp: add types to options
2014-11-05 02:42:48 +03:00
Eelco Dolstra
29027fd1e1
Rewrite ‘with pkgs.lib’ -> ‘with lib’
...
Using pkgs.lib on the spine of module evaluation is problematic
because the pkgs argument depends on the result of module
evaluation. To prevent an infinite recursion, pkgs and some of the
modules are evaluated twice, which is inefficient. Using ‘with lib’
prevents this problem.
2014-04-14 16:26:48 +02:00
Eelco Dolstra
5c1f8cbc70
Move all of NixOS to nixos/ in preparation of the repository merge
2013-10-10 13:28:20 +02:00