remove dead code (run deadnix)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
let
|
||||
inherit (pkgs) liminix;
|
||||
inherit (lib) mkOption types;
|
||||
svc = config.system.service;
|
||||
in {
|
||||
imports = [
|
||||
../service-trigger
|
||||
|
@@ -8,7 +8,7 @@
|
||||
}:
|
||||
{ apn, username, password, authType }:
|
||||
let
|
||||
inherit (liminix.services) bundle longrun oneshot;
|
||||
inherit (liminix.services) oneshot;
|
||||
authTypeNum = if authType == "pap" then "1" else "2";
|
||||
chat = lib.escapeShellArgs [
|
||||
# Your usb modem thing might present as a tty that you run PPP
|
||||
|
Reference in New Issue
Block a user