Go to file
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
doc * svn.nixos.org -> nixos.org. 2011-10-06 11:29:44 +00:00
gui nixos-gui: Remove dead code, Comment debug. 2011-04-25 22:23:12 +00:00
lib strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
maintainers * Urgh. Stupid S3 location names. 2011-11-08 20:56:33 +00:00
modules modules/programs/wvdial.nix: added support for configuring wvdial 2011-11-20 10:38:26 +00:00
tests * Test whether restarting Upstart jobs works properly if there are 2011-10-13 14:08:00 +00:00
COPYING * Add a license, finally :-) 2010-05-28 11:48:41 +00:00
default.nix strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
README * URL updates. 2008-05-09 15:08:43 +00:00
release.nix * By popular demand, provide an ISO with a more recent kernel. 2011-11-08 19:51:39 +00:00
VERSION * Version number, stable marker. 2006-11-04 11:27:08 +00:00

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.