add s6 package for logfile timestamp decoder s6-tai64nlocal

module-based-network
Daniel Barlow 2022-10-02 10:02:29 +01:00
parent da8866a01a
commit 1aa9f8d61f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ in {
};
config = {
defaultProfile.packages = with pkgs;
[ s6-init-bin busybox execline s6-linux-init s6-rc ];
[ s6 s6-init-bin busybox execline s6-linux-init s6-rc ];
users.root = {
uid = 0; gid= 0; gecos = "Root of all evaluation";