cleanup redundant text in modules utilizing mkEnableOption
Closes #59911
This commit is contained in:
committed by
Robert Helgesson
parent
297f8c55e5
commit
4a11ce7f26
@@ -19,7 +19,7 @@ in
|
||||
# One could also do regular btrfs balances, but that shouldn't be necessary
|
||||
# during normal usage and as long as the filesystems aren't filled near capacity
|
||||
services.btrfs.autoScrub = {
|
||||
enable = mkEnableOption "Enable regular btrfs scrub";
|
||||
enable = mkEnableOption "regular btrfs scrub";
|
||||
|
||||
fileSystems = mkOption {
|
||||
type = types.listOf types.path;
|
||||
|
||||
Reference in New Issue
Block a user