lol

doas: don't configure pamdir

In the future, doas won't ship PAM files (see
https://github.com/Duncaen/OpenDoas/commit/cfa9f0d3b306d6c1287ec4f2aa42be29de66c9de),
and we already configure PAM in the doas module. Configuring the pamdir
serves no purpose.

-1
-1
pkgs/tools/security/doas/default.nix
··· 25 25 configureFlags = [ 26 26 (lib.optionalString withTimestamp "--with-timestamp") # to allow the "persist" setting 27 27 (lib.optionalString (!withPAM) "--without-pam") 28 - "--pamdir=${placeholder "out"}/etc/pam.d" 29 28 ]; 30 29 31 30 patches = [