---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    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: "awstats",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "package",
        position: (7, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "pkgs",
       position: (7, 13),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "awstats",
         position: (7, 18),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "configOpts",
        position: (8, 3),
       },
      ],
     },
     Function {
      argument: None,
      arguments: FunctionArguments {
       arguments: [
        FunctionArgument {
         identifier: "config",
         default: None,
        },
        FunctionArgument {
         identifier: "name",
         default: None,
        },
       ],
       ellipsis: true,
      },
      definition: Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "options",
            position: (9, 5),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "type",
               position: (10, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (10, 14),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (11, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (11, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "enum",
                      position: (11, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "mail",
                        position: (11, 30),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "web",
                        position: (11, 37),
                       },
                      ],
                     },
                    ],
                    position: (11, 27),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (12, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "web",
                    position: (12, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (13, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "mail",
                    position: (13, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (14, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The type of log being collected.\n",
                    position: (15, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (10, 22),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "domain",
               position: (18, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (18, 16),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (19, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (19, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (19, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (20, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "name",
                  position: (20, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (21, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The domain name to collect stats for.",
                    position: (21, 24),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (22, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "example.com",
                    position: (22, 20),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (18, 25),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "logFile",
               position: (25, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (25, 17),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (26, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (26, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (26, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (27, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "/var/log/nginx/access.log",
                    position: (27, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (28, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The log file to be scanned.\n\nFor mail, set this to\n<literal>\njournalctl $OLD_CURSOR -u postfix.service | ",
                    position: (29, 1),
                   },
                   Raw {
                    content: "$",
                    position: (33, 55),
                   },
                   Raw {
                    content: "{pkgs.perl}/bin/perl ",
                    position: (33, 58),
                   },
                   Raw {
                    content: "$",
                    position: (33, 79),
                   },
                   Raw {
                    content: "{pkgs.awstats.out}/share/awstats/tools/maillogconvert.pl standard |\n</literal>\n",
                    position: (33, 82),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (25, 26),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "logFormat",
               position: (38, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (38, 19),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (39, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (39, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "str",
                     position: (39, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (40, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "1",
                    position: (40, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (41, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "The log format being used.\n\nFor mail, set this to\n<literal>\n%time2 %email %email_r %host %host_r %method %url %code %bytesd\n</literal>\n",
                    position: (42, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (38, 28),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "hostAliases",
               position: (51, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (51, 21),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (52, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (52, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "listOf",
                      position: (52, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (52, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (52, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (53, 9),
                   },
                  ],
                 },
                 List {
                  elements: [],
                  position: (53, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (54, 9),
                   },
                  ],
                 },
                 List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "www.example.org",
                      position: (54, 22),
                     },
                    ],
                   },
                  ],
                  position: (54, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (55, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "List of aliases the site has.\n",
                    position: (56, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (51, 30),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "extraConfig",
               position: (60, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (60, 21),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (61, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (61, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "attrsOf",
                      position: (61, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (61, 30),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (61, 36),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (62, 9),
                   },
                  ],
                 },
                 Map {
                  bindings: [],
                  recursive: false,
                  position: (62, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (63, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (63, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "{\n  \"ValidHTTPCodes\" = \"404\";\n}\n",
                      position: (64, 1),
                     },
                    ],
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (68, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Extra configuration to be appended to awstats.${name}.conf.",
                    position: (68, 24),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (60, 30),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "webService",
               position: (71, 7),
              },
             ],
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "enable",
                  position: (72, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (72, 18),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "awstats web service",
                    position: (72, 34),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "hostname",
                  position: (74, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (74, 20),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (75, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (75, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (75, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (76, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "config",
                      position: (76, 21),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "domain",
                        position: (76, 28),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (77, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "The hostname the web service appears under.",
                       position: (77, 26),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (74, 29),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "urlPrefix",
                  position: (80, 9),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (80, 21),
                },
                arguments: [
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "type",
                       position: (81, 11),
                      },
                     ],
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (81, 18),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "str",
                        position: (81, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "default",
                       position: (82, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "/awstats",
                       position: (82, 22),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "description",
                       position: (83, 11),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "The URL prefix under which the awstats pages appear.",
                       position: (83, 26),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (80, 30),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (71, 20),
            },
           ),
          ],
          recursive: false,
          position: (9, 15),
         },
        ),
       ],
       recursive: false,
       position: (8, 37),
      },
      position: (8, 16),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "webServices",
        position: (88, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "filterAttrs",
       position: (88, 17),
      },
      arguments: [
       Function {
        argument: Some(
         "name",
        ),
        arguments: FunctionArguments {
         arguments: [],
         ellipsis: false,
        },
        definition: Function {
         argument: Some(
          "value",
         ),
         arguments: FunctionArguments {
          arguments: [],
          ellipsis: false,
         },
         definition: PropertyAccess {
          expression: Variable {
           identifier: "value",
           position: (88, 43),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "webService",
             position: (88, 49),
            },
            Raw {
             content: "enable",
             position: (88, 60),
            },
           ],
          },
          default: None,
         },
         position: (88, 36),
        },
        position: (88, 30),
       },
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (88, 68),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "configs",
           position: (88, 72),
          },
         ],
        },
        default: None,
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "imports",
         position: (91, 3),
        },
       ],
      },
      List {
       elements: [
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (92, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (92, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "awstats",
               position: (92, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "service",
               position: (92, 52),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "enable",
               position: (92, 62),
              },
             ],
            },
           ],
           position: (92, 28),
          },
          String {
           parts: [
            Raw {
             content: "Please enable per domain with `services.awstats.configs.<name>.webService.enable`",
             position: (92, 73),
            },
           ],
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (93, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (93, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "awstats",
               position: (93, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "service",
               position: (93, 52),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "urlPrefix",
               position: (93, 62),
              },
             ],
            },
           ],
           position: (93, 28),
          },
          String {
           parts: [
            Raw {
             content: "Please set per domain with `services.awstats.configs.<name>.webService.urlPrefix`",
             position: (93, 76),
            },
           ],
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (94, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (94, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "awstats",
               position: (94, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "vardir",
               position: (94, 52),
              },
             ],
            },
           ],
           position: (94, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (94, 65),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "awstats",
               position: (94, 76),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "dataDir",
               position: (94, 86),
              },
             ],
            },
           ],
           position: (94, 62),
          },
         ],
        },
       ],
       position: (91, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (97, 3),
        },
        Raw {
         content: "services",
         position: (97, 11),
        },
        Raw {
         content: "awstats",
         position: (97, 20),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (98, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (98, 14),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "awstats",
              position: (98, 30),
             },
            ],
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "dataDir",
            position: (100, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (100, 15),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (101, 7),
                },
               ],
              },
              PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (101, 14),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "path",
                  position: (101, 20),
                 },
                ],
               },
               default: None,
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (102, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "/var/lib/awstats",
                 position: (102, 18),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (103, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "The directory where awstats data will be stored.",
                 position: (103, 22),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (100, 24),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "configs",
            position: (106, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (106, 15),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (107, 7),
                },
               ],
              },
              FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (107, 14),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "attrsOf",
                   position: (107, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (107, 29),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "submodule",
                     position: (107, 35),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  Variable {
                   identifier: "configOpts",
                   position: (107, 45),
                  },
                 ],
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (108, 7),
                },
               ],
              },
              Map {
               bindings: [],
               recursive: false,
               position: (108, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "example",
                 position: (109, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (109, 17),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "{\n  \"mysite\" = {\n    domain = \"example.com\";\n    logFile = \"/var/log/nginx/access.log\";\n  };\n}\n",
                   position: (110, 1),
                  },
                 ],
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (117, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Attribute set of domains to collect stats for.",
                 position: (117, 22),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (106, 24),
           },
          ],
         },
        ),
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "updateAt",
            position: (120, 5),
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (120, 16),
          },
          arguments: [
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "type",
                 position: (121, 7),
                },
               ],
              },
              FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (121, 14),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "nullOr",
                   position: (121, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (121, 27),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "str",
                    position: (121, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "default",
                 position: (122, 7),
                },
               ],
              },
              Variable {
               identifier: "null",
               position: (122, 17),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "example",
                 position: (123, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "hourly",
                 position: (123, 18),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (124, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Specification of the time at which awstats will get updated.\n(in the format described by <citerefentry>\n  <refentrytitle>systemd.time</refentrytitle>\n  <manvolnum>7</manvolnum></citerefentry>)\n",
                 position: (125, 1),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (120, 25),
           },
          ],
         },
        ),
       ],
       recursive: false,
       position: (97, 30),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (134, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (134, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (134, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (134, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (135, 5),
             },
             Raw {
              content: "systemPackages",
              position: (135, 17),
             },
            ],
           },
           List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "package",
               position: (135, 36),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "bin",
                 position: (135, 44),
                },
               ],
              },
              default: None,
             },
            ],
            position: (135, 34),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (137, 5),
             },
             Raw {
              content: "etc",
              position: (137, 17),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (137, 23),
            },
            arguments: [
             Function {
              argument: Some(
               "name",
              ),
              arguments: FunctionArguments {
               arguments: [],
               ellipsis: false,
              },
              definition: Function {
               argument: Some(
                "opts",
               ),
               arguments: FunctionArguments {
                arguments: [],
                ellipsis: false,
               },
               definition: FunctionApplication {
                function: Variable {
                 identifier: "nameValuePair",
                 position: (138, 5),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "awstats/awstats.",
                    position: (138, 20),
                   },
                   Expression {
                    expression: Variable {
                     identifier: "name",
                     position: (138, 38),
                    },
                   },
                   Raw {
                    content: ".conf",
                    position: (138, 43),
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "source",
                       position: (139, 7),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "pkgs",
                       position: (139, 16),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "runCommand",
                         position: (139, 21),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "awstats.",
                         position: (139, 33),
                        },
                        Expression {
                         expression: Variable {
                          identifier: "name",
                          position: (139, 43),
                         },
                        },
                        Raw {
                         content: ".conf",
                         position: (139, 48),
                        },
                       ],
                      },
                      Map {
                       bindings: [
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "preferLocalBuild",
                            position: (140, 9),
                           },
                          ],
                         },
                         Variable {
                          identifier: "true",
                          position: (140, 28),
                         },
                        ),
                       ],
                       recursive: false,
                       position: (140, 7),
                      },
                      BinaryOperation {
                       operator: Addition,
                       operands: [
                        BinaryOperation {
                         operator: Addition,
                         operands: [
                          BinaryOperation {
                           operator: Addition,
                           operands: [
                            BinaryOperation {
                             operator: Addition,
                             operands: [
                              String {
                               parts: [
                                Raw {
                                 content: "sed \\\n",
                                 position: (142, 1),
                                },
                               ],
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "optionalString",
                                position: (145, 9),
                               },
                               arguments: [
                                BinaryOperation {
                                 operator: EqualTo,
                                 operands: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "opts",
                                    position: (145, 25),
                                   },
                                   attribute_path: AttributePath {
                                    attributes: [
                                     Raw {
                                      content: "type",
                                      position: (145, 30),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                  String {
                                   parts: [
                                    Raw {
                                     content: "mail",
                                     position: (145, 39),
                                    },
                                   ],
                                  },
                                 ],
                                 position: (145, 35),
                                },
                                String {
                                 parts: [
                                  Raw {
                                   content: "-e 's|^\\(LogType\\)=.*$|\\1=M|' \\\n-e 's|^\\(LevelForBrowsersDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForOSDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForRefererAnalyze\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForRobotsDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForSearchEnginesDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForFileTypesDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(LevelForWormsDetection\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowMenu\\)=.*$|\\1=1|' \\\n-e 's|^\\(ShowSummary\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowMonthStats\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowDaysOfMonthStats\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowDaysOfWeekStats\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowHoursStats\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowDomainsStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowHostsStats\\)=.*$|\\1=HB|' \\\n-e 's|^\\(ShowAuthenticatedUsers\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowRobotsStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowEMailSenders\\)=.*$|\\1=HBML|' \\\n-e 's|^\\(ShowEMailReceivers\\)=.*$|\\1=HBML|' \\\n-e 's|^\\(ShowSessionsStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowPagesStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowFileTypesStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowFileSizesStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowBrowsersStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowOSStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowOriginStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowKeyphrasesStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowKeywordsStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowMiscStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowHTTPErrorsStats\\)=.*$|\\1=0|' \\\n-e 's|^\\(ShowSMTPErrorsStats\\)=.*$|\\1=1|' \\\n",
                                   position: (147, 1),
                                  },
                                 ],
                                },
                               ],
                              },
                             ],
                             position: (145, 7),
                            },
                            String {
                             parts: [
                              Raw {
                               content: "-e 's|^\\(DirData\\)=.*$|\\1=\"",
                               position: (183, 1),
                              },
                              Expression {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "cfg",
                                 position: (183, 38),
                                },
                                attribute_path: AttributePath {
                                 attributes: [
                                  Raw {
                                   content: "dataDir",
                                   position: (183, 42),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/",
                               position: (183, 50),
                              },
                              Expression {
                               expression: Variable {
                                identifier: "name",
                                position: (183, 53),
                               },
                              },
                              Raw {
                               content: "\"|' \\\n-e 's|^\\(DirIcons\\)=.*$|\\1=\"icons\"|' \\\n-e 's|^\\(CreateDirDataIfNotExists\\)=.*$|\\1=1|' \\\n-e 's|^\\(SiteDomain\\)=.*$|\\1=\"",
                               position: (183, 58),
                              },
                              Expression {
                               expression: Variable {
                                identifier: "name",
                                position: (186, 41),
                               },
                              },
                              Raw {
                               content: "\"|' \\\n-e 's|^\\(LogFile\\)=.*$|\\1=\"",
                               position: (186, 46),
                              },
                              Expression {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "opts",
                                 position: (187, 38),
                                },
                                attribute_path: AttributePath {
                                 attributes: [
                                  Raw {
                                   content: "logFile",
                                   position: (187, 43),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "\"|' \\\n-e 's|^\\(LogFormat\\)=.*$|\\1=\"",
                               position: (187, 51),
                              },
                              Expression {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "opts",
                                 position: (188, 40),
                                },
                                attribute_path: AttributePath {
                                 attributes: [
                                  Raw {
                                   content: "logFormat",
                                   position: (188, 45),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "\"|' \\\n",
                               position: (188, 55),
                              },
                             ],
                            },
                           ],
                           position: (180, 7),
                          },
                          FunctionApplication {
                           function: Variable {
                            identifier: "concatStringsSep",
                            position: (192, 7),
                           },
                           arguments: [
                            String {
                             parts: [
                              Raw {
                               content: "\n",
                               position: (192, 25),
                              },
                             ],
                            },
                            FunctionApplication {
                             function: Variable {
                              identifier: "mapAttrsToList",
                              position: (192, 30),
                             },
                             arguments: [
                              Function {
                               argument: Some(
                                "n",
                               ),
                               arguments: FunctionArguments {
                                arguments: [],
                                ellipsis: false,
                               },
                               definition: Function {
                                argument: Some(
                                 "v",
                                ),
                                arguments: FunctionArguments {
                                 arguments: [],
                                 ellipsis: false,
                                },
                                definition: String {
                                 parts: [
                                  Raw {
                                   content: "-e 's|^\\(",
                                   position: (193, 1),
                                  },
                                  Expression {
                                   expression: Variable {
                                    identifier: "n",
                                    position: (193, 20),
                                   },
                                  },
                                  Raw {
                                   content: "\\)=.*$|\\1=\"",
                                   position: (193, 22),
                                  },
                                  Expression {
                                   expression: Variable {
                                    identifier: "v",
                                    position: (193, 35),
                                   },
                                  },
                                  Raw {
                                   content: "\"|' \\\n",
                                   position: (193, 37),
                                  },
                                 ],
                                },
                                position: (192, 49),
                               },
                               position: (192, 46),
                              },
                              PropertyAccess {
                               expression: Variable {
                                identifier: "opts",
                                position: (194, 11),
                               },
                               attribute_path: AttributePath {
                                attributes: [
                                 Raw {
                                  content: "extraConfig",
                                  position: (194, 16),
                                 },
                                ],
                               },
                               default: None,
                              },
                             ],
                            },
                           ],
                          },
                         ],
                         position: (190, 7),
                        },
                        String {
                         parts: [
                          Raw {
                           content: "< ",
                           position: (197, 1),
                          },
                          Raw {
                           content: "'",
                           position: (197, 11),
                          },
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "package",
                             position: (197, 14),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "out",
                               position: (197, 22),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: "/wwwroot/cgi-bin/awstats.model.conf' > \"$out\"\n",
                           position: (197, 26),
                          },
                         ],
                        },
                       ],
                       position: (195, 7),
                      },
                     ],
                    },
                   ),
                  ],
                  recursive: false,
                  position: (138, 50),
                 },
                ],
               },
               position: (137, 40),
              },
              position: (137, 34),
             },
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (199, 8),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "configs",
                 position: (199, 12),
                },
               ],
              },
              default: None,
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (202, 5),
             },
             Raw {
              content: "tmpfiles",
              position: (202, 13),
             },
             Raw {
              content: "rules",
              position: (202, 22),
             },
            ],
           },
           BinaryOperation {
            operator: Concatenation,
            operands: [
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "d '",
                  position: (203, 10),
                 },
                 Expression {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (203, 15),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "dataDir",
                      position: (203, 19),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "' 755 root root - -",
                  position: (203, 27),
                 },
                ],
               },
              ],
              position: (203, 7),
             },
             BinaryOperation {
              operator: Concatenation,
              operands: [
               FunctionApplication {
                function: Variable {
                 identifier: "mapAttrsToList",
                 position: (204, 7),
                },
                arguments: [
                 Function {
                  argument: Some(
                   "name",
                  ),
                  arguments: FunctionArguments {
                   arguments: [],
                   ellipsis: false,
                  },
                  definition: Function {
                   argument: Some(
                    "opts",
                   ),
                   arguments: FunctionArguments {
                    arguments: [],
                    ellipsis: false,
                   },
                   definition: String {
                    parts: [
                     Raw {
                      content: "d '",
                      position: (204, 36),
                     },
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (204, 41),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "dataDir",
                          position: (204, 45),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/",
                      position: (204, 53),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "name",
                       position: (204, 56),
                      },
                     },
                     Raw {
                      content: "' 755 root root - -",
                      position: (204, 61),
                     },
                    ],
                   },
                   position: (204, 29),
                  },
                  position: (204, 23),
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (204, 83),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "configs",
                     position: (204, 87),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
               List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "Z '",
                    position: (205, 10),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (205, 15),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "dataDir",
                        position: (205, 19),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "' 755 root root - -",
                    position: (205, 27),
                   },
                  ],
                 },
                ],
                position: (205, 7),
               },
              ],
              position: (204, 95),
             },
            ],
            position: (203, 50),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (208, 5),
             },
             Raw {
              content: "nginx",
              position: (208, 14),
             },
             Raw {
              content: "virtualHosts",
              position: (208, 20),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (208, 35),
            },
            arguments: [
             Function {
              argument: Some(
               "name",
              ),
              arguments: FunctionArguments {
               arguments: [],
               ellipsis: false,
              },
              definition: Function {
               argument: Some(
                "opts",
               ),
               arguments: FunctionArguments {
                arguments: [],
                ellipsis: false,
               },
               definition: Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "name",
                     position: (209, 7),
                    },
                   ],
                  },
                  PropertyAccess {
                   expression: Variable {
                    identifier: "opts",
                    position: (209, 14),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "webService",
                      position: (209, 19),
                     },
                     Raw {
                      content: "hostname",
                      position: (209, 30),
                     },
                    ],
                   },
                   default: None,
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "value",
                     position: (210, 7),
                    },
                   ],
                  },
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "locations",
                        position: (211, 9),
                       },
                      ],
                     },
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Expression {
                           expression: String {
                            parts: [
                             Expression {
                              expression: PropertyAccess {
                               expression: Variable {
                                identifier: "opts",
                                position: (212, 14),
                               },
                               attribute_path: AttributePath {
                                attributes: [
                                 Raw {
                                  content: "webService",
                                  position: (212, 19),
                                 },
                                 Raw {
                                  content: "urlPrefix",
                                  position: (212, 30),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                             Raw {
                              content: "/css/",
                              position: (212, 40),
                             },
                            ],
                           },
                          },
                         ],
                        },
                        Map {
                         bindings: [
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "alias",
                              position: (213, 13),
                             },
                            ],
                           },
                           String {
                            parts: [
                             Expression {
                              expression: PropertyAccess {
                               expression: Variable {
                                identifier: "package",
                                position: (213, 24),
                               },
                               attribute_path: AttributePath {
                                attributes: [
                                 Raw {
                                  content: "out",
                                  position: (213, 32),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                             Raw {
                              content: "/wwwroot/css/",
                              position: (213, 36),
                             },
                            ],
                           },
                          ),
                         ],
                         recursive: false,
                         position: (212, 49),
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Expression {
                           expression: String {
                            parts: [
                             Expression {
                              expression: PropertyAccess {
                               expression: Variable {
                                identifier: "opts",
                                position: (215, 14),
                               },
                               attribute_path: AttributePath {
                                attributes: [
                                 Raw {
                                  content: "webService",
                                  position: (215, 19),
                                 },
                                 Raw {
                                  content: "urlPrefix",
                                  position: (215, 30),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                             Raw {
                              content: "/icons/",
                              position: (215, 40),
                             },
                            ],
                           },
                          },
                         ],
                        },
                        Map {
                         bindings: [
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "alias",
                              position: (216, 13),
                             },
                            ],
                           },
                           String {
                            parts: [
                             Expression {
                              expression: PropertyAccess {
                               expression: Variable {
                                identifier: "package",
                                position: (216, 24),
                               },
                               attribute_path: AttributePath {
                                attributes: [
                                 Raw {
                                  content: "out",
                                  position: (216, 32),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                             Raw {
                              content: "/wwwroot/icon/",
                              position: (216, 36),
                             },
                            ],
                           },
                          ),
                         ],
                         recursive: false,
                         position: (215, 51),
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Expression {
                           expression: String {
                            parts: [
                             Expression {
                              expression: PropertyAccess {
                               expression: Variable {
                                identifier: "opts",
                                position: (218, 14),
                               },
                               attribute_path: AttributePath {
                                attributes: [
                                 Raw {
                                  content: "webService",
                                  position: (218, 19),
                                 },
                                 Raw {
                                  content: "urlPrefix",
                                  position: (218, 30),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                             Raw {
                              content: "/",
                              position: (218, 40),
                             },
                            ],
                           },
                          },
                         ],
                        },
                        Map {
                         bindings: [
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "alias",
                              position: (219, 13),
                             },
                            ],
                           },
                           String {
                            parts: [
                             Expression {
                              expression: PropertyAccess {
                               expression: Variable {
                                identifier: "cfg",
                                position: (219, 24),
                               },
                               attribute_path: AttributePath {
                                attributes: [
                                 Raw {
                                  content: "dataDir",
                                  position: (219, 28),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                             Raw {
                              content: "/",
                              position: (219, 36),
                             },
                             Expression {
                              expression: Variable {
                               identifier: "name",
                               position: (219, 39),
                              },
                             },
                             Raw {
                              content: "/",
                              position: (219, 44),
                             },
                            ],
                           },
                          ),
                          KeyValue(
                           AttributePath {
                            attributes: [
                             Raw {
                              content: "extraConfig",
                              position: (220, 13),
                             },
                            ],
                           },
                           String {
                            parts: [
                             Raw {
                              content: "autoindex on;\n",
                              position: (221, 1),
                             },
                            ],
                           },
                          ),
                         ],
                         recursive: false,
                         position: (218, 45),
                        },
                       ),
                      ],
                      recursive: false,
                      position: (211, 21),
                     },
                    ),
                   ],
                   recursive: false,
                   position: (210, 15),
                  },
                 ),
                ],
                recursive: false,
                position: (208, 57),
               },
               position: (208, 51),
              },
              position: (208, 45),
             },
             Variable {
              identifier: "webServices",
              position: (226, 8),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (229, 5),
             },
             Raw {
              content: "services",
              position: (229, 13),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (229, 24),
            },
            arguments: [
             BinaryOperation {
              operator: NotEqualTo,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (229, 30),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "updateAt",
                   position: (229, 34),
                  },
                 ],
                },
                default: None,
               },
               Variable {
                identifier: "null",
                position: (229, 46),
               },
              ],
              position: (229, 43),
             },
             FunctionApplication {
              function: Variable {
               identifier: "mapAttrs'",
               position: (229, 53),
              },
              arguments: [
               Function {
                argument: Some(
                 "name",
                ),
                arguments: FunctionArguments {
                 arguments: [],
                 ellipsis: false,
                },
                definition: Function {
                 argument: Some(
                  "opts",
                 ),
                 arguments: FunctionArguments {
                  arguments: [],
                  ellipsis: false,
                 },
                 definition: FunctionApplication {
                  function: Variable {
                   identifier: "nameValuePair",
                   position: (230, 7),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "awstats-",
                      position: (230, 22),
                     },
                     Expression {
                      expression: Variable {
                       identifier: "name",
                       position: (230, 32),
                      },
                     },
                     Raw {
                      content: "-update",
                      position: (230, 37),
                     },
                    ],
                   },
                   Map {
                    bindings: [
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "description",
                         position: (231, 9),
                        },
                       ],
                      },
                      String {
                       parts: [
                        Raw {
                         content: "update awstats for ",
                         position: (231, 24),
                        },
                        Expression {
                         expression: Variable {
                          identifier: "name",
                          position: (231, 45),
                         },
                        },
                       ],
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "script",
                         position: (232, 9),
                        },
                       ],
                      },
                      BinaryOperation {
                       operator: Addition,
                       operands: [
                        FunctionApplication {
                         function: Variable {
                          identifier: "optionalString",
                          position: (232, 18),
                         },
                         arguments: [
                          BinaryOperation {
                           operator: EqualTo,
                           operands: [
                            PropertyAccess {
                             expression: Variable {
                              identifier: "opts",
                              position: (232, 34),
                             },
                             attribute_path: AttributePath {
                              attributes: [
                               Raw {
                                content: "type",
                                position: (232, 39),
                               },
                              ],
                             },
                             default: None,
                            },
                            String {
                             parts: [
                              Raw {
                               content: "mail",
                               position: (232, 48),
                              },
                             ],
                            },
                           ],
                           position: (232, 44),
                          },
                          String {
                           parts: [
                            Raw {
                             content: "if [[ -f \"",
                             position: (234, 1),
                            },
                            Expression {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (234, 23),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "dataDir",
                                 position: (234, 27),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Raw {
                             content: "/",
                             position: (234, 35),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "name",
                              position: (234, 38),
                             },
                            },
                            Raw {
                             content: "-cursor\" ]]; then\n  CURSOR=\"$(cat \"",
                             position: (234, 43),
                            },
                            Expression {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (235, 30),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "dataDir",
                                 position: (235, 34),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Raw {
                             content: "/",
                             position: (235, 42),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "name",
                              position: (235, 45),
                             },
                            },
                            Raw {
                             content: "-cursor\" | tr -d '\\n')\"\n  if [[ -n \"$CURSOR\" ]]; then\n    echo \"Using cursor: $CURSOR\"\n    export OLD_CURSOR=\"--cursor $CURSOR\"\n  fi\nfi\nNEW_CURSOR=\"$(journalctl $OLD_CURSOR -u postfix.service --show-cursor | tail -n 1 | tr -d '\\n' | sed -e 's#^-- cursor: \\(.*\\)#\\1#')\"\necho \"New cursor: $NEW_CURSOR\"\n",
                             position: (235, 50),
                            },
                            Expression {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "package",
                               position: (243, 13),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "bin",
                                 position: (243, 21),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Raw {
                             content: "/bin/awstats -update -config=",
                             position: (243, 25),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "name",
                              position: (243, 56),
                             },
                            },
                            Raw {
                             content: "\nif [ -n \"$NEW_CURSOR\" ]; then\n  echo -n \"$NEW_CURSOR\" > ",
                             position: (243, 61),
                            },
                            Expression {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (245, 39),
                              },
                              attribute_path: AttributePath {
                               attributes: [
                                Raw {
                                 content: "dataDir",
                                 position: (245, 43),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Raw {
                             content: "/",
                             position: (245, 51),
                            },
                            Expression {
                             expression: Variable {
                              identifier: "name",
                              position: (245, 54),
                             },
                            },
                            Raw {
                             content: "-cursor\nfi\n",
                             position: (245, 59),
                            },
                           ],
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "",
                           position: (248, 1),
                          },
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "package",
                             position: (248, 13),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "out",
                               position: (248, 21),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: "/share/awstats/tools/awstats_buildstaticpages.pl \\\n  -config=",
                           position: (248, 25),
                          },
                          Expression {
                           expression: Variable {
                            identifier: "name",
                            position: (249, 23),
                           },
                          },
                          Raw {
                           content: " -update -dir=",
                           position: (249, 28),
                          },
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (249, 44),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "dataDir",
                               position: (249, 48),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: "/",
                           position: (249, 56),
                          },
                          Expression {
                           expression: Variable {
                            identifier: "name",
                            position: (249, 59),
                           },
                          },
                          Raw {
                           content: " \\\n  -awstatsprog=",
                           position: (249, 64),
                          },
                          Expression {
                           expression: PropertyAccess {
                            expression: Variable {
                             identifier: "package",
                             position: (250, 28),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "bin",
                               position: (250, 36),
                              },
                             ],
                            },
                            default: None,
                           },
                          },
                          Raw {
                           content: "/bin/awstats\n",
                           position: (250, 40),
                          },
                         ],
                        },
                       ],
                       position: (247, 12),
                      },
                     ),
                     KeyValue(
                      AttributePath {
                       attributes: [
                        Raw {
                         content: "startAt",
                         position: (252, 9),
                        },
                       ],
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (252, 19),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "updateAt",
                          position: (252, 23),
                         },
                        ],
                       },
                       default: None,
                      },
                     ),
                    ],
                    recursive: false,
                    position: (230, 46),
                   },
                  ],
                 },
                 position: (229, 70),
                },
                position: (229, 64),
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (253, 8),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "configs",
                   position: (253, 12),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (134, 28),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (90, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}