diff options
author | tv <tv@krebsco.de> | 2017-10-24 22:49:19 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-10-24 23:07:45 +0200 |
commit | 21d7bcb9d92822099fa1cad443f3f71df302cfa0 (patch) | |
tree | d40b636d384e0f065708e39024bb645f765ff485 /tv/1systems/xu/config.nix | |
parent | 2f39ef4e592dc8680da647c210a980eb10b52f2d (diff) |
tv xu: enable umts
Diffstat (limited to 'tv/1systems/xu/config.nix')
-rw-r--r-- | tv/1systems/xu/config.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 0363c98..08bdfa5 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -161,5 +161,14 @@ with import <stockholm/lib>; tv = "/home/tv/stockholm/tv/5pkgs"; }; + tv.umts = { + enable = true; + modem = "/dev/serial/by-id/usb-Lenovo_F5521gw_097EAD658B094860-if09"; + initstrings = '' + Init1 = AT+CFUN=1 + Init2 = AT+CGDCONT=1,"IP","pinternet.interkom.de","",0,0 + ''; + }; + virtualisation.virtualbox.host.enable = true; } |