Commit edadf6cc authored by ssoss's avatar ssoss Committed by Skye Soss
Browse files

services.openssh: use notify-reload for sshd

parent b384b717
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -766,6 +766,7 @@ in
        restartTriggers = [ config.environment.etc."ssh/sshd_config".source ];

        serviceConfig = {
          Type = "notify-reload";
          Restart = "always";
          ExecStart = lib.concatStringsSep " " [
            (lib.getExe' cfg.package "sshd")