diff options
author | lassulus <lassulus@lassul.us> | 2017-11-12 12:59:30 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-11-12 12:59:30 +0100 |
commit | 0d257a925bf936d2bd08ab2b04e0ab2762f289f0 (patch) | |
tree | 21bf5fb723278e91ddd905b918967d42ffbcecb0 /lass/1systems/helios/config.nix | |
parent | dd49d83e143e56fea90a0c2d388a25047156ec3c (diff) |
l helios.r: add umts
Diffstat (limited to 'lass/1systems/helios/config.nix')
-rw-r--r-- | lass/1systems/helios/config.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lass/1systems/helios/config.nix b/lass/1systems/helios/config.nix index c64789d8d..46ea9ebd8 100644 --- a/lass/1systems/helios/config.nix +++ b/lass/1systems/helios/config.nix @@ -68,6 +68,16 @@ with import <stockholm/lib>; repo = [ config.krebs.git.repos.stockholm ]; perm = with git; push "refs/heads/*" [ fast-forward non-fast-forward create delete merge ]; } + { + lass.umts = { + enable = true; + modem = "/dev/serial/by-id/usb-Lenovo_F5521gw_2C7D8D7C35FC7040-if09"; + initstrings = '' + Init1 = AT+CFUN=1 + Init2 = AT+CGDCONT=1,"IP","pinternet.interkom.de","",0,0 + ''; + }; + } ]; # Use the systemd-boot EFI boot loader. |