add s6 package for logfile timestamp decoder s6-tai64nlocal
This commit is contained in:
parent
da8866a01a
commit
1aa9f8d61f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ in {
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
defaultProfile.packages = with pkgs;
|
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 = {
|
users.root = {
|
||||||
uid = 0; gid= 0; gecos = "Root of all evaluation";
|
uid = 0; gid= 0; gecos = "Root of all evaluation";
|
||||||
|
|
Loading…
Reference in a new issue