Loading nixos/modules/services/networking/ssh/sshd.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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") Loading Loading
nixos/modules/services/networking/ssh/sshd.nix +1 −0 Original line number Diff line number Diff line Loading @@ -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") Loading