nixos/resilio: add sharedFolders type

This commit is contained in:
Fritz Otlinghaus
2021-02-03 16:17:37 -08:00
committed by Cole Helbling
parent ca14ff0777
commit d7ee2a16bd
@@ -183,6 +183,7 @@ in
sharedFolders = mkOption {
default = [];
type = types.listOf (types.attrsOf types.anything);
example =
[ { secret = "AHMYFPCQAHBM7LQPFXQ7WV6Y42IGUXJ5Y";
directory = "/home/user/sync_test";