Unverified Commit d165c5dc authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #204254 from raphaelr/initrd-openvpn

nixos/tests/initrd-network-openvpn: fix
parents 2b5f8c67 9f874dd9
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -68,11 +68,8 @@ in
      $out/bin/openvpn --show-gateway
    '';

    # Add `iproute /bin/ip` to the config, to ensure that openvpn
    # is able to set the routes
    boot.initrd.network.postCommands = ''
      (cat /etc/initrd.ovpn; echo -e '\niproute /bin/ip') | \
        openvpn /dev/stdin &
      openvpn /etc/initrd.ovpn &
    '';
  };

+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ import ../make-test-python.nix ({ lib, ...}:
            config = ''
              dev tun0
              ifconfig 10.8.0.1 10.8.0.2
              cipher AES-256-CBC
              ${secretblock}
            '';
          };
+2 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ dev tun
ifconfig 10.8.0.2 10.8.0.1
# Only force VLAN 2 through the VPN
route 192.168.2.0 255.255.255.0 10.8.0.1
cipher AES-256-CBC
secret [inline]
<secret>
#