kemonine
/
lollipopcloud
Archived
1
0
Fork 0

Add config option to disable roaming by default in modem manager setup

This commit is contained in:
KemoNine 2019-01-18 13:47:27 -05:00
parent 969717dbc7
commit f566e13a95
No known key found for this signature in database
GPG Key ID: 9D79FBF661EC6779
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ mmcli --modem 0 --3gpp-scan --timeout=100
mmcli --modem 0 --simple-connect="pin=1234,apn=internet"
# Setup persistent connection via NetworkManager
nmcli c add con-name "wan-wwan-1" type gsm ifname "*" apn "internet"
nmcli c add con-name "wan-wwan-1" type gsm ifname "*" apn "internet" home-only true
```