don't put hostname in levitate logs

there might not be one
This commit is contained in:
Daniel Barlow 2024-10-08 22:55:39 +01:00
parent f1c260d4f7
commit 0f50648157
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ let
../../modules/busybox.nix
base
({ ... } : paramConfig)
({ ... } : { config = { logging.script = "t"; }; })
../../modules/s6
];
};