VEGAS/monitoring: revert semantically wrong statix fix

This commit is contained in:
Max Headroom 2022-10-17 15:03:08 +02:00
parent 142a640154
commit b7cf168ada

View file

@ -9,8 +9,8 @@ let
cfg = { inherit (config.services) loki; }; cfg = { inherit (config.services) loki; };
toString' = v: toString' = v:
if v then "true" else if v == true then "true" else
if !v then "false" else if v == false then "false" else
toString v; toString v;
mapPaths = lib.mapAttrsRecursive ( mapPaths = lib.mapAttrsRecursive (