about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorGreizgh <greizgh@ephax.org>2022-06-23 20:44:59 +0200
committerGreizgh <greizgh@ephax.org>2022-06-23 20:44:59 +0200
commitac1e34f0fe4f0b7d76175f4c43353e0cf6492dd0 (patch)
tree8d23680584fd4a0b02971917f7ef86a8f3a8e4b7 /nixos/modules
parent9f8ee001c0df207e77c8d91c2d78feedc3ddf378 (diff)
nixos/syncthing: fix services.syncthing.folders description
It was improperly referencing overrideDevices instead of overrideFolders.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/networking/syncthing.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/syncthing.nix b/nixos/modules/services/networking/syncthing.nix
index 6a90f28dc5f7b..0f697c0cc2555 100644
--- a/nixos/modules/services/networking/syncthing.nix
+++ b/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 ''