diff --git a/examples/l2tp.nix b/examples/l2tp.nix index c01ca93..0bb65ec 100644 --- a/examples/l2tp.nix +++ b/examples/l2tp.nix @@ -138,4 +138,9 @@ in rec { passwd = lib.mkForce secrets.root.passwd; openssh.authorizedKeys.keys = secrets.root.keys; }; + + programs.busybox.options = { + FEATURE_FANCY_TAIL = "y"; + }; + }