Merge pull request #33842 from mimadrid/fix/resilio-sync

resilio-sync: fixed typo knownHosts -> entry.knownHosts
This commit is contained in:
Sarah Brofeldt 2018-01-21 12:11:29 +01:00 committed by GitHub
commit ed792d3a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ let
search_lan = entry.searchLAN;
use_sync_trash = entry.useSyncTrash;
known_hosts = knownHosts;
known_hosts = entry.knownHosts;
}) cfg.sharedFolders;
configFile = pkgs.writeText "config.json" (builtins.toJSON ({