fixup ssh: also add coreutils to path

Otherwise mkdir et al may silently fail.
This commit is contained in:
Zhaofeng Li 2022-09-24 21:05:19 +00:00
parent b416b58595
commit 2f92f24624

View file

@ -111,7 +111,7 @@ in {
supervisord.programs.sshd = {
inherit (cfg) autostart;
path = [ cfg.package ];
path = [ cfg.package pkgs.coreutils ];
autoRestart = true;
script = ''
# don't write to stdout