nixos/zfs: fix autoScrub.enable description

This was previously "Whether to enable Enables periodic scrubbing of
ZFS pools.."
wip/yesman
Alyssa Ross 3 years ago
parent f67748ecda
commit b0854238b0
  1. 2
      nixos/modules/tasks/filesystems/zfs.nix

@ -302,7 +302,7 @@ in
};
services.zfs.autoScrub = {
enable = mkEnableOption "Enables periodic scrubbing of ZFS pools.";
enable = mkEnableOption "periodic scrubbing of ZFS pools";
interval = mkOption {
default = "Sun, 02:00";

Loading…
Cancel
Save