mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
openssh: always enable with-kerberos on darwin
This commit is contained in:
parent
ce40aa4471
commit
4d0bba19f4
1 changed files with 1 additions and 1 deletions
|
@ -3020,7 +3020,7 @@ in
|
|||
openssh =
|
||||
callPackage ../tools/networking/openssh {
|
||||
hpnSupport = false;
|
||||
withKerberos = false;
|
||||
withKerberos = stdenv.isDarwin;
|
||||
etcDir = "/etc/ssh";
|
||||
pam = if stdenv.isLinux then pam else null;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue