remove dead code (run deadnix)

This commit is contained in:
Daniel Barlow
2024-06-29 22:59:27 +01:00
parent 16a2499d74
commit e94bf62ec1
112 changed files with 83 additions and 246 deletions

View File

@@ -2,7 +2,6 @@
let
inherit (pkgs) liminix;
inherit (lib) mkOption types;
svc = config.system.service;
in {
imports = [
../service-trigger

View File

@@ -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