From 22341c42e7c1c5ee94b600767a01015703d049ba Mon Sep 17 00:00:00 2001 From: Miguel Madrid MencĂ­a Date: Sat, 13 Jan 2018 23:44:39 +0100 Subject: resilio-sync: fixed typo knownHosts -> entry.knownHosts --- nixos/modules/services/networking/resilio.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos') diff --git a/nixos/modules/services/networking/resilio.nix b/nixos/modules/services/networking/resilio.nix index 6d2b7bdbca1b..d1c4101f80bd 100644 --- a/nixos/modules/services/networking/resilio.nix +++ b/nixos/modules/services/networking/resilio.nix @@ -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 ({ -- cgit 1.4.1