Skip to content

Commit 04e9f29

Browse files
committed
fixup ssh: also add coreutils to path
Otherwise mkdir et al may silently fail.
1 parent 68cf2cc commit 04e9f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/services/openssh.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ in {
111111

112112
supervisord.programs.sshd = {
113113
inherit (cfg) autostart;
114-
path = [ cfg.package ];
114+
path = [ cfg.package pkgs.coreutils ];
115115
autoRestart = true;
116116
script = ''
117117
# don't write to stdout

0 commit comments

Comments
 (0)