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 = default =
pkgs.write "${tinc.config.netname}-tinc-hosts" pkgs.write "${tinc.config.netname}-tinc-hosts"
(mapAttrs' (mapAttrs'
(_: host: (nameValuePair "/${host.name}" { (_: host: nameValuePair "/${host.name}" {
text = host.nets.${tinc.config.netname}.tinc.config; text = host.nets.${tinc.config.netname}.tinc.config;
})) })
tinc.config.hosts); tinc.config.hosts);
defaultText = "netname-tinc-hosts"; defaultText = "netname-tinc-hosts";
description = '' description = ''