openssh: disable kerberos on Apple Silicon
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user