openssh: always enable with-kerberos on darwin
This commit is contained in:
parent
ce40aa4471
commit
4d0bba19f4
@ -3020,7 +3020,7 @@ in
|
|||||||
openssh =
|
openssh =
|
||||||
callPackage ../tools/networking/openssh {
|
callPackage ../tools/networking/openssh {
|
||||||
hpnSupport = false;
|
hpnSupport = false;
|
||||||
withKerberos = false;
|
withKerberos = stdenv.isDarwin;
|
||||||
etcDir = "/etc/ssh";
|
etcDir = "/etc/ssh";
|
||||||
pam = if stdenv.isLinux then pam else null;
|
pam = if stdenv.isLinux then pam else null;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user