nixpkgs/modules
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
..
config * Revert r30370, it's no longer needed. 2011-11-11 15:02:30 +00:00
hardware * Add a module that provides all the Radeon firmwares. 2011-10-25 00:27:07 +00:00
installer * By popular demand, provide an ISO with a more recent kernel. 2011-11-08 19:51:39 +00:00
misc Adding a module for the prayer webmail. 2011-11-09 20:48:12 +00:00
profiles * Include glxinfo/glxgears in the graphical profile. It's very small. 2011-11-08 19:18:34 +00:00
programs modules/programs/wvdial.nix: added support for configuring wvdial 2011-11-20 10:38:26 +00:00
security Reverting revisions 30103-30106: "always set nixpkgs.config.{state,store}Dir", etc. 2011-10-30 15:19:58 +00:00
services * Remove xdpyinfo from the $PATH. 2011-11-11 03:11:32 +00:00
system * Disable all fbcondecor-related stuff if boot.vesa is disabled. 2011-11-08 19:43:15 +00:00
tasks * Disable all fbcondecor-related stuff if boot.vesa is disabled. 2011-11-08 19:43:15 +00:00
testing strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
virtualisation * aufs2 -> aufs. 2011-11-08 15:12:11 +00:00
module-list.nix modules/programs/wvdial.nix: added support for configuring wvdial 2011-11-20 10:38:26 +00:00
rename.nix * Make `services.sshd.enable' an alias rather than an obsolete option. 2010-12-14 11:48:07 +00:00