---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "awstats",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "package",
        position: (7, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "pkgs",
       position: (7, 13),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "awstats",
         position: (7, 18),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "configOpts",
        position: (8, 3),
       },
      ],
     },
     to: Function {
      argument: Destructured {
       identifier: None,
       arguments: [
        DestructuredArgument {
         identifier: "name",
         default: None,
        },
        DestructuredArgument {
         identifier: "config",
         default: None,
        },
       ],
       ellipsis: true,
      },
      definition: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "options",
            position: (9, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "type",
               position: (10, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (10, 14),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (11, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (11, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "enum",
                      position: (11, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "mail",
                        position: (11, 30),
                       },
                      ],
                      position: (11, 29),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "web",
                        position: (11, 37),
                       },
                      ],
                      position: (11, 36),
                     },
                    ],
                    position: (11, 27),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (12, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "web",
                    position: (12, 20),
                   },
                  ],
                  position: (12, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (13, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "mail",
                    position: (13, 20),
                   },
                  ],
                  position: (13, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (14, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The type of log being collected.\n",
                    position: (15, 1),
                   },
                  ],
                  position: (14, 23),
                 },
                },
               ],
               recursive: false,
               position: (10, 22),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "domain",
               position: (18, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (18, 16),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (19, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (19, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (19, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (20, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "name",
                  position: (20, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (21, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The domain name to collect stats for.",
                    position: (21, 24),
                   },
                  ],
                  position: (21, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (22, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "example.com",
                    position: (22, 20),
                   },
                  ],
                  position: (22, 19),
                 },
                },
               ],
               recursive: false,
               position: (18, 25),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "logFile",
               position: (25, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (25, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (26, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (26, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (26, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (27, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "/var/log/nginx/access.log",
                    position: (27, 20),
                   },
                  ],
                  position: (27, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (28, 9),
                   },
                  ],
                 },
                 to: 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),
                   },
                  ],
                  position: (28, 23),
                 },
                },
               ],
               recursive: false,
               position: (25, 26),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "logFormat",
               position: (38, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (38, 19),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (39, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (39, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "str",
                     position: (39, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (40, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "1",
                    position: (40, 20),
                   },
                  ],
                  position: (40, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (41, 9),
                   },
                  ],
                 },
                 to: 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),
                   },
                  ],
                  position: (41, 23),
                 },
                },
               ],
               recursive: false,
               position: (38, 28),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "hostAliases",
               position: (51, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (51, 21),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (52, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (52, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "listOf",
                      position: (52, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (52, 29),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "str",
                       position: (52, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (53, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [],
                  position: (53, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (54, 9),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "www.example.org",
                      position: (54, 22),
                     },
                    ],
                    position: (54, 21),
                   },
                  ],
                  position: (54, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (55, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "List of aliases the site has.\n",
                    position: (56, 1),
                   },
                  ],
                  position: (55, 23),
                 },
                },
               ],
               recursive: false,
               position: (51, 30),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "extraConfig",
               position: (60, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (60, 21),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (61, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (61, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "attrsOf",
                      position: (61, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (61, 30),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "str",
                       position: (61, 36),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (62, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [],
                  recursive: false,
                  position: (62, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "example",
                    position: (63, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (63, 19),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "{\n  \"ValidHTTPCodes\" = \"404\";\n}\n",
                      position: (64, 1),
                     },
                    ],
                    position: (63, 37),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (68, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Extra configuration to be appended to awstats.${name}.conf.",
                    position: (68, 24),
                   },
                  ],
                  position: (68, 23),
                 },
                },
               ],
               recursive: false,
               position: (60, 30),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "webService",
               position: (71, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "enable",
                  position: (72, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkEnableOption",
                 position: (72, 18),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "awstats web service",
                    position: (72, 34),
                   },
                  ],
                  position: (72, 33),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "hostname",
                  position: (74, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (74, 20),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (75, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (75, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (75, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (76, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "config",
                      position: (76, 21),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "domain",
                        position: (76, 28),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (77, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "The hostname the web service appears under.",
                       position: (77, 26),
                      },
                     ],
                     position: (77, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (74, 29),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "urlPrefix",
                  position: (80, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (80, 21),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (81, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (81, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (81, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (82, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "/awstats",
                       position: (82, 22),
                      },
                     ],
                     position: (82, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (83, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "The URL prefix under which the awstats pages appear.",
                       position: (83, 26),
                      },
                     ],
                     position: (83, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (80, 30),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (71, 20),
            },
           },
          ],
          recursive: false,
          position: (9, 15),
         },
        },
       ],
       recursive: false,
       position: (8, 37),
      },
      position: (8, 16),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "webServices",
        position: (88, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "filterAttrs",
       position: (88, 17),
      },
      arguments: [
       Parentheses {
        expression: Function {
         argument: Simple {
          identifier: "name",
         },
         definition: Function {
          argument: Simple {
           identifier: "value",
          },
          definition: PropertyAccess {
           expression: Variable {
            identifier: "value",
            position: (88, 43),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "webService",
              position: (88, 49),
             },
             Raw {
              content: "enable",
              position: (88, 60),
             },
            ],
           },
           default: None,
          },
          position: (88, 36),
         },
         position: (88, 30),
        },
        position: (88, 29),
       },
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (88, 68),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "configs",
           position: (88, 72),
          },
         ],
        },
        default: None,
       },
      ],
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "imports",
         position: (91, 3),
        },
       ],
      },
      to: List {
       elements: [
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (92, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (92, 31),
               },
              ],
              position: (92, 30),
             },
             String {
              parts: [
               Raw {
                content: "awstats",
                position: (92, 42),
               },
              ],
              position: (92, 41),
             },
             String {
              parts: [
               Raw {
                content: "service",
                position: (92, 52),
               },
              ],
              position: (92, 51),
             },
             String {
              parts: [
               Raw {
                content: "enable",
                position: (92, 62),
               },
              ],
              position: (92, 61),
             },
            ],
            position: (92, 28),
           },
           String {
            parts: [
             Raw {
              content: "Please enable per domain with `services.awstats.configs.<name>.webService.enable`",
              position: (92, 73),
             },
            ],
            position: (92, 72),
           },
          ],
         },
         position: (92, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (93, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (93, 31),
               },
              ],
              position: (93, 30),
             },
             String {
              parts: [
               Raw {
                content: "awstats",
                position: (93, 42),
               },
              ],
              position: (93, 41),
             },
             String {
              parts: [
               Raw {
                content: "service",
                position: (93, 52),
               },
              ],
              position: (93, 51),
             },
             String {
              parts: [
               Raw {
                content: "urlPrefix",
                position: (93, 62),
               },
              ],
              position: (93, 61),
             },
            ],
            position: (93, 28),
           },
           String {
            parts: [
             Raw {
              content: "Please set per domain with `services.awstats.configs.<name>.webService.urlPrefix`",
              position: (93, 76),
             },
            ],
            position: (93, 75),
           },
          ],
         },
         position: (93, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRenamedOptionModule",
           position: (94, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (94, 31),
               },
              ],
              position: (94, 30),
             },
             String {
              parts: [
               Raw {
                content: "awstats",
                position: (94, 42),
               },
              ],
              position: (94, 41),
             },
             String {
              parts: [
               Raw {
                content: "vardir",
                position: (94, 52),
               },
              ],
              position: (94, 51),
             },
            ],
            position: (94, 28),
           },
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (94, 65),
               },
              ],
              position: (94, 64),
             },
             String {
              parts: [
               Raw {
                content: "awstats",
                position: (94, 76),
               },
              ],
              position: (94, 75),
             },
             String {
              parts: [
               Raw {
                content: "dataDir",
                position: (94, 86),
               },
              ],
              position: (94, 85),
             },
            ],
            position: (94, 62),
           },
          ],
         },
         position: (94, 5),
        },
       ],
       position: (91, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (97, 3),
        },
        Raw {
         content: "services",
         position: (97, 11),
        },
        Raw {
         content: "awstats",
         position: (97, 20),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (98, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (98, 14),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "awstats",
              position: (98, 30),
             },
            ],
            position: (98, 29),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "dataDir",
            position: (100, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (100, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (101, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (101, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "path",
                  position: (101, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (102, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "/var/lib/awstats",
                 position: (102, 18),
                },
               ],
               position: (102, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (103, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "The directory where awstats data will be stored.",
                 position: (103, 22),
                },
               ],
               position: (103, 21),
              },
             },
            ],
            recursive: false,
            position: (100, 24),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "configs",
            position: (106, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (106, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (107, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (107, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "attrsOf",
                   position: (107, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (107, 29),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "submodule",
                      position: (107, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Variable {
                    identifier: "configOpts",
                    position: (107, 45),
                   },
                  ],
                 },
                 position: (107, 28),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (108, 7),
                },
               ],
              },
              to: Map {
               bindings: [],
               recursive: false,
               position: (108, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (109, 7),
                },
               ],
              },
              to: 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),
                  },
                 ],
                 position: (109, 35),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (117, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Attribute set of domains to collect stats for.",
                 position: (117, 22),
                },
               ],
               position: (117, 21),
              },
             },
            ],
            recursive: false,
            position: (106, 24),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "updateAt",
            position: (120, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (120, 16),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (121, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (121, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "nullOr",
                   position: (121, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (121, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "str",
                    position: (121, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (122, 7),
                },
               ],
              },
              to: Variable {
               identifier: "null",
               position: (122, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (123, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "hourly",
                 position: (123, 18),
                },
               ],
               position: (123, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (124, 7),
                },
               ],
              },
              to: 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),
                },
               ],
               position: (124, 21),
              },
             },
            ],
            recursive: false,
            position: (120, 25),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (97, 30),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (134, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (134, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (134, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (134, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (135, 5),
             },
             Raw {
              content: "systemPackages",
              position: (135, 17),
             },
            ],
           },
           to: List {
            elements: [
             PropertyAccess {
              expression: Variable {
               identifier: "package",
               position: (135, 36),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "bin",
                 position: (135, 44),
                },
               ],
              },
              default: None,
             },
            ],
            position: (135, 34),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "environment",
              position: (137, 5),
             },
             Raw {
              content: "etc",
              position: (137, 17),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (137, 23),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "name",
               },
               definition: Function {
                argument: Simple {
                 identifier: "opts",
                },
                definition: FunctionApplication {
                 function: Variable {
                  identifier: "nameValuePair",
                  position: (138, 5),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "awstats/awstats.",
                     position: (138, 20),
                    },
                    Interpolation {
                     expression: Variable {
                      identifier: "name",
                      position: (138, 38),
                     },
                    },
                    Raw {
                     content: ".conf",
                     position: (138, 43),
                    },
                   ],
                   position: (138, 19),
                  },
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "source",
                        position: (139, 7),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "pkgs",
                        position: (139, 16),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "runCommand",
                          position: (139, 21),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       String {
                        parts: [
                         Raw {
                          content: "awstats.",
                          position: (139, 33),
                         },
                         Interpolation {
                          expression: Variable {
                           identifier: "name",
                           position: (139, 43),
                          },
                         },
                         Raw {
                          content: ".conf",
                          position: (139, 48),
                         },
                        ],
                        position: (139, 32),
                       },
                       Map {
                        bindings: [
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "preferLocalBuild",
                             position: (140, 9),
                            },
                           ],
                          },
                          to: Variable {
                           identifier: "true",
                           position: (140, 28),
                          },
                         },
                        ],
                        recursive: false,
                        position: (140, 7),
                       },
                       Parentheses {
                        expression: 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),
                                  },
                                 ],
                                 position: (141, 8),
                                },
                                FunctionApplication {
                                 function: Variable {
                                  identifier: "optionalString",
                                  position: (145, 9),
                                 },
                                 arguments: [
                                  Parentheses {
                                   expression: BinaryOperation {
                                    operator: EqualTo,
                                    operands: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "opts",
                                       position: (145, 25),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "type",
                                         position: (145, 30),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                     String {
                                      parts: [
                                       Raw {
                                        content: "mail",
                                        position: (145, 39),
                                       },
                                      ],
                                      position: (145, 38),
                                     },
                                    ],
                                    position: (145, 35),
                                   },
                                   position: (145, 24),
                                  },
                                  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: (146, 7),
                                  },
                                 ],
                                },
                               ],
                               position: (145, 7),
                              },
                              String {
                               parts: [
                                Raw {
                                 content: "-e 's|^\\(DirData\\)=.*$|\\1=\"",
                                 position: (183, 1),
                                },
                                Interpolation {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "cfg",
                                   position: (183, 38),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "dataDir",
                                     position: (183, 42),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                },
                                Raw {
                                 content: "/",
                                 position: (183, 50),
                                },
                                Interpolation {
                                 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),
                                },
                                Interpolation {
                                 expression: Variable {
                                  identifier: "name",
                                  position: (186, 41),
                                 },
                                },
                                Raw {
                                 content: "\"|' \\\n-e 's|^\\(LogFile\\)=.*$|\\1=\"",
                                 position: (186, 46),
                                },
                                Interpolation {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "opts",
                                   position: (187, 38),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "logFile",
                                     position: (187, 43),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                },
                                Raw {
                                 content: "\"|' \\\n-e 's|^\\(LogFormat\\)=.*$|\\1=\"",
                                 position: (187, 51),
                                },
                                Interpolation {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "opts",
                                   position: (188, 40),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "logFormat",
                                     position: (188, 45),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                },
                                Raw {
                                 content: "\"|' \\\n",
                                 position: (188, 55),
                                },
                               ],
                               position: (182, 7),
                              },
                             ],
                             position: (180, 7),
                            },
                            FunctionApplication {
                             function: Variable {
                              identifier: "concatStringsSep",
                              position: (192, 7),
                             },
                             arguments: [
                              String {
                               parts: [
                                Raw {
                                 content: "\n",
                                 position: (192, 25),
                                },
                               ],
                               position: (192, 24),
                              },
                              Parentheses {
                               expression: FunctionApplication {
                                function: Variable {
                                 identifier: "mapAttrsToList",
                                 position: (192, 30),
                                },
                                arguments: [
                                 Parentheses {
                                  expression: Function {
                                   argument: Simple {
                                    identifier: "n",
                                   },
                                   definition: Function {
                                    argument: Simple {
                                     identifier: "v",
                                    },
                                    definition: String {
                                     parts: [
                                      Raw {
                                       content: "-e 's|^\\(",
                                       position: (193, 1),
                                      },
                                      Interpolation {
                                       expression: Variable {
                                        identifier: "n",
                                        position: (193, 20),
                                       },
                                      },
                                      Raw {
                                       content: "\\)=.*$|\\1=\"",
                                       position: (193, 22),
                                      },
                                      Interpolation {
                                       expression: Variable {
                                        identifier: "v",
                                        position: (193, 35),
                                       },
                                      },
                                      Raw {
                                       content: "\"|' \\\n",
                                       position: (193, 37),
                                      },
                                     ],
                                     position: (192, 52),
                                    },
                                    position: (192, 49),
                                   },
                                   position: (192, 46),
                                  },
                                  position: (192, 45),
                                 },
                                 PropertyAccess {
                                  expression: Variable {
                                   identifier: "opts",
                                   position: (194, 11),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "extraConfig",
                                     position: (194, 16),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                ],
                               },
                               position: (192, 29),
                              },
                             ],
                            },
                           ],
                           position: (190, 7),
                          },
                          String {
                           parts: [
                            Raw {
                             content: "< ",
                             position: (197, 1),
                            },
                            Raw {
                             content: "'",
                             position: (197, 11),
                            },
                            Interpolation {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "package",
                               position: (197, 14),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "out",
                                 position: (197, 22),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Raw {
                             content: "/wwwroot/cgi-bin/awstats.model.conf' > \"$out\"\n",
                             position: (197, 26),
                            },
                           ],
                           position: (196, 7),
                          },
                         ],
                         position: (195, 7),
                        },
                        position: (141, 7),
                       },
                      ],
                     },
                    },
                   ],
                   recursive: false,
                   position: (138, 50),
                  },
                 ],
                },
                position: (137, 40),
               },
               position: (137, 34),
              },
              position: (137, 33),
             },
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (199, 8),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "configs",
                 position: (199, 12),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (202, 5),
             },
             Raw {
              content: "tmpfiles",
              position: (202, 13),
             },
             Raw {
              content: "rules",
              position: (202, 22),
             },
            ],
           },
           to: BinaryOperation {
            operator: Concatenation,
            operands: [
             List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "d '",
                  position: (203, 10),
                 },
                 Interpolation {
                  expression: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (203, 15),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "dataDir",
                      position: (203, 19),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Raw {
                  content: "' 755 root root - -",
                  position: (203, 27),
                 },
                ],
                position: (203, 9),
               },
              ],
              position: (203, 7),
             },
             BinaryOperation {
              operator: Concatenation,
              operands: [
               FunctionApplication {
                function: Variable {
                 identifier: "mapAttrsToList",
                 position: (204, 7),
                },
                arguments: [
                 Parentheses {
                  expression: Function {
                   argument: Simple {
                    identifier: "name",
                   },
                   definition: Function {
                    argument: Simple {
                     identifier: "opts",
                    },
                    definition: String {
                     parts: [
                      Raw {
                       content: "d '",
                       position: (204, 36),
                      },
                      Interpolation {
                       expression: PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (204, 41),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "dataDir",
                           position: (204, 45),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                      Raw {
                       content: "/",
                       position: (204, 53),
                      },
                      Interpolation {
                       expression: Variable {
                        identifier: "name",
                        position: (204, 56),
                       },
                      },
                      Raw {
                       content: "' 755 root root - -",
                       position: (204, 61),
                      },
                     ],
                     position: (204, 35),
                    },
                    position: (204, 29),
                   },
                   position: (204, 23),
                  },
                  position: (204, 22),
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "cfg",
                   position: (204, 83),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "configs",
                     position: (204, 87),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
               },
               List {
                elements: [
                 String {
                  parts: [
                   Raw {
                    content: "Z '",
                    position: (205, 10),
                   },
                   Interpolation {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (205, 15),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "dataDir",
                        position: (205, 19),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "' 755 root root - -",
                    position: (205, 27),
                   },
                  ],
                  position: (205, 9),
                 },
                ],
                position: (205, 7),
               },
              ],
              position: (204, 95),
             },
            ],
            position: (203, 50),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "services",
              position: (208, 5),
             },
             Raw {
              content: "nginx",
              position: (208, 14),
             },
             Raw {
              content: "virtualHosts",
              position: (208, 20),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (208, 35),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "name",
               },
               definition: Function {
                argument: Simple {
                 identifier: "opts",
                },
                definition: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "name",
                      position: (209, 7),
                     },
                    ],
                   },
                   to: PropertyAccess {
                    expression: Variable {
                     identifier: "opts",
                     position: (209, 14),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "webService",
                       position: (209, 19),
                      },
                      Raw {
                       content: "hostname",
                       position: (209, 30),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "value",
                      position: (210, 7),
                     },
                    ],
                   },
                   to: Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "locations",
                         position: (211, 9),
                        },
                       ],
                      },
                      to: Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Expression {
                            ast: String {
                             parts: [
                              Interpolation {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "opts",
                                 position: (212, 14),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "webService",
                                   position: (212, 19),
                                  },
                                  Raw {
                                   content: "urlPrefix",
                                   position: (212, 30),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/css/",
                               position: (212, 40),
                              },
                             ],
                             position: (212, 11),
                            },
                           },
                          ],
                         },
                         to: Map {
                          bindings: [
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "alias",
                               position: (213, 13),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Interpolation {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "package",
                                 position: (213, 24),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "out",
                                   position: (213, 32),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/wwwroot/css/",
                               position: (213, 36),
                              },
                             ],
                             position: (213, 21),
                            },
                           },
                          ],
                          recursive: false,
                          position: (212, 49),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Expression {
                            ast: String {
                             parts: [
                              Interpolation {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "opts",
                                 position: (215, 14),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "webService",
                                   position: (215, 19),
                                  },
                                  Raw {
                                   content: "urlPrefix",
                                   position: (215, 30),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/icons/",
                               position: (215, 40),
                              },
                             ],
                             position: (215, 11),
                            },
                           },
                          ],
                         },
                         to: Map {
                          bindings: [
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "alias",
                               position: (216, 13),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Interpolation {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "package",
                                 position: (216, 24),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "out",
                                   position: (216, 32),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/wwwroot/icon/",
                               position: (216, 36),
                              },
                             ],
                             position: (216, 21),
                            },
                           },
                          ],
                          recursive: false,
                          position: (215, 51),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Expression {
                            ast: String {
                             parts: [
                              Interpolation {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "opts",
                                 position: (218, 14),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "webService",
                                   position: (218, 19),
                                  },
                                  Raw {
                                   content: "urlPrefix",
                                   position: (218, 30),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/",
                               position: (218, 40),
                              },
                             ],
                             position: (218, 11),
                            },
                           },
                          ],
                         },
                         to: Map {
                          bindings: [
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "alias",
                               position: (219, 13),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Interpolation {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "cfg",
                                 position: (219, 24),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "dataDir",
                                   position: (219, 28),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/",
                               position: (219, 36),
                              },
                              Interpolation {
                               expression: Variable {
                                identifier: "name",
                                position: (219, 39),
                               },
                              },
                              Raw {
                               content: "/",
                               position: (219, 44),
                              },
                             ],
                             position: (219, 21),
                            },
                           },
                           Binding {
                            from: AttributePath {
                             parts: [
                              Raw {
                               content: "extraConfig",
                               position: (220, 13),
                              },
                             ],
                            },
                            to: String {
                             parts: [
                              Raw {
                               content: "autoindex on;\n",
                               position: (221, 1),
                              },
                             ],
                             position: (220, 27),
                            },
                           },
                          ],
                          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),
              },
              position: (208, 44),
             },
             Variable {
              identifier: "webServices",
              position: (226, 8),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (229, 5),
             },
             Raw {
              content: "services",
              position: (229, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (229, 24),
            },
            arguments: [
             Parentheses {
              expression: BinaryOperation {
               operator: NotEqualTo,
               operands: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (229, 30),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "updateAt",
                    position: (229, 34),
                   },
                  ],
                 },
                 default: None,
                },
                Variable {
                 identifier: "null",
                 position: (229, 46),
                },
               ],
               position: (229, 43),
              },
              position: (229, 29),
             },
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "mapAttrs'",
                position: (229, 53),
               },
               arguments: [
                Parentheses {
                 expression: Function {
                  argument: Simple {
                   identifier: "name",
                  },
                  definition: Function {
                   argument: Simple {
                    identifier: "opts",
                   },
                   definition: FunctionApplication {
                    function: Variable {
                     identifier: "nameValuePair",
                     position: (230, 7),
                    },
                    arguments: [
                     String {
                      parts: [
                       Raw {
                        content: "awstats-",
                        position: (230, 22),
                       },
                       Interpolation {
                        expression: Variable {
                         identifier: "name",
                         position: (230, 32),
                        },
                       },
                       Raw {
                        content: "-update",
                        position: (230, 37),
                       },
                      ],
                      position: (230, 21),
                     },
                     Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "description",
                           position: (231, 9),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "update awstats for ",
                           position: (231, 24),
                          },
                          Interpolation {
                           expression: Variable {
                            identifier: "name",
                            position: (231, 45),
                           },
                          },
                         ],
                         position: (231, 23),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "script",
                           position: (232, 9),
                          },
                         ],
                        },
                        to: BinaryOperation {
                         operator: Addition,
                         operands: [
                          FunctionApplication {
                           function: Variable {
                            identifier: "optionalString",
                            position: (232, 18),
                           },
                           arguments: [
                            Parentheses {
                             expression: BinaryOperation {
                              operator: EqualTo,
                              operands: [
                               PropertyAccess {
                                expression: Variable {
                                 identifier: "opts",
                                 position: (232, 34),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (232, 39),
                                  },
                                 ],
                                },
                                default: None,
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "mail",
                                  position: (232, 48),
                                 },
                                ],
                                position: (232, 47),
                               },
                              ],
                              position: (232, 44),
                             },
                             position: (232, 33),
                            },
                            String {
                             parts: [
                              Raw {
                               content: "if [[ -f \"",
                               position: (234, 1),
                              },
                              Interpolation {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "cfg",
                                 position: (234, 23),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "dataDir",
                                   position: (234, 27),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/",
                               position: (234, 35),
                              },
                              Interpolation {
                               expression: Variable {
                                identifier: "name",
                                position: (234, 38),
                               },
                              },
                              Raw {
                               content: "-cursor\" ]]; then\n  CURSOR=\"$(cat \"",
                               position: (234, 43),
                              },
                              Interpolation {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "cfg",
                                 position: (235, 30),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "dataDir",
                                   position: (235, 34),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/",
                               position: (235, 42),
                              },
                              Interpolation {
                               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),
                              },
                              Interpolation {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "package",
                                 position: (243, 13),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "bin",
                                   position: (243, 21),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/bin/awstats -update -config=",
                               position: (243, 25),
                              },
                              Interpolation {
                               expression: Variable {
                                identifier: "name",
                                position: (243, 56),
                               },
                              },
                              Raw {
                               content: "\nif [ -n \"$NEW_CURSOR\" ]; then\n  echo -n \"$NEW_CURSOR\" > ",
                               position: (243, 61),
                              },
                              Interpolation {
                               expression: PropertyAccess {
                                expression: Variable {
                                 identifier: "cfg",
                                 position: (245, 39),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "dataDir",
                                   position: (245, 43),
                                  },
                                 ],
                                },
                                default: None,
                               },
                              },
                              Raw {
                               content: "/",
                               position: (245, 51),
                              },
                              Interpolation {
                               expression: Variable {
                                identifier: "name",
                                position: (245, 54),
                               },
                              },
                              Raw {
                               content: "-cursor\nfi\n",
                               position: (245, 59),
                              },
                             ],
                             position: (233, 9),
                            },
                           ],
                          },
                          String {
                           parts: [
                            Raw {
                             content: "",
                             position: (248, 1),
                            },
                            Interpolation {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "package",
                               position: (248, 13),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "out",
                                 position: (248, 21),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Raw {
                             content: "/share/awstats/tools/awstats_buildstaticpages.pl \\\n  -config=",
                             position: (248, 25),
                            },
                            Interpolation {
                             expression: Variable {
                              identifier: "name",
                              position: (249, 23),
                             },
                            },
                            Raw {
                             content: " -update -dir=",
                             position: (249, 28),
                            },
                            Interpolation {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (249, 44),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "dataDir",
                                 position: (249, 48),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Raw {
                             content: "/",
                             position: (249, 56),
                            },
                            Interpolation {
                             expression: Variable {
                              identifier: "name",
                              position: (249, 59),
                             },
                            },
                            Raw {
                             content: " \\\n  -awstatsprog=",
                             position: (249, 64),
                            },
                            Interpolation {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "package",
                               position: (250, 28),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "bin",
                                 position: (250, 36),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Raw {
                             content: "/bin/awstats\n",
                             position: (250, 40),
                            },
                           ],
                           position: (247, 14),
                          },
                         ],
                         position: (247, 12),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "startAt",
                           position: (252, 9),
                          },
                         ],
                        },
                        to: PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (252, 19),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "updateAt",
                            position: (252, 23),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                      ],
                      recursive: false,
                      position: (230, 46),
                     },
                    ],
                   },
                   position: (229, 70),
                  },
                  position: (229, 64),
                 },
                 position: (229, 63),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (253, 8),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "configs",
                    position: (253, 12),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (229, 52),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (134, 28),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (90, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}