diff options
author | tv <tv@krebsco.de> | 2017-06-29 22:04:58 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2017-06-29 22:04:58 +0200 |
commit | 077a6a699129416cdeb0a9da3aba30d156e46b7a (patch) | |
tree | d5588c0024a942fef6f4d597aedac5708dd7fa45 /makefu/2configs/hw/wwan.nix | |
parent | 10adb2d27e3005c7239585eb38dbbe3b5b01a400 (diff) | |
parent | 51e091c7c3fb52579bc9ed59d1c7db633cd24e5b (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/hw/wwan.nix')
-rw-r--r-- | makefu/2configs/hw/wwan.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/makefu/2configs/hw/wwan.nix b/makefu/2configs/hw/wwan.nix new file mode 100644 index 000000000..0eb0c97d7 --- /dev/null +++ b/makefu/2configs/hw/wwan.nix @@ -0,0 +1,8 @@ +_: + +{ + makefu.umts = { + enable = true; + modem-device = "/dev/serial/by-id/usb-Lenovo_H5321_gw_2D5A51BA0D3C3A90-if01"; + }; +} |