summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-11-12 12:59:30 +0100
committerlassulus <lassulus@lassul.us>2017-11-12 12:59:30 +0100
commit0d257a925bf936d2bd08ab2b04e0ab2762f289f0 (patch)
tree21bf5fb723278e91ddd905b918967d42ffbcecb0
parentdd49d83e143e56fea90a0c2d388a25047156ec3c (diff)
l helios.r: add umts
-rw-r--r--lass/1systems/helios/config.nix10
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.