Unverified Commit 4d0bba19 authored by Stéphane Jourdois's avatar Stéphane Jourdois Committed by Graham Christensen
Browse files

openssh: always enable with-kerberos on darwin

parent ce40aa44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3020,7 +3020,7 @@ in
  openssh =
    callPackage ../tools/networking/openssh {
      hpnSupport = false;
      withKerberos = false;
      withKerberos = stdenv.isDarwin;
      etcDir = "/etc/ssh";
      pam = if stdenv.isLinux then pam else null;
    };