fix vpnc
This commit is contained in:
parent
59fd6b7d3f
commit
82a49c4728
1 changed files with 1 additions and 3 deletions
|
|
@ -1,10 +1,8 @@
|
||||||
{ config, pkgs, stdenv, ... }:
|
{ config, pkgs, stdenv, ... }:
|
||||||
let
|
let
|
||||||
vpnc = pkgs.writeShellScript "vpnc" ''
|
vpnc = pkgs.writeShellScript "vpnc" ''
|
||||||
#!/bin/sh
|
|
||||||
export INTERNAL_IP4_DNS=
|
export INTERNAL_IP4_DNS=
|
||||||
|
. ${pkgs.vpnc-scripts}/bin/vpnc-script
|
||||||
. ${pkgs.vpnc-scripts}/vpnc-script
|
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue