nixos/resilio: add sharedFolders type

wip/yesman
Fritz Otlinghaus 3 years ago committed by Cole Helbling
parent ca14ff0777
commit d7ee2a16bd
  1. 1
      nixos/modules/services/networking/resilio.nix

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

Loading…
Cancel
Save