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 | 505066e4fd2df6e06fb27d2a427e8b618da7238e (patch) | |
tree | 56ed80eaf28f00092db7076a32edaf86e3b47614 /tv/1systems | |
parent | 53312b95f7baba5793b8ac4f15247fa88fd6fe76 (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 08bdfa5..0363c98 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; } |