pkgs/switches/junos: remove useless toString

This commit is contained in:
Astro 2022-06-27 03:04:54 +02:00
parent d7381816f7
commit 6e2d4c9d0c
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ let
${concatMapStrings (name:
let
linkConfig = hostConfig.links.${name};
group = toString linkConfig.group;
group = linkConfig.group;
isBond = linkConfig.group != null &&
builtins.length linkConfig.ports > 1;
nets = map (net: