tinc: remove parentheses of fear

This commit is contained in:
tv 2023-01-19 15:38:56 +01:00
parent be9e03264d
commit cb796ce05b

View File

@ -128,9 +128,9 @@ with import <stockholm/lib>;
default =
pkgs.write "${tinc.config.netname}-tinc-hosts"
(mapAttrs'
(_: host: (nameValuePair "/${host.name}" {
(_: host: nameValuePair "/${host.name}" {
text = host.nets.${tinc.config.netname}.tinc.config;
}))
})
tinc.config.hosts);
defaultText = "netname-tinc-hosts";
description = ''