forked from dan/liminix
enable tail -F
This commit is contained in:
parent
7f9971512d
commit
8f0ab5be40
@ -138,4 +138,9 @@ in rec {
|
|||||||
passwd = lib.mkForce secrets.root.passwd;
|
passwd = lib.mkForce secrets.root.passwd;
|
||||||
openssh.authorizedKeys.keys = secrets.root.keys;
|
openssh.authorizedKeys.keys = secrets.root.keys;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.busybox.options = {
|
||||||
|
FEATURE_FANCY_TAIL = "y";
|
||||||
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user