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