{...}: {
  services.openssh = {
    enable = true;
    ports = [22 48001];
    settings = {
      PasswordAuthentication = false;
    };
  };
}