That is, you can say
  security.pam.services.sshd = { options... };
instead of
  security.pam.services = [ { name = "sshd"; options... } ];
making it easier to override PAM settings from other modules.
		
	
That is, you can say
  security.pam.services.sshd = { options... };
instead of
  security.pam.services = [ { name = "sshd"; options... } ];
making it easier to override PAM settings from other modules.