nixos/zfs: fix autoScrub.enable description

This was previously "Whether to enable Enables periodic scrubbing of
ZFS pools.."

+1 -1
+1 -1
nixos/modules/tasks/filesystems/zfs.nix
··· 302 302 }; 303 303 304 304 services.zfs.autoScrub = { 305 - enable = mkEnableOption "Enables periodic scrubbing of ZFS pools."; 305 + enable = mkEnableOption "periodic scrubbing of ZFS pools"; 306 306 307 307 interval = mkOption { 308 308 default = "Sun, 02:00";