diff options
author | tv <tv@krebsco.de> | 2017-10-26 20:41:07 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-10-26 20:41:07 +0200 |
commit | 7e269eaba530afd455f1438b18f68b1304244500 (patch) | |
tree | 61c41273d068b765476028c3bceac5cabd54aa56 /tv/1systems | |
parent | d5fd5107e6cd8e4d1cd0e63420d35a9df5279e7f (diff) |
tv umts: RIP
Diffstat (limited to 'tv/1systems')
-rw-r--r-- | tv/1systems/xu/config.nix | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tv/1systems/xu/config.nix b/tv/1systems/xu/config.nix index 08bdfa52b..0363c983d 100644 --- a/tv/1systems/xu/config.nix +++ b/tv/1systems/xu/config.nix @@ -161,14 +161,5 @@ 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; } |