Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "icecast",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 32,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "configFile",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 13,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 7,
                 column: 16,
                },
                end: Position {
                 line: 7,
                 column: 20,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeText",
                span: Span {
                 start: Position {
                  line: 7,
                  column: 21,
                 },
                 end: Position {
                  line: 7,
                  column: 30,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "icecast.xml",
                 span: Span {
                  start: Position {
                   line: 7,
                   column: 32,
                  },
                  end: Position {
                   line: 7,
                   column: 43,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 7,
                column: 31,
               },
               end: Position {
                line: 7,
                column: 44,
               },
              },
             },
            ),
            IndentedString(
             IndentedString {
              parts: [
               Raw(
                PartRaw {
                 content: "<icecast>\n  <hostname>",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 9,
                   column: 17,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 9,
                       column: 19,
                      },
                      end: Position {
                       line: 9,
                       column: 22,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "hostname",
                      span: Span {
                       start: Position {
                        line: 9,
                        column: 23,
                       },
                       end: Position {
                        line: 9,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "</hostname>\n\n  <authentication>\n    <admin-user>",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 12,
                   column: 21,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 12,
                       column: 23,
                      },
                      end: Position {
                       line: 12,
                       column: 26,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "admin",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 27,
                       },
                       end: Position {
                        line: 12,
                        column: 32,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "user",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 33,
                       },
                       end: Position {
                        line: 12,
                        column: 37,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "</admin-user>\n    <admin-password>",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 13,
                   column: 25,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 13,
                       column: 27,
                      },
                      end: Position {
                       line: 13,
                       column: 30,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "admin",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 31,
                       },
                       end: Position {
                        line: 13,
                        column: 36,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "password",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 37,
                       },
                       end: Position {
                        line: 13,
                        column: 45,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "</admin-password>\n  </authentication>\n\n  <paths>\n    <logdir>",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 17,
                   column: 17,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 17,
                       column: 19,
                      },
                      end: Position {
                       line: 17,
                       column: 22,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "logDir",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 23,
                       },
                       end: Position {
                        line: 17,
                        column: 29,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "</logdir>\n    <adminroot>",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 18,
                   column: 20,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "pkgs",
                     span: Span {
                      start: Position {
                       line: 18,
                       column: 22,
                      },
                      end: Position {
                       line: 18,
                       column: 26,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "icecast",
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 27,
                       },
                       end: Position {
                        line: 18,
                        column: 34,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/share/icecast/admin</adminroot>\n    <webroot>",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 19,
                   column: 18,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "pkgs",
                     span: Span {
                      start: Position {
                       line: 19,
                       column: 20,
                      },
                      end: Position {
                       line: 19,
                       column: 24,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "icecast",
                      span: Span {
                       start: Position {
                        line: 19,
                        column: 25,
                       },
                       end: Position {
                        line: 19,
                        column: 32,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "/share/icecast/web</webroot>\n    <alias source=\"/\" dest=\"/status.xsl\"/>\n  </paths>\n\n  <listen-socket>\n    <port>",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 24,
                   column: 15,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "toString",
                     span: Span {
                      start: Position {
                       line: 24,
                       column: 17,
                      },
                      end: Position {
                       line: 24,
                       column: 25,
                      },
                     },
                    },
                   ),
                   arguments: [
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 24,
                          column: 26,
                         },
                         end: Position {
                          line: 24,
                          column: 29,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "listen",
                         span: Span {
                          start: Position {
                           line: 24,
                           column: 30,
                          },
                          end: Position {
                           line: 24,
                           column: 36,
                          },
                         },
                        },
                       ),
                       Raw(
                        PartRaw {
                         content: "port",
                         span: Span {
                          start: Position {
                           line: 24,
                           column: 37,
                          },
                          end: Position {
                           line: 24,
                           column: 41,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                   ],
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "</port>\n    <bind-address>",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 25,
                   column: 23,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 25,
                       column: 25,
                      },
                      end: Position {
                       line: 25,
                       column: 28,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "listen",
                      span: Span {
                       start: Position {
                        line: 25,
                        column: 29,
                       },
                       end: Position {
                        line: 25,
                        column: 35,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "address",
                      span: Span {
                       start: Position {
                        line: 25,
                        column: 36,
                       },
                       end: Position {
                        line: 25,
                        column: 43,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "</bind-address>\n  </listen-socket>\n\n  <security>\n    <chroot>0</chroot>\n    <changeowner>\n        <user>",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 31,
                   column: 19,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 31,
                       column: 21,
                      },
                      end: Position {
                       line: 31,
                       column: 24,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "user",
                      span: Span {
                       start: Position {
                        line: 31,
                        column: 25,
                       },
                       end: Position {
                        line: 31,
                        column: 29,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "</user>\n        <group>",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 32,
                   column: 20,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 32,
                       column: 22,
                      },
                      end: Position {
                       line: 32,
                       column: 25,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "group",
                      span: Span {
                       start: Position {
                        line: 32,
                        column: 26,
                       },
                       end: Position {
                        line: 32,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "</group>\n    </changeowner>\n  </security>\n\n  ",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 36,
                   column: 7,
                  },
                 },
                },
               ),
               Interpolation(
                PartInterpolation {
                 expression: PropertyAccess(
                  PropertyAccess {
                   expression: Identifier(
                    Identifier {
                     id: "cfg",
                     span: Span {
                      start: Position {
                       line: 36,
                       column: 9,
                      },
                      end: Position {
                       line: 36,
                       column: 12,
                      },
                     },
                    },
                   ),
                   attribute_path: [
                    Raw(
                     PartRaw {
                      content: "extraConf",
                      span: Span {
                       start: Position {
                        line: 36,
                        column: 13,
                       },
                       end: Position {
                        line: 36,
                        column: 22,
                       },
                      },
                     },
                    ),
                   ],
                   default: None,
                  },
                 ),
                },
               ),
               Raw(
                PartRaw {
                 content: "\n</icecast>\n",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 1,
                  },
                  end: Position {
                   line: 38,
                   column: 3,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 7,
                column: 45,
               },
               end: Position {
                line: 38,
                column: 5,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 43,
                column: 3,
               },
               end: Position {
                line: 43,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 45,
                     column: 5,
                    },
                    end: Position {
                     line: 45,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "icecast",
                   span: Span {
                    start: Position {
                     line: 45,
                     column: 14,
                    },
                    end: Position {
                     line: 45,
                     column: 21,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 47,
                          column: 7,
                         },
                         end: Position {
                          line: 47,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 47,
                           column: 16,
                          },
                          end: Position {
                           line: 47,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 47,
                                column: 32,
                               },
                               end: Position {
                                line: 47,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 47,
                                 column: 36,
                                },
                                end: Position {
                                 line: 47,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Icecast server",
                                span: Span {
                                 start: Position {
                                  line: 47,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 47,
                                  column: 57,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 47,
                               column: 42,
                              },
                              end: Position {
                               line: 47,
                               column: 58,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "hostname",
                        span: Span {
                         start: Position {
                          line: 49,
                          column: 7,
                         },
                         end: Position {
                          line: 49,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 49,
                           column: 18,
                          },
                          end: Position {
                           line: 49,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 50,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 50,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 50,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 50,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 50,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 50,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 50,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 50,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "str",
                                     span: Span {
                                      start: Position {
                                       line: 50,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 50,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 51,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 51,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 51,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 51,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 51,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 51,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "DNS name or IP address that will be used for the stream directory lookups or possibily the playlist generation if a Host header is not provided.",
                                     span: Span {
                                      start: Position {
                                       line: 51,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 51,
                                       column: 178,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 51,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 51,
                                    column: 179,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 52,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "config",
                                 span: Span {
                                  start: Position {
                                   line: 52,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 52,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "networking",
                                  span: Span {
                                   start: Position {
                                    line: 52,
                                    column: 26,
                                   },
                                   end: Position {
                                    line: 52,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "domain",
                                  span: Span {
                                   start: Position {
                                    line: 52,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 52,
                                    column: 43,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 53,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 53,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "config.networking.domain",
                                     span: Span {
                                      start: Position {
                                       line: 53,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 53,
                                       column: 66,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 53,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 53,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 49,
                            column: 27,
                           },
                           end: Position {
                            line: 54,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "admin",
                        span: Span {
                         start: Position {
                          line: 56,
                          column: 7,
                         },
                         end: Position {
                          line: 56,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "user",
                             span: Span {
                              start: Position {
                               line: 57,
                               column: 9,
                              },
                              end: Position {
                               line: 57,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 57,
                                column: 16,
                               },
                               end: Position {
                                line: 57,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 58,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 58,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 58,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 58,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 58,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 58,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 59,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 59,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 59,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 59,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 59,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 59,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Username used for all administration functions.",
                                          span: Span {
                                           start: Position {
                                            line: 59,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 59,
                                            column: 83,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 59,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 59,
                                         column: 84,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 60,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 60,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "admin",
                                       span: Span {
                                        start: Position {
                                         line: 60,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 60,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 60,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 60,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 57,
                                 column: 25,
                                },
                                end: Position {
                                 line: 61,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "password",
                             span: Span {
                              start: Position {
                               line: 63,
                               column: 9,
                              },
                              end: Position {
                               line: 63,
                               column: 17,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 63,
                                column: 20,
                               },
                               end: Position {
                                line: 63,
                                column: 28,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 64,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 64,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 64,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 64,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 64,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 64,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 65,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 65,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 65,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 65,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 65,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 65,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Password used for all administration functions.",
                                          span: Span {
                                           start: Position {
                                            line: 65,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 65,
                                            column: 83,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 65,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 65,
                                         column: 84,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 63,
                                 column: 29,
                                },
                                end: Position {
                                 line: 66,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 56,
                         column: 15,
                        },
                        end: Position {
                         line: 67,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "logDir",
                        span: Span {
                         start: Position {
                          line: 69,
                          column: 7,
                         },
                         end: Position {
                          line: 69,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 69,
                           column: 16,
                          },
                          end: Position {
                           line: 69,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 70,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 70,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 70,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 70,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "path",
                                  span: Span {
                                   start: Position {
                                    line: 70,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 70,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 71,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 71,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 71,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 71,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Base directory used for logging.",
                                     span: Span {
                                      start: Position {
                                       line: 71,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 71,
                                       column: 66,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 71,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 71,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/var/log/icecast",
                                  span: Span {
                                   start: Position {
                                    line: 72,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 72,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 72,
                                 column: 19,
                                },
                                end: Position {
                                 line: 72,
                                 column: 37,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 69,
                            column: 25,
                           },
                           end: Position {
                            line: 73,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "listen",
                        span: Span {
                         start: Position {
                          line: 75,
                          column: 7,
                         },
                         end: Position {
                          line: 75,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "port",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 9,
                              },
                              end: Position {
                               line: 76,
                               column: 13,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 76,
                                column: 16,
                               },
                               end: Position {
                                line: 76,
                                column: 24,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 77,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 77,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 77,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 77,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "int",
                                       span: Span {
                                        start: Position {
                                         line: 77,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 77,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 78,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 78,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 78,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 78,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 78,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 78,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "TCP port that will be used to accept client connections.",
                                          span: Span {
                                           start: Position {
                                            line: 78,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 78,
                                            column: 92,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 78,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 78,
                                         column: 93,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 79,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 79,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Integer(
                                   Integer {
                                    value: "8000",
                                    span: Span {
                                     start: Position {
                                      line: 79,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 79,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 76,
                                 column: 25,
                                },
                                end: Position {
                                 line: 80,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "address",
                             span: Span {
                              start: Position {
                               line: 82,
                               column: 9,
                              },
                              end: Position {
                               line: 82,
                               column: 16,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 82,
                                column: 19,
                               },
                               end: Position {
                                line: 82,
                                column: 27,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 83,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 83,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 83,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 83,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "str",
                                       span: Span {
                                        start: Position {
                                         line: 83,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 83,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 84,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 84,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 84,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 84,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 84,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 84,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Address Icecast will listen on.",
                                          span: Span {
                                           start: Position {
                                            line: 84,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 84,
                                            column: 67,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 84,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 84,
                                         column: 68,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 85,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 85,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "::",
                                       span: Span {
                                        start: Position {
                                         line: 85,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 85,
                                         column: 24,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 85,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 85,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 82,
                                 column: 28,
                                },
                                end: Position {
                                 line: 86,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 75,
                         column: 16,
                        },
                        end: Position {
                         line: 87,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "user",
                        span: Span {
                         start: Position {
                          line: 89,
                          column: 7,
                         },
                         end: Position {
                          line: 89,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 89,
                           column: 14,
                          },
                          end: Position {
                           line: 89,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 90,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 90,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 90,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 90,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 90,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 90,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 91,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 91,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 91,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 91,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 91,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 91,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "User privileges for the server.",
                                     span: Span {
                                      start: Position {
                                       line: 91,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 91,
                                       column: 65,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 91,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 91,
                                    column: 66,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 92,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 92,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "nobody",
                                  span: Span {
                                   start: Position {
                                    line: 92,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 92,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 92,
                                 column: 19,
                                },
                                end: Position {
                                 line: 92,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 89,
                            column: 23,
                           },
                           end: Position {
                            line: 93,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "group",
                        span: Span {
                         start: Position {
                          line: 95,
                          column: 7,
                         },
                         end: Position {
                          line: 95,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 95,
                           column: 15,
                          },
                          end: Position {
                           line: 95,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 96,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 96,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 96,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 96,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 96,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 96,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 97,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 97,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 97,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 97,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 97,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 97,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Group privileges for the server.",
                                     span: Span {
                                      start: Position {
                                       line: 97,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 97,
                                       column: 66,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 97,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 97,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 98,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 98,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "nogroup",
                                  span: Span {
                                   start: Position {
                                    line: 98,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 98,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 98,
                                 column: 19,
                                },
                                end: Position {
                                 line: 98,
                                 column: 28,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 95,
                            column: 24,
                           },
                           end: Position {
                            line: 99,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extraConf",
                        span: Span {
                         start: Position {
                          line: 101,
                          column: 7,
                         },
                         end: Position {
                          line: 101,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 101,
                           column: 19,
                          },
                          end: Position {
                           line: 101,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 102,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 102,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 102,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 102,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "lines",
                                  span: Span {
                                   start: Position {
                                    line: 102,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 102,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 103,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 103,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 103,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 103,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 103,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 103,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "icecast.xml content.",
                                     span: Span {
                                      start: Position {
                                       line: 103,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 103,
                                       column: 54,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 103,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 103,
                                    column: 55,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 104,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 104,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 104,
                                 column: 19,
                                },
                                end: Position {
                                 line: 104,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 101,
                            column: 28,
                           },
                           end: Position {
                            line: 105,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 45,
                    column: 24,
                   },
                   end: Position {
                    line: 107,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 43,
               column: 13,
              },
              end: Position {
               line: 109,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 114,
                column: 3,
               },
               end: Position {
                line: 114,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 114,
                 column: 12,
                },
                end: Position {
                 line: 114,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 114,
                    column: 17,
                   },
                   end: Position {
                    line: 114,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 114,
                     column: 21,
                    },
                    end: Position {
                     line: 114,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 116,
                        column: 5,
                       },
                       end: Position {
                        line: 116,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 116,
                        column: 13,
                       },
                       end: Position {
                        line: 116,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "icecast",
                      span: Span {
                       start: Position {
                        line: 116,
                        column: 22,
                       },
                       end: Position {
                        line: 116,
                        column: 29,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 117,
                             column: 7,
                            },
                            end: Position {
                             line: 117,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 117,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 117,
                                  column: 32,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 117,
                               column: 17,
                              },
                              end: Position {
                               line: 117,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 117,
                            column: 15,
                           },
                           end: Position {
                            line: 117,
                            column: 35,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 118,
                             column: 7,
                            },
                            end: Position {
                             line: 118,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Icecast Network Audio Streaming Server",
                             span: Span {
                              start: Position {
                               line: 118,
                               column: 22,
                              },
                              end: Position {
                               line: 118,
                               column: 60,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 118,
                            column: 21,
                           },
                           end: Position {
                            line: 118,
                            column: 61,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 119,
                             column: 7,
                            },
                            end: Position {
                             line: 119,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 119,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 119,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 119,
                               column: 20,
                              },
                              end: Position {
                               line: 119,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 119,
                            column: 18,
                           },
                           end: Position {
                            line: 119,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "preStart",
                           span: Span {
                            start: Position {
                             line: 121,
                             column: 7,
                            },
                            end: Position {
                             line: 121,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "mkdir -p ",
                             span: Span {
                              start: Position {
                               line: 121,
                               column: 19,
                              },
                              end: Position {
                               line: 121,
                               column: 41,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 121,
                                   column: 30,
                                  },
                                  end: Position {
                                   line: 121,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "logDir",
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 40,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " && chown ",
                             span: Span {
                              start: Position {
                               line: 121,
                               column: 19,
                              },
                              end: Position {
                               line: 121,
                               column: 51,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 121,
                                   column: 53,
                                  },
                                  end: Position {
                                   line: 121,
                                   column: 56,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 57,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 61,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: ":",
                             span: Span {
                              start: Position {
                               line: 121,
                               column: 19,
                              },
                              end: Position {
                               line: 121,
                               column: 63,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 121,
                                   column: 65,
                                  },
                                  end: Position {
                                   line: 121,
                                   column: 68,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "group",
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 69,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 74,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " ",
                             span: Span {
                              start: Position {
                               line: 121,
                               column: 19,
                              },
                              end: Position {
                               line: 121,
                               column: 76,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 121,
                                   column: 78,
                                  },
                                  end: Position {
                                   line: 121,
                                   column: 81,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "logDir",
                                  span: Span {
                                   start: Position {
                                    line: 121,
                                    column: 82,
                                   },
                                   end: Position {
                                    line: 121,
                                    column: 88,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 121,
                            column: 18,
                           },
                           end: Position {
                            line: 121,
                            column: 90,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 122,
                             column: 7,
                            },
                            end: Position {
                             line: 122,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Type",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "simple",
                                  span: Span {
                                   start: Position {
                                    line: 123,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 123,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 123,
                                 column: 16,
                                },
                                end: Position {
                                 line: 123,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 124,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 124,
                                        column: 24,
                                       },
                                       end: Position {
                                        line: 124,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "icecast",
                                       span: Span {
                                        start: Position {
                                         line: 124,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 124,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/icecast -c ",
                                  span: Span {
                                   start: Position {
                                    line: 124,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 124,
                                    column: 53,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "configFile",
                                    span: Span {
                                     start: Position {
                                      line: 124,
                                      column: 55,
                                     },
                                     end: Position {
                                      line: 124,
                                      column: 65,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 124,
                                 column: 21,
                                },
                                end: Position {
                                 line: 124,
                                 column: 67,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecReload",
                                span: Span {
                                 start: Position {
                                  line: 125,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 125,
                                  column: 19,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "pkgs",
                                      span: Span {
                                       start: Position {
                                        line: 125,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 125,
                                        column: 29,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "coreutils",
                                       span: Span {
                                        start: Position {
                                         line: 125,
                                         column: 30,
                                        },
                                        end: Position {
                                         line: 125,
                                         column: 39,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/kill -HUP $MAINPID",
                                  span: Span {
                                   start: Position {
                                    line: 125,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 125,
                                    column: 63,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 22,
                                },
                                end: Position {
                                 line: 125,
                                 column: 64,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 122,
                            column: 23,
                           },
                           end: Position {
                            line: 126,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 116,
                       column: 32,
                      },
                      end: Position {
                       line: 127,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 114,
                  column: 28,
                 },
                 end: Position {
                  line: 129,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 39,
          column: 4,
         },
         end: Position {
          line: 131,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 131,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 131,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 131,
    column: 2,
   },
  },
 },
)