diff options
author | lassulus <lass@lassul.us> | 2017-06-27 20:55:19 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-06-27 20:55:19 +0200 |
commit | 7b43fe5543e20a50d06ebbbb08a9461859b48460 (patch) | |
tree | 9c30ef11e9ea852c3232478045e48c5d73341fe9 /makefu/2configs/hw/wwan.nix | |
parent | 0e607fe1bc50b596301086b064a74232d7126f5c (diff) | |
parent | d58e8035b4101b20539279247ec083b72ba0a647 (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"; + }; +} |