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: 22926c8b84f2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ee14496ae277
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Dec 1, 2018

  1. nixos/chrony: don't emit initstepslew when servers is empty

    Setting the server list to be empty is useful e.g. for hardware-only
    or virtualized reference clocks that are passed through to the system
    directly. In this case, initstepslew has no effect, so don't emit it.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Dec 1, 2018
    Copy the full SHA
    7b8d970 View commit details
    Browse the repository at this point in the history
  2. nixos/dhcpcd: (try to) restart chrony in the exitHook

    As the comment notes, restarts/exits of dhcpcd generally require
    restarting the NTP service since, if name resolution fails for a pool of
    servers, the service might break itself. To be on the safe side, try
    restarting Chrony in these instances, too.
    
    Signed-off-by: Austin Seipp <aseipp@pobox.com>
    thoughtpolice committed Dec 1, 2018
    Copy the full SHA
    ee14496 View commit details
    Browse the repository at this point in the history