1
0
Fork 0

enable tail -F

This commit is contained in:
Daniel Barlow 2024-07-08 19:19:56 +01:00
parent 7f9971512d
commit 8f0ab5be40
1 changed files with 5 additions and 0 deletions

View File

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