diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||