diff --git a/nixos/system/hectic-lab/experimental-sshd.nix b/nixos/system/hectic-lab/experimental-sshd.nix index 7a7577aa..8d5b2e92 100644 --- a/nixos/system/hectic-lab/experimental-sshd.nix +++ b/nixos/system/hectic-lab/experimental-sshd.nix @@ -65,7 +65,8 @@ in Type = "simple"; StateDirectory = "experimental-sshd"; RuntimeDirectory = "experimental-sshd"; - ExecStart = "${pkgs.openssh}/bin/sshd -D -e -f /etc/ssh/experimental-sshd_config"; + ExecStart = "${pkgs.openssh}/bin/sshd -D -f /etc/ssh/experimental-sshd_config"; + StandardError = "journal"; }; preStart = '' ${pkgs.openssh}/bin/sshd -t -f /etc/ssh/experimental-sshd_config