openafs: minor documentation fix
This commit is contained in:
parent
52ea2f59f5
commit
c9d5546635
@ -155,7 +155,7 @@ in
|
|||||||
};
|
};
|
||||||
programs = mkOption {
|
programs = mkOption {
|
||||||
default = getBin pkgs.openafs;
|
default = getBin pkgs.openafs;
|
||||||
defaultText = "config.boot.kernelPackages.openafs";
|
defaultText = "getBin pkgs.openafs";
|
||||||
type = types.package;
|
type = types.package;
|
||||||
description = "OpenAFS programs package. MUST match the kernel module package!";
|
description = "OpenAFS programs package. MUST match the kernel module package!";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user