nixpkgs/pkgs/tools/networking/wicd
Peter Simons 0f3fa64430 wicd: integrate with upstart events
quite some services need to be started/restarted when a connection is
established/teared down. Also, some services are optional depending on
the connected access point. For example: use a vpn on an untrusted
network.

these small trigger scripts don't change any behaviour by themselves,
but allow you to hook in to them if you need.

example use:

  jobs.gw6c.startOn = pkgs.lib.mkForce "started  openvpn-dcsOffice";
  jobs.gw6c.stopOn  = pkgs.lib.mkForce "stopping openvpn-dcsOffice";
  jobs."openvpn-dcsOffice".startOn        = pkgs.lib.mkForce "wicd-postconnect";
  jobs."openvpn-dcsOffice".stopOn         = pkgs.lib.mkForce "stopping network-interfaces or wicd-predisconnect";

In the example, I use 3 layers. When a physical connection is
available (wifi connect), I setup a vpn connection, and setup an ipv6
tunnel on top of that. When disconnecting, they are automatically shut
down in the right order as well.

svn path=/nixpkgs/trunk/; revision=31662
2012-01-18 20:38:34 +00:00
..
default.nix wicd: integrate with upstart events 2012-01-18 20:38:34 +00:00
mkdir-networks.patch Update wicd to 1.7.0 2010-11-29 20:15:44 +00:00
no-optimization.patch wicd should no longer write into the nix store. 2011-04-07 15:39:53 +00:00
no-var-install.patch wicd should no longer write into the nix store. 2011-04-07 15:39:53 +00:00
pygtk.patch Update wicd to 1.7.0 2010-11-29 20:15:44 +00:00
wpa2-ttls Wicd: Protect the password in the WPA2-TTLS template. 2011-12-13 14:54:15 +00:00