summary refs log tree commit diff
path: root/nixos/modules/programs/ssmtp.nix
Commit message (Collapse)AuthorAge
* sstmp: document how to specify port/AuthPassFileJörg Thalheim2017-04-08
|
* ssmtp: use the authPassFile option instead of authPassBas van Dijk2017-03-29
| | | | | This gives users the option of storing the authPass outside the world-readable Nix store.
* nixos/treewide: remove boolean examples for optionsFranz Pletz2017-03-17
| | | | | | | They contain no useful information and increase the length of the autogenerated options documentation. See discussion in #18816.
* Fix #9759 SSMTP sendmail wrapper - cfg instead of full pathNathan Bijnens2016-07-23
|
* Fix #9759 SSMTP sendmail wrapperNathan Bijnens2016-07-23
|
* ssmtp: add 'root' optionNikolay Amiantov2014-11-05
|
* ssmtp: add types to optionsNikolay Amiantov2014-11-05
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | 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.
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10