doas: don't configure pamdir

In the future, doas won't ship PAM files (see
cfa9f0d3b3),
and we already configure PAM in the doas module. Configuring the pamdir
serves no purpose.
launchpad/nixpkgs/master
Cole Helbling 3 years ago
parent c9091a9def
commit 408b107b0c
No known key found for this signature in database
GPG Key ID: B37E0F2371016A4C
  1. 1
      pkgs/tools/security/doas/default.nix

@ -25,7 +25,6 @@ stdenv.mkDerivation rec {
configureFlags = [
(lib.optionalString withTimestamp "--with-timestamp") # to allow the "persist" setting
(lib.optionalString (!withPAM) "--without-pam")
"--pamdir=${placeholder "out"}/etc/pam.d"
];
patches = [

Loading…
Cancel
Save