tinc: remove parentheses of fear
This commit is contained in:
parent
be9e03264d
commit
cb796ce05b
@ -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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user