openafs: minor documentation fix

This commit is contained in:
Dmitry Kalinkin 2019-02-26 14:49:59 -05:00 committed by GitHub
parent 52ea2f59f5
commit c9d5546635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ in
};
programs = mkOption {
default = getBin pkgs.openafs;
defaultText = "config.boot.kernelPackages.openafs";
defaultText = "getBin pkgs.openafs";
type = types.package;
description = "OpenAFS programs package. MUST match the kernel module package!";
};