summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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