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, ... }:
|
||||
let
|
||||
vpnc = pkgs.writeShellScript "vpnc" ''
|
||||
#!/bin/sh
|
||||
export INTERNAL_IP4_DNS=
|
||||
|
||||
. ${pkgs.vpnc-scripts}/vpnc-script
|
||||
. ${pkgs.vpnc-scripts}/bin/vpnc-script
|
||||
'';
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue