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: 727216217962
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 380cdd8dd713
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 16, 2018

  1. Add stubby resolver daemon service module (#38667)

    * networking/stubby.nix: implementing systemd service module for stubby
    
    This change implements stubby, the DNS-over-TLS stub resolver daemon.
    The motivation for this change was the desire to use stubby's
    DNS-over-TLS funcitonality in tandem with unbound, which requires
    passing certain configuration parameters. This module implements those
    config parameters by exposing them for use in configuration.nix.
    
    * networking/stubby.nix: merging back module list
    
    re-merging the module list to remove unecessary changes.
    
    * networking/stubby.nix: removing unecessary capabilities flag
    
    This change removes the unecessary flag for toggling the capabilities
    which allows the daemon to bind to low ports.
    
    * networking/stubby.nix: adding debug level logging bool
    
    Adding the option to turn on debug logging.
    
    * networking/stubby.nix: clarifying idleTimeout and adding systemd target
    
    Improving docs to note that idleTimeout is expressed in ms. Adding the
    nss-lookup `before' target to the systemd service definition.
    
    * networking/stubby.nix: Restrict options with types.enum
    
    This change restricts fallbackProtocol and authenticationMode to accept
    only valid options instead of any list or str types (respectively). This
    change also fixes typo in the CapabilityBoundingSet systemd setting.
    
    * networking/stubby.nix: cleaning up documentation
    
    Cleaning up docs, adding literal tags to settings, and removing
    whitespace.
    
    * networking/stubby.nix: fixing missing linebreak in comments
    
    * networking/stubby.nix: cleaning errant comments
    baroncharlus authored and xeji committed May 16, 2018
    Configuration menu
    Copy the full SHA
    380cdd8 View commit details
    Browse the repository at this point in the history