tail -F for rotuer

pull/10/head
Daniel Barlow 2024-02-16 18:30:24 +00:00
parent b5722a0153
commit 175db9f604
1 changed files with 9 additions and 3 deletions

View File

@ -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";
};
};
}