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