services.openssh: use notify-reload for sshd

This commit is contained in:
ssoss
2025-07-23 01:24:58 +00:00
committed by Skye Soss
parent b384b71732
commit edadf6cc0f
@@ -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")