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: "deliantra-server",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 41,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "serverPort",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Integer(
          Integer {
           value: "13327",
           span: Span {
            start: Position {
             line: 7,
             column: 16,
            },
            end: Position {
             line: 7,
             column: 21,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 9,
                column: 3,
               },
               end: Position {
                line: 9,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 9,
                column: 11,
               },
               end: Position {
                line: 9,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "deliantra-server",
              span: Span {
               start: Position {
                line: 9,
                column: 20,
               },
               end: Position {
                line: 9,
                column: 36,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 10,
                     column: 5,
                    },
                    end: Position {
                     line: 10,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 10,
                      column: 14,
                     },
                     end: Position {
                      line: 10,
                      column: 22,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 11,
                             column: 7,
                            },
                            end: Position {
                             line: 11,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 11,
                              column: 14,
                             },
                             end: Position {
                              line: 11,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 11,
                               column: 20,
                              },
                              end: Position {
                               line: 11,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 12,
                             column: 7,
                            },
                            end: Position {
                             line: 12,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "false",
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 17,
                           },
                           end: Position {
                            line: 12,
                            column: 22,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 13,
                             column: 7,
                            },
                            end: Position {
                             line: 13,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 13,
                                column: 21,
                               },
                               end: Position {
                                line: 13,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 13,
                                 column: 25,
                                },
                                end: Position {
                                 line: 13,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "If enabled, the Deliantra game server will be started at boot.\n",
                                span: Span {
                                 start: Position {
                                  line: 14,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 15,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 13,
                               column: 31,
                              },
                              end: Position {
                               line: 15,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 10,
                       column: 23,
                      },
                      end: Position {
                       line: 16,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "package",
                   span: Span {
                    start: Position {
                     line: 18,
                     column: 5,
                    },
                    end: Position {
                     line: 18,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 18,
                      column: 15,
                     },
                     end: Position {
                      line: 18,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 19,
                             column: 7,
                            },
                            end: Position {
                             line: 19,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 19,
                              column: 14,
                             },
                             end: Position {
                              line: 19,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "package",
                             span: Span {
                              start: Position {
                               line: 19,
                               column: 20,
                              },
                              end: Position {
                               line: 19,
                               column: 27,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 7,
                            },
                            end: Position {
                             line: 20,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "pkgs",
                            span: Span {
                             start: Position {
                              line: 20,
                              column: 17,
                             },
                             end: Position {
                              line: 20,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "deliantra-server",
                             span: Span {
                              start: Position {
                               line: 20,
                               column: 22,
                              },
                              end: Position {
                               line: 20,
                               column: 38,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "defaultText",
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 7,
                            },
                            end: Position {
                             line: 21,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 21,
                              column: 21,
                             },
                             end: Position {
                              line: 21,
                              column: 38,
                             },
                            },
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "pkgs.deliantra-server",
                                span: Span {
                                 start: Position {
                                  line: 21,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 21,
                                  column: 61,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 21,
                               column: 39,
                              },
                              end: Position {
                               line: 21,
                               column: 62,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 22,
                             column: 7,
                            },
                            end: Position {
                             line: 22,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 22,
                                column: 21,
                               },
                               end: Position {
                                line: 22,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 22,
                                 column: 25,
                                },
                                end: Position {
                                 line: 22,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The package to use for the Deliantra server (and map/arch data, if you\ndon't change dataDir).\n",
                                span: Span {
                                 start: Position {
                                  line: 23,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 25,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 22,
                               column: 31,
                              },
                              end: Position {
                               line: 25,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 18,
                       column: 24,
                      },
                      end: Position {
                       line: 26,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "dataDir",
                   span: Span {
                    start: Position {
                     line: 28,
                     column: 5,
                    },
                    end: Position {
                     line: 28,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 28,
                      column: 15,
                     },
                     end: Position {
                      line: 28,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 29,
                             column: 7,
                            },
                            end: Position {
                             line: 29,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 29,
                              column: 14,
                             },
                             end: Position {
                              line: 29,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 29,
                               column: 20,
                              },
                              end: Position {
                               line: 29,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 30,
                             column: 7,
                            },
                            end: Position {
                             line: 30,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 30,
                                   column: 20,
                                  },
                                  end: Position {
                                   line: 30,
                                   column: 24,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "deliantra-data",
                                  span: Span {
                                   start: Position {
                                    line: 30,
                                    column: 25,
                                   },
                                   end: Position {
                                    line: 30,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 30,
                            column: 17,
                           },
                           end: Position {
                            line: 30,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "defaultText",
                           span: Span {
                            start: Position {
                             line: 31,
                             column: 7,
                            },
                            end: Position {
                             line: 31,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 31,
                              column: 21,
                             },
                             end: Position {
                              line: 31,
                              column: 38,
                             },
                            },
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "\"",
                                span: Span {
                                 start: Position {
                                  line: 31,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 31,
                                  column: 42,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "$",
                                span: Span {
                                 start: Position {
                                  line: 31,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 31,
                                  column: 45,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "{pkgs.deliantra-data}\"",
                                span: Span {
                                 start: Position {
                                  line: 31,
                                  column: 41,
                                 },
                                 end: Position {
                                  line: 31,
                                  column: 67,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 31,
                               column: 39,
                              },
                              end: Position {
                               line: 31,
                               column: 69,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 32,
                             column: 7,
                            },
                            end: Position {
                             line: 32,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 32,
                                column: 21,
                               },
                               end: Position {
                                line: 32,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 32,
                                 column: 25,
                                },
                                end: Position {
                                 line: 32,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Where to store readonly data (maps, archetypes, sprites, etc).\nNote that if you plan to use the live map editor (rather than editing\nthe maps offline and then nixos-rebuilding), THIS MUST BE WRITEABLE --\ncopy the deliantra-data someplace writeable (say,\n/var/lib/deliantra/data) and update this option accordingly.\n",
                                span: Span {
                                 start: Position {
                                  line: 33,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 38,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 32,
                               column: 31,
                              },
                              end: Position {
                               line: 38,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 28,
                       column: 24,
                      },
                      end: Position {
                       line: 39,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "stateDir",
                   span: Span {
                    start: Position {
                     line: 41,
                     column: 5,
                    },
                    end: Position {
                     line: 41,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 41,
                      column: 16,
                     },
                     end: Position {
                      line: 41,
                      column: 24,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 42,
                             column: 7,
                            },
                            end: Position {
                             line: 42,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 42,
                              column: 14,
                             },
                             end: Position {
                              line: 42,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 42,
                               column: 20,
                              },
                              end: Position {
                               line: 42,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 43,
                             column: 7,
                            },
                            end: Position {
                             line: 43,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "/var/lib/deliantra",
                             span: Span {
                              start: Position {
                               line: 43,
                               column: 18,
                              },
                              end: Position {
                               line: 43,
                               column: 36,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 43,
                            column: 17,
                           },
                           end: Position {
                            line: 43,
                            column: 37,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 44,
                             column: 7,
                            },
                            end: Position {
                             line: 44,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 44,
                                column: 21,
                               },
                               end: Position {
                                line: 44,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 44,
                                 column: 25,
                                },
                                end: Position {
                                 line: 44,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Where to store runtime data (save files, persistent items, etc).\n\nIf left at the default, this will be automatically created on server\nstartup if it does not already exist. If changed, it is the admin's\nresponsibility to make sure that the directory exists and is writeable\nby the `crossfire` user.\n",
                                span: Span {
                                 start: Position {
                                  line: 45,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 51,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 44,
                               column: 31,
                              },
                              end: Position {
                               line: 51,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 41,
                       column: 25,
                      },
                      end: Position {
                       line: 52,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "openFirewall",
                   span: Span {
                    start: Position {
                     line: 54,
                     column: 5,
                    },
                    end: Position {
                     line: 54,
                     column: 17,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 54,
                      column: 20,
                     },
                     end: Position {
                      line: 54,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 55,
                             column: 7,
                            },
                            end: Position {
                             line: 55,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 55,
                              column: 14,
                             },
                             end: Position {
                              line: 55,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 55,
                               column: 20,
                              },
                              end: Position {
                               line: 55,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 56,
                             column: 7,
                            },
                            end: Position {
                             line: 56,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "false",
                          span: Span {
                           start: Position {
                            line: 56,
                            column: 17,
                           },
                           end: Position {
                            line: 56,
                            column: 22,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 57,
                             column: 7,
                            },
                            end: Position {
                             line: 57,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 57,
                                column: 21,
                               },
                               end: Position {
                                line: 57,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 57,
                                 column: 25,
                                },
                                end: Position {
                                 line: 57,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Whether to open ports in the firewall for the server.\n",
                                span: Span {
                                 start: Position {
                                  line: 58,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 57,
                               column: 31,
                              },
                              end: Position {
                               line: 59,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 54,
                       column: 29,
                      },
                      end: Position {
                       line: 60,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "configFiles",
                   span: Span {
                    start: Position {
                     line: 62,
                     column: 5,
                    },
                    end: Position {
                     line: 62,
                     column: 16,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 62,
                      column: 19,
                     },
                     end: Position {
                      line: 62,
                      column: 27,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 63,
                             column: 7,
                            },
                            end: Position {
                             line: 63,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 63,
                                column: 14,
                               },
                               end: Position {
                                line: 63,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "attrsOf",
                               span: Span {
                                start: Position {
                                 line: 63,
                                 column: 20,
                                },
                                end: Position {
                                 line: 63,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 63,
                                 column: 28,
                                },
                                end: Position {
                                 line: 63,
                                 column: 33,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 64,
                             column: 7,
                            },
                            end: Position {
                             line: 64,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 64,
                                column: 21,
                               },
                               end: Position {
                                line: 64,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 64,
                                 column: 25,
                                },
                                end: Position {
                                 line: 64,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Contents of the server configuration files. These will be appended to\nthe example configurations the server comes with and overwrite any\ndefault settings defined therein.\n\nThe example here is not comprehensive. See the files in\n/etc/deliantra-server after enabling this module for full documentation.\n",
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 64,
                               column: 31,
                              },
                              end: Position {
                               line: 71,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 72,
                             column: 7,
                            },
                            end: Position {
                             line: 72,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 72,
                              column: 17,
                             },
                             end: Position {
                              line: 72,
                              column: 34,
                             },
                            },
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "{\n  dm_file = ",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 74,
                                  column: 21,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "''",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 74,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "\n    admin:secret_password:localhost\n    alice:xyzzy:*\n  ",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 77,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "''",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 77,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: ";\n  motd = \"Welcome to Deliantra!\";\n  settings = ",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 79,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "''",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 79,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "\n    # Settings for game mechanics.\n    stat_loss_on_death true\n    armor_max_enchant 7\n  ",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "''",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: ";\n  config = ",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 84,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "''",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 84,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "\n    # Settings for the server daemon.\n    hiscore_url https://deliantra.example.net/scores/\n    max_map_reset 86400\n  ",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 88,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "''",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 88,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: ";\n}\n",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 90,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 72,
                               column: 35,
                              },
                              end: Position {
                               line: 90,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 91,
                             column: 7,
                            },
                            end: Position {
                             line: 91,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "motd",
                                span: Span {
                                 start: Position {
                                  line: 92,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 92,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 92,
                                 column: 16,
                                },
                                end: Position {
                                 line: 92,
                                 column: 18,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 91,
                            column: 17,
                           },
                           end: Position {
                            line: 93,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 62,
                       column: 28,
                      },
                      end: Position {
                       line: 94,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 9,
               column: 39,
              },
              end: Position {
               line: 95,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 97,
                column: 3,
               },
               end: Position {
                line: 97,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 97,
                 column: 12,
                },
                end: Position {
                 line: 97,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 97,
                    column: 17,
                   },
                   end: Position {
                    line: 97,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 97,
                     column: 21,
                    },
                    end: Position {
                     line: 97,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 98,
                        column: 5,
                       },
                       end: Position {
                        line: 98,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 98,
                        column: 11,
                       },
                       end: Position {
                        line: 98,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "deliantra",
                      span: Span {
                       start: Position {
                        line: 98,
                        column: 17,
                       },
                       end: Position {
                        line: 98,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 99,
                             column: 7,
                            },
                            end: Position {
                             line: 99,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Deliantra server daemon user",
                             span: Span {
                              start: Position {
                               line: 99,
                               column: 26,
                              },
                              end: Position {
                               line: 99,
                               column: 54,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 99,
                            column: 25,
                           },
                           end: Position {
                            line: 99,
                            column: 55,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "home",
                           span: Span {
                            start: Position {
                             line: 100,
                             column: 7,
                            },
                            end: Position {
                             line: 100,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 100,
                              column: 25,
                             },
                             end: Position {
                              line: 100,
                              column: 28,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "stateDir",
                             span: Span {
                              start: Position {
                               line: 100,
                               column: 29,
                              },
                              end: Position {
                               line: 100,
                               column: 37,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "createHome",
                           span: Span {
                            start: Position {
                             line: 101,
                             column: 7,
                            },
                            end: Position {
                             line: 101,
                             column: 17,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "false",
                          span: Span {
                           start: Position {
                            line: 101,
                            column: 25,
                           },
                           end: Position {
                            line: 101,
                            column: 30,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "isSystemUser",
                           span: Span {
                            start: Position {
                             line: 102,
                             column: 7,
                            },
                            end: Position {
                             line: 102,
                             column: 19,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "true",
                          span: Span {
                           start: Position {
                            line: 102,
                            column: 25,
                           },
                           end: Position {
                            line: 102,
                            column: 29,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "group",
                           span: Span {
                            start: Position {
                             line: 103,
                             column: 7,
                            },
                            end: Position {
                             line: 103,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "deliantra",
                             span: Span {
                              start: Position {
                               line: 103,
                               column: 26,
                              },
                              end: Position {
                               line: 103,
                               column: 35,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 103,
                            column: 25,
                           },
                           end: Position {
                            line: 103,
                            column: 36,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 98,
                       column: 29,
                      },
                      end: Position {
                       line: 104,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 105,
                        column: 5,
                       },
                       end: Position {
                        line: 105,
                        column: 10,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "groups",
                      span: Span {
                       start: Position {
                        line: 105,
                        column: 11,
                       },
                       end: Position {
                        line: 105,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "deliantra",
                      span: Span {
                       start: Position {
                        line: 105,
                        column: 18,
                       },
                       end: Position {
                        line: 105,
                        column: 27,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [],
                     span: Span {
                      start: Position {
                       line: 105,
                       column: 30,
                      },
                      end: Position {
                       line: 105,
                       column: 32,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 112,
                        column: 5,
                       },
                       end: Position {
                        line: 112,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 112,
                        column: 17,
                       },
                       end: Position {
                        line: 112,
                        column: 20,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 112,
                           column: 23,
                          },
                          end: Position {
                           line: 112,
                           column: 26,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "attrsets",
                          span: Span {
                           start: Position {
                            line: 112,
                            column: 27,
                           },
                           end: Position {
                            line: 112,
                            column: 35,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "mapAttrs'",
                          span: Span {
                           start: Position {
                            line: 112,
                            column: 36,
                           },
                           end: Position {
                            line: 112,
                            column: 45,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      Function(
                       Function {
                        head: Simple(
                         FunctionHeadSimple {
                          identifier: "name",
                         },
                        ),
                        body: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "value",
                           },
                          ),
                          body: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 113,
                                  column: 21,
                                 },
                                 end: Position {
                                  line: 113,
                                  column: 24,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "attrsets",
                                 span: Span {
                                  start: Position {
                                   line: 113,
                                   column: 25,
                                  },
                                  end: Position {
                                   line: 113,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "nameValuePair",
                                 span: Span {
                                  start: Position {
                                   line: 113,
                                   column: 34,
                                  },
                                  end: Position {
                                   line: 113,
                                   column: 47,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "deliantra-server/",
                                  span: Span {
                                   start: Position {
                                    line: 113,
                                    column: 49,
                                   },
                                   end: Position {
                                    line: 113,
                                    column: 73,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "name",
                                    span: Span {
                                     start: Position {
                                      line: 113,
                                      column: 68,
                                     },
                                     end: Position {
                                      line: 113,
                                      column: 72,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 113,
                                 column: 48,
                                },
                                end: Position {
                                 line: 113,
                                 column: 74,
                                },
                               },
                              },
                             ),
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "mode",
                                     span: Span {
                                      start: Position {
                                       line: 114,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 114,
                                       column: 13,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "0644",
                                       span: Span {
                                        start: Position {
                                         line: 114,
                                         column: 17,
                                        },
                                        end: Position {
                                         line: 114,
                                         column: 21,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 114,
                                      column: 16,
                                     },
                                     end: Position {
                                      line: 114,
                                      column: 22,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "text",
                                     span: Span {
                                      start: Position {
                                       line: 115,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 115,
                                       column: 13,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: BinaryOperation(
                                   BinaryOperation {
                                    left: FunctionApplication(
                                     FunctionApplication {
                                      function: Identifier(
                                       Identifier {
                                        id: "optionalString",
                                        span: Span {
                                         start: Position {
                                          line: 118,
                                          column: 12,
                                         },
                                         end: Position {
                                          line: 118,
                                          column: 26,
                                         },
                                        },
                                       },
                                      ),
                                      arguments: [
                                       BinaryOperation(
                                        BinaryOperation {
                                         left: Identifier(
                                          Identifier {
                                           id: "name",
                                           span: Span {
                                            start: Position {
                                             line: 118,
                                             column: 28,
                                            },
                                            end: Position {
                                             line: 118,
                                             column: 32,
                                            },
                                           },
                                          },
                                         ),
                                         operator: NotEqualTo,
                                         right: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "motd",
                                              span: Span {
                                               start: Position {
                                                line: 118,
                                                column: 37,
                                               },
                                               end: Position {
                                                line: 118,
                                                column: 41,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 118,
                                             column: 36,
                                            },
                                            end: Position {
                                             line: 118,
                                             column: 42,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       FunctionApplication(
                                        FunctionApplication {
                                         function: Identifier(
                                          Identifier {
                                           id: "fileContents",
                                           span: Span {
                                            start: Position {
                                             line: 119,
                                             column: 14,
                                            },
                                            end: Position {
                                             line: 119,
                                             column: 26,
                                            },
                                           },
                                          },
                                         ),
                                         arguments: [
                                          String(
                                           String_ {
                                            parts: [
                                             Interpolation(
                                              PartInterpolation {
                                               expression: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "cfg",
                                                   span: Span {
                                                    start: Position {
                                                     line: 119,
                                                     column: 30,
                                                    },
                                                    end: Position {
                                                     line: 119,
                                                     column: 33,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "package",
                                                    span: Span {
                                                     start: Position {
                                                      line: 119,
                                                      column: 34,
                                                     },
                                                     end: Position {
                                                      line: 119,
                                                      column: 41,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                              },
                                             ),
                                             Raw(
                                              PartRaw {
                                               content: "/etc/deliantra-server/",
                                               span: Span {
                                                start: Position {
                                                 line: 119,
                                                 column: 28,
                                                },
                                                end: Position {
                                                 line: 119,
                                                 column: 64,
                                                },
                                               },
                                              },
                                             ),
                                             Interpolation(
                                              PartInterpolation {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "name",
                                                 span: Span {
                                                  start: Position {
                                                   line: 119,
                                                   column: 66,
                                                  },
                                                  end: Position {
                                                   line: 119,
                                                   column: 70,
                                                  },
                                                 },
                                                },
                                               ),
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 119,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 119,
                                              column: 72,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                        },
                                       ),
                                      ],
                                     },
                                    ),
                                    operator: Addition,
                                    right: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "\n",
                                         span: Span {
                                          start: Position {
                                           line: 120,
                                           column: 14,
                                          },
                                          end: Position {
                                           line: 120,
                                           column: 24,
                                          },
                                         },
                                        },
                                       ),
                                       Interpolation(
                                        PartInterpolation {
                                         expression: Identifier(
                                          Identifier {
                                           id: "value",
                                           span: Span {
                                            start: Position {
                                             line: 120,
                                             column: 18,
                                            },
                                            end: Position {
                                             line: 120,
                                             column: 23,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 120,
                                        column: 13,
                                       },
                                       end: Position {
                                        line: 120,
                                        column: 25,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 113,
                                 column: 75,
                                },
                                end: Position {
                                 line: 121,
                                 column: 8,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 113,
                            column: 14,
                           },
                           end: Position {
                            line: 121,
                            column: 8,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 113,
                          column: 8,
                         },
                         end: Position {
                          line: 121,
                          column: 8,
                         },
                        },
                       },
                      ),
                      BinaryOperation(
                       BinaryOperation {
                        left: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "motd",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 122,
                                 column: 16,
                                },
                                end: Position {
                                 line: 122,
                                 column: 18,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "settings",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 17,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 123,
                                 column: 20,
                                },
                                end: Position {
                                 line: 123,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "config",
                                span: Span {
                                 start: Position {
                                  line: 124,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 124,
                                 column: 18,
                                },
                                end: Position {
                                 line: 124,
                                 column: 20,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "dm_file",
                                span: Span {
                                 start: Position {
                                  line: 125,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 125,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [],
                               span: Span {
                                start: Position {
                                 line: 125,
                                 column: 19,
                                },
                                end: Position {
                                 line: 125,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 121,
                            column: 11,
                           },
                           end: Position {
                            line: 126,
                            column: 8,
                           },
                          },
                         },
                        ),
                        operator: Update,
                        right: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 126,
                              column: 12,
                             },
                             end: Position {
                              line: 126,
                              column: 15,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "configFiles",
                             span: Span {
                              start: Position {
                               line: 126,
                               column: 16,
                              },
                              end: Position {
                               line: 126,
                               column: 27,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 128,
                        column: 5,
                       },
                       end: Position {
                        line: 128,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 128,
                        column: 13,
                       },
                       end: Position {
                        line: 128,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "deliantra-server",
                      span: Span {
                       start: Position {
                        line: 128,
                        column: 22,
                       },
                       end: Position {
                        line: 128,
                        column: 38,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 129,
                             column: 7,
                            },
                            end: Position {
                             line: 129,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "Deliantra Server Daemon",
                             span: Span {
                              start: Position {
                               line: 129,
                               column: 24,
                              },
                              end: Position {
                               line: 129,
                               column: 47,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 129,
                            column: 23,
                           },
                           end: Position {
                            line: 129,
                            column: 48,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 130,
                             column: 7,
                            },
                            end: Position {
                             line: 130,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 130,
                                  column: 26,
                                 },
                                 end: Position {
                                  line: 130,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 130,
                               column: 25,
                              },
                              end: Position {
                               line: 130,
                               column: 44,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 130,
                            column: 23,
                           },
                           end: Position {
                            line: 130,
                            column: 46,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 131,
                             column: 7,
                            },
                            end: Position {
                             line: 131,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 131,
                                  column: 26,
                                 },
                                 end: Position {
                                  line: 131,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 131,
                               column: 25,
                              },
                              end: Position {
                               line: 131,
                               column: 41,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 131,
                            column: 23,
                           },
                           end: Position {
                            line: 131,
                            column: 43,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "environment",
                           span: Span {
                            start: Position {
                             line: 133,
                             column: 7,
                            },
                            end: Position {
                             line: 133,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "DELIANTRA_DATADIR",
                                span: Span {
                                 start: Position {
                                  line: 134,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 134,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 134,
                                        column: 30,
                                       },
                                       end: Position {
                                        line: 134,
                                        column: 33,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "dataDir",
                                       span: Span {
                                        start: Position {
                                         line: 134,
                                         column: 34,
                                        },
                                        end: Position {
                                         line: 134,
                                         column: 41,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 134,
                                 column: 27,
                                },
                                end: Position {
                                 line: 134,
                                 column: 43,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "DELIANTRA_LOCALDIR",
                                span: Span {
                                 start: Position {
                                  line: 135,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 135,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 135,
                                        column: 31,
                                       },
                                       end: Position {
                                        line: 135,
                                        column: 34,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "stateDir",
                                       span: Span {
                                        start: Position {
                                         line: 135,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 135,
                                         column: 43,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 135,
                                 column: 28,
                                },
                                end: Position {
                                 line: 135,
                                 column: 45,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "DELIANTRA_CONFDIR",
                                span: Span {
                                 start: Position {
                                  line: 136,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 136,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/etc/deliantra-server",
                                  span: Span {
                                   start: Position {
                                    line: 136,
                                    column: 28,
                                   },
                                   end: Position {
                                    line: 136,
                                    column: 49,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 136,
                                 column: 27,
                                },
                                end: Position {
                                 line: 136,
                                 column: 50,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 133,
                            column: 21,
                           },
                           end: Position {
                            line: 137,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 139,
                             column: 7,
                            },
                            end: Position {
                             line: 139,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkMerge",
                            span: Span {
                             start: Position {
                              line: 139,
                              column: 23,
                             },
                             end: Position {
                              line: 139,
                              column: 30,
                             },
                            },
                           },
                          ),
                          arguments: [
                           List(
                            List {
                             elements: [
                              Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "ExecStart",
                                      span: Span {
                                       start: Position {
                                        line: 141,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 141,
                                        column: 20,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: String(
                                    String_ {
                                     parts: [
                                      Interpolation(
                                       PartInterpolation {
                                        expression: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "cfg",
                                            span: Span {
                                             start: Position {
                                              line: 141,
                                              column: 26,
                                             },
                                             end: Position {
                                              line: 141,
                                              column: 29,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "package",
                                             span: Span {
                                              start: Position {
                                               line: 141,
                                               column: 30,
                                              },
                                              end: Position {
                                               line: 141,
                                               column: 37,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "/bin/deliantra-server",
                                        span: Span {
                                         start: Position {
                                          line: 141,
                                          column: 24,
                                         },
                                         end: Position {
                                          line: 141,
                                          column: 59,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 141,
                                       column: 23,
                                      },
                                      end: Position {
                                       line: 141,
                                       column: 60,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "Restart",
                                      span: Span {
                                       start: Position {
                                        line: 142,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 142,
                                        column: 18,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "always",
                                        span: Span {
                                         start: Position {
                                          line: 142,
                                          column: 22,
                                         },
                                         end: Position {
                                          line: 142,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 142,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 142,
                                       column: 29,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "User",
                                      span: Span {
                                       start: Position {
                                        line: 143,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 143,
                                        column: 15,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "deliantra",
                                        span: Span {
                                         start: Position {
                                          line: 143,
                                          column: 19,
                                         },
                                         end: Position {
                                          line: 143,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 143,
                                       column: 18,
                                      },
                                      end: Position {
                                       line: 143,
                                       column: 29,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "Group",
                                      span: Span {
                                       start: Position {
                                        line: 144,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 144,
                                        column: 16,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "deliantra",
                                        span: Span {
                                         start: Position {
                                          line: 144,
                                          column: 20,
                                         },
                                         end: Position {
                                          line: 144,
                                          column: 29,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 144,
                                       column: 19,
                                      },
                                      end: Position {
                                       line: 144,
                                       column: 30,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "WorkingDirectory",
                                      span: Span {
                                       start: Position {
                                        line: 145,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 145,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 145,
                                         column: 30,
                                        },
                                        end: Position {
                                         line: 145,
                                         column: 33,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "stateDir",
                                        span: Span {
                                         start: Position {
                                          line: 145,
                                          column: 34,
                                         },
                                         end: Position {
                                          line: 145,
                                          column: 42,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 140,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 146,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                              FunctionApplication(
                               FunctionApplication {
                                function: Identifier(
                                 Identifier {
                                  id: "mkIf",
                                  span: Span {
                                   start: Position {
                                    line: 147,
                                    column: 10,
                                   },
                                   end: Position {
                                    line: 147,
                                    column: 14,
                                   },
                                  },
                                 },
                                ),
                                arguments: [
                                 BinaryOperation(
                                  BinaryOperation {
                                   left: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 147,
                                         column: 16,
                                        },
                                        end: Position {
                                         line: 147,
                                         column: 19,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "stateDir",
                                        span: Span {
                                         start: Position {
                                          line: 147,
                                          column: 20,
                                         },
                                         end: Position {
                                          line: 147,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                   operator: EqualTo,
                                   right: String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "/var/lib/deliantra",
                                        span: Span {
                                         start: Position {
                                          line: 147,
                                          column: 33,
                                         },
                                         end: Position {
                                          line: 147,
                                          column: 51,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 147,
                                       column: 32,
                                      },
                                      end: Position {
                                       line: 147,
                                       column: 52,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 Map(
                                  Map {
                                   recursive: false,
                                   bindings: [
                                    KeyValue(
                                     BindingKeyValue {
                                      from: [
                                       Raw(
                                        PartRaw {
                                         content: "StateDirectory",
                                         span: Span {
                                          start: Position {
                                           line: 148,
                                           column: 11,
                                          },
                                          end: Position {
                                           line: 148,
                                           column: 25,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      to: String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "deliantra",
                                           span: Span {
                                            start: Position {
                                             line: 148,
                                             column: 29,
                                            },
                                            end: Position {
                                             line: 148,
                                             column: 38,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 148,
                                          column: 28,
                                         },
                                         end: Position {
                                          line: 148,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 147,
                                     column: 54,
                                    },
                                    end: Position {
                                     line: 149,
                                     column: 10,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 139,
                               column: 31,
                              },
                              end: Position {
                               line: 150,
                               column: 8,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "preStart",
                           span: Span {
                            start: Position {
                             line: 160,
                             column: 7,
                            },
                            end: Position {
                             line: 160,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: IndentedString(
                         IndentedString {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "if [ ! -e \"",
                             span: Span {
                              start: Position {
                               line: 161,
                               column: 1,
                              },
                              end: Position {
                               line: 161,
                               column: 20,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 161,
                                   column: 22,
                                  },
                                  end: Position {
                                   line: 161,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 161,
                                    column: 26,
                                   },
                                   end: Position {
                                    line: 161,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "\"/bookarch ]; then\n  ",
                             span: Span {
                              start: Position {
                               line: 161,
                               column: 1,
                              },
                              end: Position {
                               line: 162,
                               column: 11,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 162,
                                   column: 13,
                                  },
                                  end: Position {
                                   line: 162,
                                   column: 17,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "rsync",
                                  span: Span {
                                   start: Position {
                                    line: 162,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 162,
                                    column: 23,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/bin/rsync -a --chmod=u=rwX,go=rX \\\n    \"",
                             span: Span {
                              start: Position {
                               line: 161,
                               column: 1,
                              },
                              end: Position {
                               line: 163,
                               column: 14,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 163,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 163,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "package",
                                  span: Span {
                                   start: Position {
                                    line: 163,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 163,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/var/deliantra-server/\" \"",
                             span: Span {
                              start: Position {
                               line: 161,
                               column: 1,
                              },
                              end: Position {
                               line: 163,
                               column: 53,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 163,
                                   column: 55,
                                  },
                                  end: Position {
                                   line: 163,
                                   column: 58,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "stateDir",
                                  span: Span {
                                   start: Position {
                                    line: 163,
                                    column: 59,
                                   },
                                   end: Position {
                                    line: 163,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/\"\nfi\n",
                             span: Span {
                              start: Position {
                               line: 161,
                               column: 1,
                              },
                              end: Position {
                               line: 165,
                               column: 7,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 160,
                            column: 18,
                           },
                           end: Position {
                            line: 165,
                            column: 9,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 128,
                       column: 41,
                      },
                      end: Position {
                       line: 166,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "networking",
                      span: Span {
                       start: Position {
                        line: 168,
                        column: 5,
                       },
                       end: Position {
                        line: 168,
                        column: 15,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "firewall",
                      span: Span {
                       start: Position {
                        line: 168,
                        column: 16,
                       },
                       end: Position {
                        line: 168,
                        column: 24,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkIf",
                       span: Span {
                        start: Position {
                         line: 168,
                         column: 27,
                        },
                        end: Position {
                         line: 168,
                         column: 31,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 168,
                            column: 32,
                           },
                           end: Position {
                            line: 168,
                            column: 35,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "openFirewall",
                           span: Span {
                            start: Position {
                             line: 168,
                             column: 36,
                            },
                            end: Position {
                             line: 168,
                             column: 48,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "allowedTCPPorts",
                              span: Span {
                               start: Position {
                                line: 169,
                                column: 7,
                               },
                               end: Position {
                                line: 169,
                                column: 22,
                               },
                              },
                             },
                            ),
                           ],
                           to: List(
                            List {
                             elements: [
                              Identifier(
                               Identifier {
                                id: "serverPort",
                                span: Span {
                                 start: Position {
                                  line: 169,
                                  column: 27,
                                 },
                                 end: Position {
                                  line: 169,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 169,
                               column: 25,
                              },
                              end: Position {
                               line: 169,
                               column: 39,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 168,
                          column: 49,
                         },
                         end: Position {
                          line: 170,
                          column: 6,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 97,
                  column: 28,
                 },
                 end: Position {
                  line: 171,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 8,
          column: 4,
         },
         end: Position {
          line: 172,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 172,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 172,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 172,
    column: 2,
   },
  },
 },
)