nixos/syncthing: fix services.syncthing.folders description

It was improperly referencing overrideDevices instead of overrideFolders.
main
Greizgh 2 years ago
parent 9f8ee001c0
commit ac1e34f0fe
No known key found for this signature in database
GPG Key ID: 68B0B42612A108B2
  1. 4
      nixos/modules/services/networking/syncthing.nix

@ -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 ''

Loading…
Cancel
Save