resilio-sync: fixed typo knownHosts -> entry.knownHosts
This commit is contained in:
parent
1a54596d50
commit
22341c42e7
1 changed files with 1 additions and 1 deletions
|
@ -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 ({
|
||||
|
|
Loading…
Reference in a new issue