From ac1e34f0fe4f0b7d76175f4c43353e0cf6492dd0 Mon Sep 17 00:00:00 2001 From: Greizgh Date: Thu, 23 Jun 2022 20:44:59 +0200 Subject: nixos/syncthing: fix services.syncthing.folders description It was improperly referencing overrideDevices instead of overrideFolders. --- nixos/modules/services/networking/syncthing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules') 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 '' -- cgit 1.4.1