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: 50d39f10115b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 740bafa9a03e
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 15, 2018

  1. nixos ddclient: support multiple domains and run via systemd timer

    a) Some providers can update multiple domains - support that.
    
    b) Make "zone" and "script" configurable. Some providers require these.
    
    c) Instead of leaving the ddclient daemon running all the time, use a systemd
    timer to kick it off.
    
    d) Don't use a predefined user - run everything via DynamicUser
    
    e) Add documentation
    peterhoeg committed Apr 15, 2018
    Copy the full SHA
    642c8a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Merge pull request #36864 from peterhoeg/f/ddclient

     nixos ddclient: support multiple domains and run via systemd timer [WIP]
    peterhoeg committed Apr 19, 2018
    Copy the full SHA
    740bafa View commit details
    Browse the repository at this point in the history