···33with lib;
4455let
66-77- prl-tools = config.boot.kernelPackages.prl-tools;
88-66+ prl-tools = config.hardware.parallels.package;
97in
108119{
···3028 mounted through `mount -t prl_fs ...` as this service will remount and trample any set options.
3129 Recommended to enable for simple file sharing, but extended share use such as for code should
3230 disable this to manually mount shares.
3131+ '';
3232+ };
3333+3434+ package = mkOption {
3535+ type = types.package;
3636+ default = config.boot.kernelPackages.prl-tools;
3737+ defaultText = "config.boot.kernelPackages.prl-tools";
3838+ example = literalExample "config.boot.kernelPackages.prl-tools";
3939+ description = ''
4040+ Defines which package to use for prl-tools. Override to change the version.
3341 '';
3442 };
3543 };