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: 92e3089bd234
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b2c1ed63554e
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 20, 2019

  1. nixos/modules/networking/wg-quick Add wg-quick options support

    This is an implementation of wireguard support using wg-quick config
    generation.
    
    This seems preferrable to the existing wireguard support because
    it handles many more routing and resolvconf edge cases than the
    current wireguard support.
    
    It also includes work-arounds to make key files work.
    
    This has one quirk:
    We need to set reverse path checking in the firewall to false because
    it interferes with the way wg-quick sets up its routing.
    exi committed Apr 20, 2019
    Copy the full SHA
    abf6079 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Merge pull request #53043 from exi/wg-quick

    nixos/modules/networking/wg-quick Add wg-quick options support
    globin committed Apr 24, 2019
    Copy the full SHA
    b2c1ed6 View commit details
    Browse the repository at this point in the history