nixos/resilio: add sharedFolders type
This commit is contained in:
parent
ca14ff0777
commit
d7ee2a16bd
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ in
|
|||
|
||||
sharedFolders = mkOption {
|
||||
default = [];
|
||||
type = types.listOf (types.attrsOf types.anything);
|
||||
example =
|
||||
[ { secret = "AHMYFPCQAHBM7LQPFXQ7WV6Y42IGUXJ5Y";
|
||||
directory = "/home/user/sync_test";
|
||||
|
|
Loading…
Reference in a new issue