diff --git a/examples/rotuer.nix b/examples/rotuer.nix index 23823ad..f6f9a73 100644 --- a/examples/rotuer.nix +++ b/examples/rotuer.nix @@ -200,9 +200,15 @@ in rec { nftables strace tcpdump + s6 ]; - programs.busybox.applets = [ - "fdisk" "sfdisk" - ]; + programs.busybox = { + applets = [ + "fdisk" "sfdisk" + ]; + options = { + FEATURE_FANCY_TAIL = "y"; + }; + }; }