diff --git a/modules/misc/mozilla-messaging-hosts.nix b/modules/misc/mozilla-messaging-hosts.nix index ec5d05ff..1692054a 100644 --- a/modules/misc/mozilla-messaging-hosts.nix +++ b/modules/misc/mozilla-messaging-hosts.nix @@ -70,11 +70,13 @@ in "${thunderbirdNativeMessagingHostsPath}" = lib.mkIf (cfg.thunderbirdNativeMessagingHosts != [ ]) { source = "${thunderbirdNativeMessagingHostsJoined}/lib/mozilla/native-messaging-hosts"; recursive = true; + ignorelinks = true; }; "${firefoxNativeMessagingHostsPath}" = lib.mkIf (cfg.firefoxNativeMessagingHosts != [ ]) { source = "${firefoxNativeMessagingHostsJoined}/lib/mozilla/native-messaging-hosts"; recursive = true; + ignorelinks = true; }; } else @@ -89,6 +91,7 @@ in "${firefoxNativeMessagingHostsPath}" = { source = "${nativeMessagingHostsJoined}/lib/mozilla/native-messaging-hosts"; recursive = true; + ignorelinks = true; }; }; };