summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 13:43:44 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 13:43:44 +0200
commit7667a18f822afde64d216c8554f2307d7278f6f8 (patch)
tree728a2d92ea505f7c46920b6827cdc0e185ac5587 /hel.nix
parent6ffc1cc5b18e0cd93cc930c21b5723393a24f9ce (diff)
downloadnixos-7667a18f822afde64d216c8554f2307d7278f6f8.tar
nixos-7667a18f822afde64d216c8554f2307d7278f6f8.tar.gz
nixos-7667a18f822afde64d216c8554f2307d7278f6f8.tar.bz2
nixos-7667a18f822afde64d216c8554f2307d7278f6f8.tar.xz
nixos-7667a18f822afde64d216c8554f2307d7278f6f8.zip
wvdial
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index bf669120..8c2286b2 100644
--- a/hel.nix
+++ b/hel.nix
@@ -167,5 +167,11 @@
167 }; 167 };
168 168
169 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf; 169 environment.etc."X11/xorg.conf.d/50-wacom.conf".source = lib.mkForce ./hel/wacom.conf;
170
171 environment.wvdial = {
172 dialerDefaults = ''
173 Init1 = AT+CGDCONT=1,"IP","internet.t-mobile"
174 '';
175 };
170} 176}
171 177