mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
fixup ssh: also add coreutils to path
Otherwise mkdir et al may silently fail.
This commit is contained in:
parent
b416b58595
commit
2f92f24624
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue