tv xu: enable umts

This commit is contained in:
tv 2017-10-24 22:49:19 +02:00
parent 8c23c4d17f
commit 48e34b59ad

View File

@ -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;
}