infrastructure/overlays/krb5.nix
2024-04-07 15:29:05 -07:00

5 lines
79 B
Nix

final: prev: {
krb5-ldap = final.krb5.override {
withLdap = true;
};
}