nixos/resilio: add sharedFolders type

Changed files
+1
nixos
modules
services
networking
+1
nixos/modules/services/networking/resilio.nix
···
sharedFolders = mkOption {
default = [];
+
type = types.listOf (types.attrsOf types.anything);
example =
[ { secret = "AHMYFPCQAHBM7LQPFXQ7WV6Y42IGUXJ5Y";
directory = "/home/user/sync_test";