nixos/resilio: add sharedFolders type

This commit is contained in:
Fritz Otlinghaus 2021-01-31 12:08:32 +01:00 committed by Cole Helbling
parent ca14ff0777
commit d7ee2a16bd

View file

@ -183,6 +183,7 @@ in
sharedFolders = mkOption {
default = [];
type = types.listOf (types.attrsOf types.anything);
example =
[ { secret = "AHMYFPCQAHBM7LQPFXQ7WV6Y42IGUXJ5Y";
directory = "/home/user/sync_test";