From 7667a18f822afde64d216c8554f2307d7278f6f8 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 16 May 2016 13:43:44 +0200 Subject: wvdial --- hel.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hel.nix b/hel.nix index bf669120..8c2286b2 100644 --- a/hel.nix +++ b/hel.nix @@ -167,5 +167,11 @@ }; environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf; + + environment.wvdial = { + dialerDefaults = '' + Init1 = AT+CGDCONT=1,"IP","internet.t-mobile" + ''; + }; } -- cgit v1.2.3