fix vpnc
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user