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: 969e35423c42
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e0f07f9b8d73
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 30, 2020

  1. nixos/system/boot/initrd-openvpn: Add openvpn options for initrd

    nixos/tests/initrd-openvpn: Add test for openvpn in the initramfs
    
    The module in this commit adds new options that allows the
    integration of an OpenVPN client into the initrd.
    This can be used e.g. to remotely unlock LUKS devices.
    
    This commit also adds two tests for `boot.initrd.network.openvpn`.
    The first one is a basic test to validate that a failing connection
    does not prevent the machine from booting.
    
    The second test validates that this module actually creates a valid
    openvpn connection.
    For this, it spawns three nodes:
    
      - The client that uses boot.initrd.network.openvpn
      - An OpenVPN server that acts as gateway and forwards a port
        to the client
      - A node that is external to the OpenVPN network
    
    The client connects to the OpenVPN server and spawns a netcat instance
    that echos a value to every client.
    Afterwards, the external node checks if it receives this value over the
    forwarded port on the OpenVPN gateway.
    CRTified committed Jun 30, 2020
    Copy the full SHA
    c684398 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Merge pull request #63165 from CRTified/module/initrd-ovpn

    nixos/system/boot/initrd-openvpn: New openvpn options for initrd
    Lassulus committed Jul 5, 2020
    Copy the full SHA
    e0f07f9 View commit details
    Browse the repository at this point in the history