Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: f46417d436d3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4e8c2f08b014
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 26, 2019

  1. ssmtp: use services.ssmtp.* options

    This PR is part of the networking.* namespace cleanup.
    
    ssmtp used to be configured via `networking.defaultMailServer` which is
    sort of misleading since it provides options only for ssmtp. Other
    dumb mail relays like nullmailer have always been living under
    services.
    
    The intent of this PR is to align ssmtp's options with those of similar
    services. Specifically, two renames have been done:
    
    * Rename `networking.defaultMailHost` to `services.ssmtp`.
    * Rename `directDelivery` to `enable` because this is what it basically does.
    Christian Kauhaus committed Nov 26, 2019
    Copy the full SHA
    dd87e9e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. Merge pull request #74048 from ckauhaus/ssmtp-named-ssmtp

    ssmtp: use services.ssmtp not networking.defaultMailServer
    flokli committed Nov 28, 2019
    Copy the full SHA
    4e8c2f0 View commit details
    Browse the repository at this point in the history