resilio-sync: fixed typo knownHosts -> entry.knownHosts

This commit is contained in:
Miguel Madrid Mencía 2018-01-13 23:44:39 +01:00
parent 1a54596d50
commit 22341c42e7
No known key found for this signature in database
GPG key ID: 4D0F6894D41C6957

View file

@ -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 ({