Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 969e35423c42
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: 84cb46a37bfa
Choose a head ref
  • 8 commits
  • 10 files changed
  • 5 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 3, 2020

  1. Copy the full SHA
    81b3a8c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Copy the full SHA
    0cc670a View commit details
    Browse the repository at this point in the history
  2. 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
  3. Merge pull request #92125 from r-ryantm/auto-update/cinnamon-translat…

    …ions
    
    cinnamon.cinnamon-translations: 4.6.0 -> 4.6.2
    ryantm committed Jul 5, 2020
    Copy the full SHA
    0b2875b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #92326 from r-ryantm/auto-update/helm

    kubernetes-helm: 3.2.1 -> 3.2.4
    ryantm committed Jul 5, 2020
    Copy the full SHA
    a8eeae9 View commit details
    Browse the repository at this point in the history
  5. firefox-bin: 77.0.1 -> 78.0.1 (PR #92043)

    ajs124 authored and vcunat committed Jul 5, 2020
    Copy the full SHA
    48a2ea4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    84cb46a View commit details
    Browse the repository at this point in the history