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: f607771d0f5e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d6bf8eb71b4e
Choose a head ref
  • 5 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 8, 2018

  1. nixos/kresd: fix systemd dependency cycle

    The unnecessary dependency of sockets.target on kresd.service causes a
    dependency cycle preventing kresd.service from starting at boot:
    
    sockets.target -> kresd.service -> basic.target -> sockets.target
    erosennin committed Jan 8, 2018
    Copy the full SHA
    f19d959 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. nixos/kresd: use systemd.tmpfiles

    Since 4e4161c it works on nixos-rebuild.
    vcunat committed Jan 9, 2018
    Copy the full SHA
    f312e6d View commit details
    Browse the repository at this point in the history
  2. nixos/kresd: use DNSSEC root trust anchor from nixpkgs

    in read-only way.  If the cache directory is empty and you use the
    very same service for system's DNS, kresd is unable to bootstrap root
    trust anchors, as it would need a DNS lookup.
    
    Also, if we don't rely on bootstrap, the extra lua deps of kresd could
    be dropped by default, but let's not do that now, as the difference in
    closure size is only ~4 MB, and there may be other use cases than
    running the package as nixos service this way.
    vcunat committed Jan 9, 2018
    Copy the full SHA
    3ab85ed View commit details
    Browse the repository at this point in the history
  3. nixos/kresd: service nitpicks

    vcunat committed Jan 9, 2018
    Copy the full SHA
    4bc4c08 View commit details
    Browse the repository at this point in the history
  4. Merge #33614: nixos/kresd improvements

    The PR was extended with other fixes.  All tested by me atop 17.09.
    vcunat committed Jan 9, 2018
    Copy the full SHA
    d6bf8eb View commit details
    Browse the repository at this point in the history