From 1aa9f8d61f63bdcf7032c12dbfd96e4a5eec80df Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sun, 2 Oct 2022 10:02:29 +0100 Subject: [PATCH] add s6 package for logfile timestamp decoder s6-tai64nlocal --- modules/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/base.nix b/modules/base.nix index e137039..b92ce35 100644 --- a/modules/base.nix +++ b/modules/base.nix @@ -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";