openssh: disable kerberos on Apple Silicon

This commit is contained in:
Andrew Childs
2021-05-17 00:26:59 +09:00
parent 529346745c
commit 4e09c26ea1
+1 -1
View File
@@ -19,7 +19,7 @@
, pkg-config
, pam
, etcDir ? null
, withKerberos ? true
, withKerberos ? !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64)
, libkrb5
, libfido2
, nixosTests