openssh: disable kerberos on Apple Silicon
This commit is contained in:
parent
529346745c
commit
4e09c26ea1
|
@ -19,7 +19,7 @@
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, pam
|
, pam
|
||||||
, etcDir ? null
|
, etcDir ? null
|
||||||
, withKerberos ? true
|
, withKerberos ? !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64)
|
||||||
, libkrb5
|
, libkrb5
|
||||||
, libfido2
|
, libfido2
|
||||||
, nixosTests
|
, nixosTests
|
||||||
|
|
Loading…
Reference in New Issue