+53
-39
nixos/modules/services/networking/syncthing.nix
+53
-39
nixos/modules/services/networking/syncthing.nix
···-"devices": (${builtins.toJSON devices}${optionalString (! cfg.declarative.overrideDevices) " + $in.devices"}),-"folders": (${builtins.toJSON folders}${optionalString (! cfg.declarative.overrideFolders) " + $in.folders"})························-If multiple users are running syncthing on this machine, you will need to manually open a set of ports for each instance and leave this disabled.Alternatively, if are running only a single instance on this machine using the default ports, enable this.···-This option was removed because syncthing now has the inotify functionality included under the name "fswatcher".···
···+"devices": (${builtins.toJSON devices}${optionalString (! cfg.declarative.overrideDevices) " + .devices"}),+"folders": (${builtins.toJSON folders}${optionalString (! cfg.declarative.overrideFolders) " + .folders"})························+If multiple users are running Syncthing on this machine, you will need to manually open a set of ports for each instance and leave this disabled.Alternatively, if are running only a single instance on this machine using the default ports, enable this.···+This option was removed because Syncthing now has the inotify functionality included under the name "fswatcher".···+cfg.declarative.devices != {} || cfg.declarative.folders != {} || cfg.declarative.extraOptions != {}
+2
nixos/tests/syncthing-init.nix
+2
nixos/tests/syncthing-init.nix
+2
-2
nixos/tests/syncthing.nix
+2
-2
nixos/tests/syncthing.nix
······
······