mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/zfs: fix autoScrub.enable description
This was previously "Whether to enable Enables periodic scrubbing of ZFS pools.."
This commit is contained in:
parent
f67748ecda
commit
b0854238b0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue