---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "netdata",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "wrappedPlugins",
        position: (8, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (8, 20),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "runCommand",
          position: (8, 25),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "wrapped-plugins",
          position: (8, 37),
         },
        ],
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "preferLocalBuild",
             position: (8, 56),
            },
           ],
          },
          Variable {
           identifier: "true",
           position: (8, 75),
          },
         ),
        ],
        recursive: false,
        position: (8, 54),
       },
       String {
        parts: [
         Raw {
          content: "mkdir -p $out/libexec/netdata/plugins.d\nln -s /run/wrappers/bin/apps.plugin $out/libexec/netdata/plugins.d/apps.plugin\nln -s /run/wrappers/bin/cgroup-network $out/libexec/netdata/plugins.d/cgroup-network\nln -s /run/wrappers/bin/perf.plugin $out/libexec/netdata/plugins.d/perf.plugin\nln -s /run/wrappers/bin/slabinfo.plugin $out/libexec/netdata/plugins.d/slabinfo.plugin\nln -s /run/wrappers/bin/freeipmi.plugin $out/libexec/netdata/plugins.d/freeipmi.plugin\n",
          position: (9, 1),
         },
        ],
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "plugins",
        position: (17, 3),
       },
      ],
     },
     BinaryOperation {
      operator: Concatenation,
      operands: [
       List {
        elements: [
         String {
          parts: [
           Expression {
            expression: PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (18, 8),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "package",
                position: (18, 12),
               },
              ],
             },
             default: None,
            },
           },
           Raw {
            content: "/libexec/netdata/plugins.d",
            position: (18, 20),
           },
          ],
         },
         String {
          parts: [
           Expression {
            expression: Variable {
             identifier: "wrappedPlugins",
             position: (19, 8),
            },
           },
           Raw {
            content: "/libexec/netdata/plugins.d",
            position: (19, 23),
           },
          ],
         },
        ],
        position: (17, 13),
       },
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (20, 8),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "extraPluginPaths",
           position: (20, 12),
          },
         ],
        },
        default: None,
       },
      ],
      position: (20, 5),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "configDirectory",
        position: (22, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (22, 21),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "runCommand",
          position: (22, 26),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "netdata-config-d",
          position: (22, 38),
         },
        ],
       },
       Map {
        bindings: [],
        recursive: false,
        position: (22, 56),
       },
       String {
        parts: [
         Raw {
          content: "mkdir $out\n",
          position: (23, 1),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "concatStringsSep",
            position: (24, 7),
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
               position: (24, 25),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mapAttrsToList",
              position: (24, 30),
             },
             arguments: [
              Function {
               argument: Some(
                "path",
               ),
               arguments: FunctionArguments {
                arguments: [],
                ellipsis: false,
               },
               definition: Function {
                argument: Some(
                 "file",
                ),
                arguments: FunctionArguments {
                 arguments: [],
                 ellipsis: false,
                },
                definition: String {
                 parts: [
                  Raw {
                   content: "mkdir -p \"$out/$(dirname ",
                   position: (25, 1),
                  },
                  Expression {
                   expression: Variable {
                    identifier: "path",
                    position: (25, 36),
                   },
                  },
                  Raw {
                   content: ")\"\nln -s \"",
                   position: (25, 41),
                  },
                  Expression {
                   expression: Variable {
                    identifier: "file",
                    position: (26, 18),
                   },
                  },
                  Raw {
                   content: "\" \"$out/",
                   position: (26, 23),
                  },
                  Expression {
                   expression: Variable {
                    identifier: "path",
                    position: (26, 33),
                   },
                  },
                  Raw {
                   content: "\"\n",
                   position: (26, 38),
                  },
                 ],
                },
                position: (24, 52),
               },
               position: (24, 46),
              },
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (27, 11),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "configDir",
                  position: (27, 15),
                 },
                ],
               },
               default: None,
              },
             ],
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (27, 26),
         },
        ],
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "localConfig",
        position: (30, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "global",
           position: (31, 5),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "config directory",
                 position: (32, 8),
                },
               ],
              },
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "/etc/netdata/conf.d",
              position: (32, 29),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "plugins directory",
                 position: (33, 8),
                },
               ],
              },
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "concatStringsSep",
             position: (33, 29),
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: " ",
                position: (33, 47),
               },
              ],
             },
             Variable {
              identifier: "plugins",
              position: (33, 50),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (31, 14),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "web",
           position: (35, 5),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "web files owner",
                 position: (36, 8),
                },
               ],
              },
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "root",
              position: (36, 28),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "web files group",
                 position: (37, 8),
                },
               ],
              },
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "root",
              position: (37, 28),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (35, 11),
        },
       ),
       KeyValue(
        AttributePath {
         attributes: [
          Expression {
           expression: String {
            parts: [
             Raw {
              content: "plugin:cgroups",
              position: (39, 6),
             },
            ],
           },
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "script to get cgroup network interfaces",
                 position: (40, 8),
                },
               ],
              },
             },
            ],
           },
           String {
            parts: [
             Expression {
              expression: Variable {
               identifier: "wrappedPlugins",
               position: (40, 54),
              },
             },
             Raw {
              content: "/libexec/netdata/plugins.d/cgroup-network",
              position: (40, 69),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "use unified cgroups",
                 position: (41, 8),
                },
               ],
              },
             },
            ],
           },
           String {
            parts: [
             Raw {
              content: "yes",
              position: (41, 32),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (39, 24),
        },
       ),
      ],
      recursive: false,
      position: (30, 17),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "mkConfig",
        position: (44, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "generators",
        position: (44, 14),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "toINI",
          position: (44, 25),
         },
        ],
       },
       default: None,
      },
      arguments: [
       Map {
        bindings: [],
        recursive: false,
        position: (44, 31),
       },
       FunctionApplication {
        function: Variable {
         identifier: "recursiveUpdate",
         position: (44, 35),
        },
        arguments: [
         Variable {
          identifier: "localConfig",
          position: (44, 51),
         },
         PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (44, 63),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "config",
             position: (44, 67),
            },
           ],
          },
          default: None,
         },
        ],
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "configFile",
        position: (45, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (45, 16),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "writeText",
          position: (45, 21),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "netdata.conf",
          position: (45, 32),
         },
        ],
       },
       IfThenElse {
        predicate: BinaryOperation {
         operator: NotEqualTo,
         operands: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (45, 50),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "configText",
              position: (45, 54),
             },
            ],
           },
           default: None,
          },
          Variable {
           identifier: "null",
           position: (45, 68),
          },
         ],
         position: (45, 65),
        },
        then: PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (45, 78),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "configText",
            position: (45, 82),
           },
          ],
         },
         default: None,
        },
        else_: Variable {
         identifier: "mkConfig",
         position: (45, 98),
        },
        position: (45, 47),
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "defaultUser",
        position: (47, 3),
       },
      ],
     },
     String {
      parts: [
       Raw {
        content: "netdata",
        position: (47, 18),
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (50, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "services",
            position: (51, 5),
           },
           Raw {
            content: "netdata",
            position: (51, 14),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "enable",
               position: (52, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (52, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "netdata",
                 position: (52, 32),
                },
               ],
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "package",
               position: (54, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (54, 17),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (55, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (55, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "package",
                     position: (55, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (56, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (56, 19),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "netdata",
                     position: (56, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "defaultText",
                    position: (57, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (57, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.netdata",
                      position: (57, 42),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (58, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Netdata package to use.",
                    position: (58, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (54, 26),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "user",
               position: (61, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (61, 14),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (62, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (62, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (62, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (63, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "netdata",
                    position: (63, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (64, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "User account under which netdata runs.",
                    position: (64, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (61, 23),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "group",
               position: (67, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (67, 15),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (68, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (68, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (68, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (69, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "netdata",
                    position: (69, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (70, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Group under which netdata runs.",
                    position: (70, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (67, 24),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "configText",
               position: (73, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (73, 20),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (74, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (74, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "nullOr",
                      position: (74, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (74, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "lines",
                       position: (74, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (75, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Verbatim netdata.conf, cannot be combined with config.",
                    position: (75, 24),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (76, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "null",
                  position: (76, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (77, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "[global]\ndebug log = syslog\naccess log = syslog\nerror log = syslog\n",
                    position: (78, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (73, 29),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "python",
               position: (85, 7),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "enable",
                  position: (86, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (86, 18),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (87, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (87, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "bool",
                        position: (87, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (88, 11),
                      },
                     ],
                    },
                    Variable {
                     identifier: "true",
                     position: (88, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (89, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Whether to enable python-based plugins\n",
                       position: (90, 1),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (86, 27),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "extraPackages",
                  position: (93, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (93, 25),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (94, 11),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (94, 18),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "functionTo",
                         position: (94, 24),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      FunctionApplication {
                       function: PropertyAccess {
                        expression: Variable {
                         identifier: "types",
                         position: (94, 36),
                        },
                        attribute_path: AttributePath {
                         attributes: [
                          Raw {
                           content: "listOf",
                           position: (94, 42),
                          },
                         ],
                        },
                        default: None,
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "types",
                          position: (94, 49),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "package",
                            position: (94, 55),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (95, 11),
                      },
                     ],
                    },
                    Function {
                     argument: Some(
                      "ps",
                     ),
                     arguments: FunctionArguments {
                      arguments: [],
                      ellipsis: false,
                     },
                     definition: List {
                      elements: [],
                      position: (95, 25),
                     },
                     position: (95, 21),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "defaultText",
                       position: (96, 11),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: Variable {
                      identifier: "literalExpression",
                      position: (96, 25),
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "ps: []",
                         position: (96, 44),
                        },
                       ],
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "example",
                       position: (97, 11),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: Variable {
                      identifier: "literalExpression",
                      position: (97, 21),
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "ps: [\n  ps.psycopg2\n  ps.docker\n  ps.dnspython\n]\n",
                         position: (98, 1),
                        },
                       ],
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (104, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Extra python packages available at runtime\nto enable additional python plugins.\n",
                       position: (105, 1),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (93, 34),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (85, 16),
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "extraPluginPaths",
               position: (111, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (111, 26),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (112, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (112, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "listOf",
                      position: (112, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (112, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "path",
                       position: (112, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (113, 9),
                   },
                  ],
                 },
                 List {
                  elements: [],
                  position: (113, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (114, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (114, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "[ \"/path/to/plugins.d\" ]\n",
                      position: (115, 1),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (117, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Extra paths to add to the netdata global \"plugins directory\"\noption.  Useful for when you want to include your own\ncollection scripts.\n</para><para>\nDetails about writing a custom netdata plugin are available at:\n<link xlink:href=\"https://docs.netdata.cloud/collectors/plugins.d/\"/>\n</para><para>\nCannot be combined with configText.\n",
                    position: (118, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (111, 35),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "config",
               position: (129, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (129, 16),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (130, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (130, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "attrsOf",
                      position: (130, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (130, 30),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "attrs",
                       position: (130, 36),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (131, 9),
                   },
                  ],
                 },
                 Map {
                  bindings: [],
                  recursive: false,
                  position: (131, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (132, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "netdata.conf configuration as nix attributes. cannot be combined with configText.",
                    position: (132, 24),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (133, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (133, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "global = {\n  \"debug log\" = \"syslog\";\n  \"access log\" = \"syslog\";\n  \"error log\" = \"syslog\";\n};\n",
                      position: (134, 1),
                     },
                    ],
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (129, 25),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "configDir",
               position: (142, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (142, 19),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (143, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (143, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "attrsOf",
                      position: (143, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (143, 30),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "path",
                       position: (143, 36),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (144, 9),
                   },
                  ],
                 },
                 Map {
                  bindings: [],
                  recursive: false,
                  position: (144, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (145, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Complete netdata config directory except netdata.conf.\nThe default configuration is merged with changes\ndefined in this option.\nEach top-level attribute denotes a path in the configuration\ndirectory as in environment.etc.\nIts value is the absolute path and must be readable by netdata.\nCannot be combined with configText.\n",
                    position: (146, 1),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (154, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (154, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "\"health_alarm_notify.conf\" = pkgs.writeText \"health_alarm_notify.conf\" ",
                      position: (155, 1),
                     },
                     Raw {
                      content: "''",
                      position: (155, 82),
                     },
                     Raw {
                      content: "\n  sendmail=\"/path/to/sendmail\"\n",
                      position: (155, 85),
                     },
                     Raw {
                      content: "''",
                      position: (157, 11),
                     },
                     Raw {
                      content: ";\n\"health.d\" = \"/run/secrets/netdata/health.d\";\n",
                      position: (157, 14),
                     },
                    ],
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (142, 28),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "enableAnalyticsReporting",
               position: (162, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (162, 34),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (163, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (163, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (163, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (164, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (164, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (165, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Enable reporting of anonymous usage statistics to Netdata Inc. via either\nGoogle Analytics (in versions prior to 1.29.4), or Netdata Inc.'s\nself-hosted PostHog (in versions 1.29.4 and later).\nSee: <link xlink:href=\"https://learn.netdata.cloud/docs/agent/anonymous-statistics\"/>\n",
                    position: (166, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (162, 43),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (51, 24),
         },
        ),
       ],
       recursive: false,
       position: (50, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (175, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (175, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (175, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (175, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "assertions",
              position: (176, 5),
             },
            ],
           },
           List {
            elements: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "assertion",
                   position: (177, 11),
                  },
                 ],
                },
                BinaryOperation {
                 operator: Implication,
                 operands: [
                  BinaryOperation {
                   operator: NotEqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (177, 23),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "config",
                        position: (177, 27),
                       },
                      ],
                     },
                     default: None,
                    },
                    Map {
                     bindings: [],
                     recursive: false,
                     position: (177, 37),
                    },
                   ],
                   position: (177, 34),
                  },
                  BinaryOperation {
                   operator: EqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (177, 43),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "configText",
                        position: (177, 47),
                       },
                      ],
                     },
                     default: None,
                    },
                    Variable {
                     identifier: "null",
                     position: (177, 61),
                    },
                   ],
                   position: (177, 58),
                  },
                 ],
                 position: (177, 40),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "message",
                   position: (178, 11),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Cannot specify both config and configText",
                   position: (178, 22),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (177, 9),
             },
            ],
            position: (177, 7),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (182, 5),
             },
             Raw {
              content: "etc",
              position: (182, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "netdata/netdata.conf",
                 position: (182, 22),
                },
               ],
              },
             },
             Raw {
              content: "source",
              position: (182, 44),
             },
            ],
           },
           Variable {
            identifier: "configFile",
            position: (182, 53),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (183, 5),
             },
             Raw {
              content: "etc",
              position: (183, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "netdata/conf.d",
                 position: (183, 22),
                },
               ],
              },
             },
             Raw {
              content: "source",
              position: (183, 38),
             },
            ],
           },
           Variable {
            identifier: "configDirectory",
            position: (183, 47),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (185, 5),
             },
             Raw {
              content: "services",
              position: (185, 13),
             },
             Raw {
              content: "netdata",
              position: (185, 22),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (186, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Real time performance monitoring",
                 position: (186, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "after",
                 position: (187, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "network.target",
                   position: (187, 18),
                  },
                 ],
                },
               ],
               position: (187, 15),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "wantedBy",
                 position: (188, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "multi-user.target",
                   position: (188, 21),
                  },
                 ],
                },
               ],
               position: (188, 18),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "path",
                 position: (189, 7),
                },
               ],
              },
              BinaryOperation {
               operator: Concatenation,
               operands: [
                With {
                 expression: Variable {
                  identifier: "pkgs",
                  position: (189, 20),
                 },
                 target: List {
                  elements: [
                   Variable {
                    identifier: "curl",
                    position: (189, 28),
                   },
                   Variable {
                    identifier: "gawk",
                    position: (189, 33),
                   },
                   Variable {
                    identifier: "iproute2",
                    position: (189, 38),
                   },
                   Variable {
                    identifier: "which",
                    position: (189, 47),
                   },
                   Variable {
                    identifier: "procps",
                    position: (189, 53),
                   },
                  ],
                  position: (189, 26),
                 },
                 position: (189, 15),
                },
                BinaryOperation {
                 operator: Concatenation,
                 operands: [
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "lib",
                     position: (190, 12),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "optional",
                       position: (190, 16),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (190, 25),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "python",
                        position: (190, 29),
                       },
                       Raw {
                        content: "enable",
                        position: (190, 36),
                       },
                      ],
                     },
                     default: None,
                    },
                    FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "pkgs",
                       position: (190, 44),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "python3",
                         position: (190, 49),
                        },
                        Raw {
                         content: "withPackages",
                         position: (190, 57),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (190, 70),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "python",
                          position: (190, 74),
                         },
                         Raw {
                          content: "extraPackages",
                          position: (190, 81),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "lib",
                     position: (191, 12),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "optional",
                       position: (191, 16),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "config",
                      position: (191, 25),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "virtualisation",
                        position: (191, 32),
                       },
                       Raw {
                        content: "libvirtd",
                        position: (191, 47),
                       },
                       Raw {
                        content: "enable",
                        position: (191, 56),
                       },
                      ],
                     },
                     default: None,
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "config",
                      position: (191, 64),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "virtualisation",
                        position: (191, 71),
                       },
                       Raw {
                        content: "libvirtd",
                        position: (191, 86),
                       },
                       Raw {
                        content: "package",
                        position: (191, 95),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                  },
                 ],
                 position: (191, 9),
                },
               ],
               position: (190, 9),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "environment",
                 position: (192, 7),
                },
               ],
              },
              BinaryOperation {
               operator: Update,
               operands: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "PYTHONPATH",
                      position: (193, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (193, 25),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (193, 29),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/libexec/netdata/python.d/python_modules",
                      position: (193, 37),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (192, 21),
                },
                FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (194, 12),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "optionalAttrs",
                     position: (194, 16),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  UnaryOperation {
                   operator: Not,
                   operand: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (194, 32),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "enableAnalyticsReporting",
                       position: (194, 36),
                      },
                     ],
                    },
                    default: None,
                   },
                   position: (194, 31),
                  },
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "DO_NOT_TRACK",
                        position: (195, 9),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "1",
                        position: (195, 25),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (194, 62),
                  },
                 ],
                },
               ],
               position: (194, 9),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "restartTriggers",
                 position: (197, 7),
                },
               ],
              },
              List {
               elements: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "config",
                  position: (198, 9),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "environment",
                    position: (198, 16),
                   },
                   Raw {
                    content: "etc",
                    position: (198, 28),
                   },
                   Expression {
                    expression: String {
                     parts: [
                      Raw {
                       content: "netdata/netdata.conf",
                       position: (198, 33),
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "source",
                    position: (198, 55),
                   },
                  ],
                 },
                 default: None,
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "config",
                  position: (199, 9),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "environment",
                    position: (199, 16),
                   },
                   Raw {
                    content: "etc",
                    position: (199, 28),
                   },
                   Expression {
                    expression: String {
                     parts: [
                      Raw {
                       content: "netdata/conf.d",
                       position: (199, 33),
                      },
                     ],
                    },
                   },
                   Raw {
                    content: "source",
                    position: (199, 49),
                   },
                  ],
                 },
                 default: None,
                },
               ],
               position: (197, 25),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (201, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecStart",
                    position: (202, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (202, 24),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "package",
                        position: (202, 28),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/netdata -P /run/netdata/netdata.pid -D -c /etc/netdata/netdata.conf",
                    position: (202, 36),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecReload",
                    position: (203, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (203, 25),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "util-linux",
                        position: (203, 30),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/kill -s HUP -s USR1 -s USR2 $MAINPID",
                    position: (203, 41),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "TimeoutStopSec",
                    position: (204, 9),
                   },
                  ],
                 },
                 Int {
                  value: 60,
                  position: (204, 26),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "Restart",
                    position: (205, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "on-failure",
                    position: (205, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "User",
                    position: (207, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (207, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "user",
                     position: (207, 20),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "Group",
                    position: (208, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (208, 17),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "group",
                     position: (208, 21),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "LimitNOFILE",
                    position: (210, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "30000",
                    position: (210, 24),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "RuntimeDirectory",
                    position: (212, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "netdata",
                    position: (212, 29),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "RuntimeDirectoryMode",
                    position: (213, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "0750",
                    position: (213, 33),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "StateDirectory",
                    position: (215, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "netdata",
                    position: (215, 27),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "StateDirectoryMode",
                    position: (216, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "0750",
                    position: (216, 31),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "CacheDirectory",
                    position: (218, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "netdata",
                    position: (218, 27),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "CacheDirectoryMode",
                    position: (219, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "0750",
                    position: (219, 31),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "LogsDirectory",
                    position: (221, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "netdata",
                    position: (221, 26),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "LogsDirectoryMode",
                    position: (222, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "0750",
                    position: (222, 30),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ConfigurationDirectory",
                    position: (224, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "netdata",
                    position: (224, 35),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ConfigurationDirectoryMode",
                    position: (225, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "0755",
                    position: (225, 39),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "CapabilityBoundingSet",
                    position: (227, 9),
                   },
                  ],
                 },
                 List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "CAP_DAC_OVERRIDE",
                      position: (228, 12),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "CAP_DAC_READ_SEARCH",
                      position: (229, 12),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "CAP_FOWNER",
                      position: (230, 12),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "CAP_SETPCAP",
                      position: (231, 12),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "CAP_SYS_ADMIN",
                      position: (232, 12),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "CAP_SYS_PTRACE",
                      position: (233, 12),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "CAP_SYS_RESOURCE",
                      position: (234, 12),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "CAP_NET_RAW",
                      position: (235, 12),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "CAP_SYS_CHROOT",
                      position: (236, 12),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "CAP_SETUID",
                      position: (237, 12),
                     },
                    ],
                   },
                  ],
                  position: (227, 33),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ProtectSystem",
                    position: (240, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "full",
                    position: (240, 26),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ProtectHome",
                    position: (241, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "read-only",
                    position: (241, 24),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "PrivateTmp",
                    position: (242, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (242, 22),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ProtectControlGroups",
                    position: (243, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (243, 32),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "PrivateMounts",
                    position: (244, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (244, 25),
                 },
                ),
               ],
               recursive: false,
               position: (201, 23),
              },
             ),
            ],
            recursive: false,
            position: (185, 32),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (248, 5),
             },
             Raw {
              content: "enableCgroupAccounting",
              position: (248, 13),
             },
            ],
           },
           Variable {
            identifier: "true",
            position: (248, 38),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "security",
              position: (250, 5),
             },
             Raw {
              content: "wrappers",
              position: (250, 14),
             },
            ],
           },
           BinaryOperation {
            operator: Update,
            operands: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Expression {
                   expression: String {
                    parts: [
                     Raw {
                      content: "apps.plugin",
                      position: (251, 8),
                     },
                    ],
                   },
                  },
                 ],
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "source",
                      position: (252, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (252, 21),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (252, 25),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/libexec/netdata/plugins.d/apps.plugin.org",
                      position: (252, 33),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "capabilities",
                      position: (253, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "cap_dac_read_search,cap_sys_ptrace+ep",
                      position: (253, 25),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "owner",
                      position: (254, 9),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (254, 17),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "user",
                       position: (254, 21),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "group",
                      position: (255, 9),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (255, 17),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "group",
                       position: (255, 21),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "permissions",
                      position: (256, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "u+rx,g+x,o-rwx",
                      position: (256, 24),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (251, 23),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Expression {
                   expression: String {
                    parts: [
                     Raw {
                      content: "cgroup-network",
                      position: (259, 8),
                     },
                    ],
                   },
                  },
                 ],
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "source",
                      position: (260, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (260, 21),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (260, 25),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/libexec/netdata/plugins.d/cgroup-network.org",
                      position: (260, 33),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "capabilities",
                      position: (261, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "cap_setuid+ep",
                      position: (261, 25),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "owner",
                      position: (262, 9),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (262, 17),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "user",
                       position: (262, 21),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "group",
                      position: (263, 9),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (263, 17),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "group",
                       position: (263, 21),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "permissions",
                      position: (264, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "u+rx,g+x,o-rwx",
                      position: (264, 24),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (259, 26),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Expression {
                   expression: String {
                    parts: [
                     Raw {
                      content: "perf.plugin",
                      position: (267, 8),
                     },
                    ],
                   },
                  },
                 ],
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "source",
                      position: (268, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (268, 21),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (268, 25),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/libexec/netdata/plugins.d/perf.plugin.org",
                      position: (268, 33),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "capabilities",
                      position: (269, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "cap_sys_admin+ep",
                      position: (269, 25),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "owner",
                      position: (270, 9),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (270, 17),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "user",
                       position: (270, 21),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "group",
                      position: (271, 9),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (271, 17),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "group",
                       position: (271, 21),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "permissions",
                      position: (272, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "u+rx,g+x,o-rwx",
                      position: (272, 24),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (267, 23),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Expression {
                   expression: String {
                    parts: [
                     Raw {
                      content: "slabinfo.plugin",
                      position: (275, 8),
                     },
                    ],
                   },
                  },
                 ],
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "source",
                      position: (276, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (276, 21),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "package",
                          position: (276, 25),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/libexec/netdata/plugins.d/slabinfo.plugin.org",
                      position: (276, 33),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "capabilities",
                      position: (277, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "cap_dac_override+ep",
                      position: (277, 25),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "owner",
                      position: (278, 9),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (278, 17),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "user",
                       position: (278, 21),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "group",
                      position: (279, 9),
                     },
                    ],
                   },
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (279, 17),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "group",
                       position: (279, 21),
                      },
                     ],
                    },
                    default: None,
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "permissions",
                      position: (280, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "u+rx,g+x,o-rwx",
                      position: (280, 24),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (275, 27),
                },
               ),
              ],
              recursive: false,
              position: (250, 25),
             },
             FunctionApplication {
              function: Variable {
               identifier: "optionalAttrs",
               position: (283, 10),
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (283, 25),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "package",
                   position: (283, 29),
                  },
                  Raw {
                   content: "withIpmi",
                   position: (283, 37),
                  },
                 ],
                },
                default: None,
               },
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Expression {
                     expression: String {
                      parts: [
                       Raw {
                        content: "freeipmi.plugin",
                        position: (284, 8),
                       },
                      ],
                     },
                    },
                   ],
                  },
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "source",
                        position: (285, 9),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (285, 21),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "package",
                            position: (285, 25),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "/libexec/netdata/plugins.d/freeipmi.plugin.org",
                        position: (285, 33),
                       },
                      ],
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "capabilities",
                        position: (286, 9),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "cap_dac_override,cap_fowner+ep",
                        position: (286, 25),
                       },
                      ],
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "owner",
                        position: (287, 9),
                       },
                      ],
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (287, 17),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "user",
                         position: (287, 21),
                        },
                       ],
                      },
                      default: None,
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "group",
                        position: (288, 9),
                       },
                      ],
                     },
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (288, 17),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "group",
                         position: (288, 21),
                        },
                       ],
                      },
                      default: None,
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "permissions",
                        position: (289, 9),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "u+rx,g+x,o-rwx",
                        position: (289, 24),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (284, 27),
                  },
                 ),
                ],
                recursive: false,
                position: (283, 47),
               },
              ],
             },
            ],
            position: (283, 7),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "security",
              position: (293, 5),
             },
             Raw {
              content: "pam",
              position: (293, 14),
             },
             Raw {
              content: "loginLimits",
              position: (293, 18),
             },
            ],
           },
           List {
            elements: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "domain",
                   position: (294, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "netdata",
                   position: (294, 19),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (294, 29),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "soft",
                   position: (294, 37),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "item",
                   position: (294, 44),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "nofile",
                   position: (294, 52),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "value",
                   position: (294, 61),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "10000",
                   position: (294, 70),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (294, 7),
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "domain",
                   position: (295, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "netdata",
                   position: (295, 19),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (295, 29),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "hard",
                   position: (295, 37),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "item",
                   position: (295, 44),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "nofile",
                   position: (295, 52),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "value",
                   position: (295, 61),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "30000",
                   position: (295, 70),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (295, 7),
             },
            ],
            position: (293, 32),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (298, 5),
             },
             Raw {
              content: "users",
              position: (298, 11),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "optionalAttrs",
             position: (298, 19),
            },
            arguments: [
             BinaryOperation {
              operator: EqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (298, 34),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "user",
                   position: (298, 38),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "defaultUser",
                position: (298, 46),
               },
              ],
              position: (298, 43),
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Expression {
                   expression: Variable {
                    identifier: "defaultUser",
                    position: (299, 9),
                   },
                  },
                 ],
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "group",
                      position: (300, 9),
                     },
                    ],
                   },
                   Variable {
                    identifier: "defaultUser",
                    position: (300, 17),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "isSystemUser",
                      position: (301, 9),
                     },
                    ],
                   },
                   Variable {
                    identifier: "true",
                    position: (301, 24),
                   },
                  ),
                 ],
                 recursive: false,
                 position: (299, 24),
                },
               ),
              ],
              recursive: false,
              position: (298, 59),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "users",
              position: (305, 5),
             },
             Raw {
              content: "groups",
              position: (305, 11),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "optionalAttrs",
             position: (305, 20),
            },
            arguments: [
             BinaryOperation {
              operator: EqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (305, 35),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "group",
                   position: (305, 39),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "defaultUser",
                position: (305, 48),
               },
              ],
              position: (305, 45),
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Expression {
                   expression: Variable {
                    identifier: "defaultUser",
                    position: (306, 9),
                   },
                  },
                 ],
                },
                Map {
                 bindings: [],
                 recursive: false,
                 position: (306, 24),
                },
               ),
              ],
              recursive: false,
              position: (305, 61),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (175, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (49, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}