nixos/syncthing: fix services.syncthing.folders description

It was improperly referencing overrideDevices instead of overrideFolders.
This commit is contained in:
Greizgh
2022-06-23 20:44:59 +02:00
parent 9f8ee001c0
commit ac1e34f0fe
@@ -179,8 +179,8 @@ in {
description = mdDoc ''
Folders which should be shared by Syncthing.
Note that you can still add devices manually, but those changes
will be reverted on restart if [overrideDevices](#opt-services.syncthing.overrideDevices)
Note that you can still add folders manually, but those changes
will be reverted on restart if [overrideFolders](#opt-services.syncthing.overrideFolders)
is enabled.
'';
example = literalExpression ''