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

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

authored by Sarah Brofeldt and committed by GitHub ed792d3a c7367048

+1 -1
+1 -1
nixos/modules/services/networking/resilio.nix
··· 17 18 search_lan = entry.searchLAN; 19 use_sync_trash = entry.useSyncTrash; 20 - known_hosts = knownHosts; 21 }) cfg.sharedFolders; 22 23 configFile = pkgs.writeText "config.json" (builtins.toJSON ({
··· 17 18 search_lan = entry.searchLAN; 19 use_sync_trash = entry.useSyncTrash; 20 + known_hosts = entry.knownHosts; 21 }) cfg.sharedFolders; 22 23 configFile = pkgs.writeText "config.json" (builtins.toJSON ({