nixos/resilio: add sharedFolders type
Fritz Otlinghaus 4 years ago d7ee2a16 ca14ff07
··· 183 183 184 184 sharedFolders = mkOption { 185 185 default = []; 186 186 + type = types.listOf (types.attrsOf types.anything); 186 187 example = 187 188 [ { secret = "AHMYFPCQAHBM7LQPFXQ7WV6Y42IGUXJ5Y"; 188 189 directory = "/home/user/sync_test";