nixpkgs/modules/programs
Peter Simons 9de905ee61 modules/programs/wvdial.nix: added support for configuring wvdial
For example, I use the following settings to configure T-Mobile Internet
access on my laptop, which is connected to the cell phone by USB:

 | environment.wvdial.dialerDefaults = ''
 |   Init1 = AT+CGDCONT=1,"IP","internet.t-mobile"
 |   Modem Type = USB Modem
 |   Phone = *99#
 |   ISDN = 0
 |   Username = tm
 |   Password = tm
 |   Modem = /dev/ttyACM0
 |   Baud = 460800
 | '';

svn path=/nixos/trunk/; revision=30489
2011-11-20 10:38:26 +00:00
..
bash modules/programs/bash: major clean-up and re-factoring of /etc/profile and /etc/bashrc 2011-09-23 14:21:36 +00:00
blcr.nix Make blcr module use the configured kernel 2011-09-21 13:13:36 +00:00
info.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
shadow.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
ssh.nix Update users of `services.sshd'. 2010-03-11 17:02:53 +00:00
ssmtp.nix Rename environment.extraPackages to environment.systemPackages. 2009-10-07 17:14:25 +00:00
wvdial.nix modules/programs/wvdial.nix: added support for configuring wvdial 2011-11-20 10:38:26 +00:00