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: "taskserver",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 35,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "taskd",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 8,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "pkgs",
                  span: Span {
                   start: Position {
                    line: 8,
                    column: 14,
                   },
                   end: Position {
                    line: 8,
                    column: 18,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "taskserver",
                   span: Span {
                    start: Position {
                     line: 8,
                     column: 19,
                    },
                    end: Position {
                     line: 8,
                     column: 29,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "/bin/taskd",
              span: Span {
               start: Position {
                line: 8,
                column: 12,
               },
               end: Position {
                line: 8,
                column: 40,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 8,
             column: 11,
            },
            end: Position {
             line: 8,
             column: 41,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "mkManualPkiOption",
            span: Span {
             start: Position {
              line: 10,
              column: 3,
             },
             end: Position {
              line: 10,
              column: 20,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "desc",
            },
           ),
           body: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkOption",
               span: Span {
                start: Position {
                 line: 10,
                 column: 29,
                },
                end: Position {
                 line: 10,
                 column: 37,
                },
               },
              },
             ),
             arguments: [
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "type",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 5,
                       },
                       end: Position {
                        line: 11,
                        column: 9,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "types",
                         span: Span {
                          start: Position {
                           line: 11,
                           column: 12,
                          },
                          end: Position {
                           line: 11,
                           column: 17,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "nullOr",
                          span: Span {
                           start: Position {
                            line: 11,
                            column: 18,
                           },
                           end: Position {
                            line: 11,
                            column: 24,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "types",
                          span: Span {
                           start: Position {
                            line: 11,
                            column: 25,
                           },
                           end: Position {
                            line: 11,
                            column: 30,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "path",
                           span: Span {
                            start: Position {
                             line: 11,
                             column: 31,
                            },
                            end: Position {
                             line: 11,
                             column: 35,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "default",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 5,
                       },
                       end: Position {
                        line: 12,
                        column: 12,
                       },
                      },
                     },
                    ),
                   ],
                   to: Identifier(
                    Identifier {
                     id: "null",
                     span: Span {
                      start: Position {
                       line: 12,
                       column: 15,
                      },
                      end: Position {
                       line: 12,
                       column: 19,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "description",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 5,
                       },
                       end: Position {
                        line: 13,
                        column: 16,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 13,
                           column: 19,
                          },
                          end: Position {
                           line: 13,
                           column: 22,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 13,
                            column: 23,
                           },
                           end: Position {
                            line: 13,
                            column: 28,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      IndentedString(
                       IndentedString {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "",
                           span: Span {
                            start: Position {
                             line: 14,
                             column: 1,
                            },
                            end: Position {
                             line: 14,
                             column: 7,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "desc",
                             span: Span {
                              start: Position {
                               line: 14,
                               column: 9,
                              },
                              end: Position {
                               line: 14,
                               column: 13,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "\n\n::: {.note}\nSetting this option will prevent automatic CA creation and handling.\n:::\n",
                           span: Span {
                            start: Position {
                             line: 14,
                             column: 1,
                            },
                            end: Position {
                             line: 19,
                             column: 5,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 13,
                          column: 29,
                         },
                         end: Position {
                          line: 19,
                          column: 7,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 10,
                  column: 38,
                 },
                 end: Position {
                  line: 20,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 10,
             column: 23,
            },
            end: Position {
             line: 20,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "manualPkiOptions",
            span: Span {
             start: Position {
              line: 22,
              column: 3,
             },
             end: Position {
              line: 22,
              column: 19,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "ca",
                 span: Span {
                  start: Position {
                   line: 23,
                   column: 5,
                  },
                  end: Position {
                   line: 23,
                   column: 7,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "cert",
                 span: Span {
                  start: Position {
                   line: 23,
                   column: 8,
                  },
                  end: Position {
                   line: 23,
                   column: 12,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkManualPkiOption",
                  span: Span {
                   start: Position {
                    line: 23,
                    column: 15,
                   },
                   end: Position {
                    line: 23,
                    column: 32,
                   },
                  },
                 },
                ),
                arguments: [
                 IndentedString(
                  IndentedString {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "Fully qualified path to the CA certificate.\n",
                      span: Span {
                       start: Position {
                        line: 24,
                        column: 1,
                       },
                       end: Position {
                        line: 25,
                        column: 5,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 23,
                     column: 33,
                    },
                    end: Position {
                     line: 25,
                     column: 7,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "server",
                 span: Span {
                  start: Position {
                   line: 27,
                   column: 5,
                  },
                  end: Position {
                   line: 27,
                   column: 11,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "cert",
                 span: Span {
                  start: Position {
                   line: 27,
                   column: 12,
                  },
                  end: Position {
                   line: 27,
                   column: 16,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkManualPkiOption",
                  span: Span {
                   start: Position {
                    line: 27,
                    column: 19,
                   },
                   end: Position {
                    line: 27,
                    column: 36,
                   },
                  },
                 },
                ),
                arguments: [
                 IndentedString(
                  IndentedString {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "Fully qualified path to the server certificate.\n",
                      span: Span {
                       start: Position {
                        line: 28,
                        column: 1,
                       },
                       end: Position {
                        line: 29,
                        column: 5,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 27,
                     column: 37,
                    },
                    end: Position {
                     line: 29,
                     column: 7,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "server",
                 span: Span {
                  start: Position {
                   line: 31,
                   column: 5,
                  },
                  end: Position {
                   line: 31,
                   column: 11,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "crl",
                 span: Span {
                  start: Position {
                   line: 31,
                   column: 12,
                  },
                  end: Position {
                   line: 31,
                   column: 15,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkManualPkiOption",
                  span: Span {
                   start: Position {
                    line: 31,
                    column: 18,
                   },
                   end: Position {
                    line: 31,
                    column: 35,
                   },
                  },
                 },
                ),
                arguments: [
                 IndentedString(
                  IndentedString {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "Fully qualified path to the server certificate revocation list.\n",
                      span: Span {
                       start: Position {
                        line: 32,
                        column: 1,
                       },
                       end: Position {
                        line: 33,
                        column: 5,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 31,
                     column: 36,
                    },
                    end: Position {
                     line: 33,
                     column: 7,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "server",
                 span: Span {
                  start: Position {
                   line: 35,
                   column: 5,
                  },
                  end: Position {
                   line: 35,
                   column: 11,
                  },
                 },
                },
               ),
               Raw(
                PartRaw {
                 content: "key",
                 span: Span {
                  start: Position {
                   line: 35,
                   column: 12,
                  },
                  end: Position {
                   line: 35,
                   column: 15,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkManualPkiOption",
                  span: Span {
                   start: Position {
                    line: 35,
                    column: 18,
                   },
                   end: Position {
                    line: 35,
                    column: 35,
                   },
                  },
                 },
                ),
                arguments: [
                 IndentedString(
                  IndentedString {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "Fully qualified path to the server key.\n",
                      span: Span {
                       start: Position {
                        line: 36,
                        column: 1,
                       },
                       end: Position {
                        line: 37,
                        column: 5,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 35,
                     column: 36,
                    },
                    end: Position {
                     line: 37,
                     column: 7,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 22,
             column: 22,
            },
            end: Position {
             line: 38,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "mkAutoDesc",
            span: Span {
             start: Position {
              line: 40,
              column: 3,
             },
             end: Position {
              line: 40,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "preamble",
            },
           ),
           body: FunctionApplication(
            FunctionApplication {
             function: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "lib",
                 span: Span {
                  start: Position {
                   line: 40,
                   column: 26,
                  },
                  end: Position {
                   line: 40,
                   column: 29,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "mdDoc",
                  span: Span {
                   start: Position {
                    line: 40,
                    column: 30,
                   },
                   end: Position {
                    line: 40,
                    column: 35,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             arguments: [
              IndentedString(
               IndentedString {
                parts: [
                 Raw(
                  PartRaw {
                   content: "",
                   span: Span {
                    start: Position {
                     line: 41,
                     column: 1,
                    },
                    end: Position {
                     line: 41,
                     column: 5,
                    },
                   },
                  },
                 ),
                 Interpolation(
                  PartInterpolation {
                   expression: Identifier(
                    Identifier {
                     id: "preamble",
                     span: Span {
                      start: Position {
                       line: 41,
                       column: 7,
                      },
                      end: Position {
                       line: 41,
                       column: 15,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "\n\n::: {.note}\nThis option is for the automatically handled CA and will be ignored if any\nof the {option}`services.taskserver.pki.manual.*` options are set.\n:::\n",
                   span: Span {
                    start: Position {
                     line: 41,
                     column: 1,
                    },
                    end: Position {
                     line: 47,
                     column: 3,
                    },
                   },
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 40,
                  column: 36,
                 },
                 end: Position {
                  line: 47,
                  column: 5,
                 },
                },
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 40,
             column: 16,
            },
            end: Position {
             line: 47,
             column: 5,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "mkExpireOption",
            span: Span {
             start: Position {
              line: 49,
              column: 3,
             },
             end: Position {
              line: 49,
              column: 17,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "desc",
            },
           ),
           body: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkOption",
               span: Span {
                start: Position {
                 line: 49,
                 column: 26,
                },
                end: Position {
                 line: 49,
                 column: 34,
                },
               },
              },
             ),
             arguments: [
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "type",
                      span: Span {
                       start: Position {
                        line: 50,
                        column: 5,
                       },
                       end: Position {
                        line: 50,
                        column: 9,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "types",
                         span: Span {
                          start: Position {
                           line: 50,
                           column: 12,
                          },
                          end: Position {
                           line: 50,
                           column: 17,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "nullOr",
                          span: Span {
                           start: Position {
                            line: 50,
                            column: 18,
                           },
                           end: Position {
                            line: 50,
                            column: 24,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "types",
                          span: Span {
                           start: Position {
                            line: 50,
                            column: 25,
                           },
                           end: Position {
                            line: 50,
                            column: 30,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "int",
                           span: Span {
                            start: Position {
                             line: 50,
                             column: 31,
                            },
                            end: Position {
                             line: 50,
                             column: 34,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "default",
                      span: Span {
                       start: Position {
                        line: 51,
                        column: 5,
                       },
                       end: Position {
                        line: 51,
                        column: 12,
                       },
                      },
                     },
                    ),
                   ],
                   to: Identifier(
                    Identifier {
                     id: "null",
                     span: Span {
                      start: Position {
                       line: 51,
                       column: 15,
                      },
                      end: Position {
                       line: 51,
                       column: 19,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "example",
                      span: Span {
                       start: Position {
                        line: 52,
                        column: 5,
                       },
                       end: Position {
                        line: 52,
                        column: 12,
                       },
                      },
                     },
                    ),
                   ],
                   to: Integer(
                    Integer {
                     value: "365",
                     span: Span {
                      start: Position {
                       line: 52,
                       column: 15,
                      },
                      end: Position {
                       line: 52,
                       column: 18,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "apply",
                      span: Span {
                       start: Position {
                        line: 53,
                        column: 5,
                       },
                       end: Position {
                        line: 53,
                        column: 10,
                       },
                      },
                     },
                    ),
                   ],
                   to: Function(
                    Function {
                     head: Simple(
                      FunctionHeadSimple {
                       identifier: "val",
                      },
                     ),
                     body: IfThenElse(
                      IfThenElse {
                       predicate: BinaryOperation(
                        BinaryOperation {
                         left: Identifier(
                          Identifier {
                           id: "val",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 21,
                            },
                            end: Position {
                             line: 53,
                             column: 24,
                            },
                           },
                          },
                         ),
                         operator: EqualTo,
                         right: Identifier(
                          Identifier {
                           id: "null",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 28,
                            },
                            end: Position {
                             line: 53,
                             column: 32,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       then: UnaryOperation(
                        UnaryOperation {
                         operator: Negate,
                         operand: Integer(
                          Integer {
                           value: "1",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 39,
                            },
                            end: Position {
                             line: 53,
                             column: 40,
                            },
                           },
                          },
                         ),
                         span: Span {
                          start: Position {
                           line: 53,
                           column: 38,
                          },
                          end: Position {
                           line: 53,
                           column: 40,
                          },
                         },
                        },
                       ),
                       else_: Identifier(
                        Identifier {
                         id: "val",
                         span: Span {
                          start: Position {
                           line: 53,
                           column: 46,
                          },
                          end: Position {
                           line: 53,
                           column: 49,
                          },
                         },
                        },
                       ),
                       span: Span {
                        start: Position {
                         line: 53,
                         column: 18,
                        },
                        end: Position {
                         line: 53,
                         column: 49,
                        },
                       },
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 53,
                       column: 13,
                      },
                      end: Position {
                       line: 53,
                       column: 49,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "description",
                      span: Span {
                       start: Position {
                        line: 54,
                        column: 5,
                       },
                       end: Position {
                        line: 54,
                        column: 16,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkAutoDesc",
                       span: Span {
                        start: Position {
                         line: 54,
                         column: 19,
                        },
                        end: Position {
                         line: 54,
                         column: 29,
                        },
                       },
                      },
                     ),
                     arguments: [
                      IndentedString(
                       IndentedString {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "The expiration time of ",
                           span: Span {
                            start: Position {
                             line: 55,
                             column: 1,
                            },
                            end: Position {
                             line: 55,
                             column: 30,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: Identifier(
                            Identifier {
                             id: "desc",
                             span: Span {
                              start: Position {
                               line: 55,
                               column: 32,
                              },
                              end: Position {
                               line: 55,
                               column: 36,
                              },
                             },
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: " in days or `null` for no\nexpiration time.\n",
                           span: Span {
                            start: Position {
                             line: 55,
                             column: 1,
                            },
                            end: Position {
                             line: 57,
                             column: 5,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 54,
                          column: 30,
                         },
                         end: Position {
                          line: 57,
                          column: 7,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 49,
                  column: 35,
                 },
                 end: Position {
                  line: 58,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 49,
             column: 20,
            },
            end: Position {
             line: 58,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "autoPkiOptions",
            span: Span {
             start: Position {
              line: 60,
              column: 3,
             },
             end: Position {
              line: 60,
              column: 17,
             },
            },
           },
          ),
         ],
         to: Map(
          Map {
           recursive: false,
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "bits",
                 span: Span {
                  start: Position {
                   line: 61,
                   column: 5,
                  },
                  end: Position {
                   line: 61,
                   column: 9,
                  },
                 },
                },
               ),
              ],
              to: FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkOption",
                  span: Span {
                   start: Position {
                    line: 61,
                    column: 12,
                   },
                   end: Position {
                    line: 61,
                    column: 20,
                   },
                  },
                 },
                ),
                arguments: [
                 Map(
                  Map {
                   recursive: false,
                   bindings: [
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "type",
                         span: Span {
                          start: Position {
                           line: 62,
                           column: 7,
                          },
                          end: Position {
                           line: 62,
                           column: 11,
                          },
                         },
                        },
                       ),
                      ],
                      to: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "types",
                          span: Span {
                           start: Position {
                            line: 62,
                            column: 14,
                           },
                           end: Position {
                            line: 62,
                            column: 19,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "int",
                           span: Span {
                            start: Position {
                             line: 62,
                             column: 20,
                            },
                            end: Position {
                             line: 62,
                             column: 23,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "default",
                         span: Span {
                          start: Position {
                           line: 63,
                           column: 7,
                          },
                          end: Position {
                           line: 63,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Integer(
                       Integer {
                        value: "4096",
                        span: Span {
                         start: Position {
                          line: 63,
                          column: 17,
                         },
                         end: Position {
                          line: 63,
                          column: 21,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "example",
                         span: Span {
                          start: Position {
                           line: 64,
                           column: 7,
                          },
                          end: Position {
                           line: 64,
                           column: 14,
                          },
                         },
                        },
                       ),
                      ],
                      to: Integer(
                       Integer {
                        value: "2048",
                        span: Span {
                         start: Position {
                          line: 64,
                          column: 17,
                         },
                         end: Position {
                          line: 64,
                          column: 21,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    KeyValue(
                     BindingKeyValue {
                      from: [
                       Raw(
                        PartRaw {
                         content: "description",
                         span: Span {
                          start: Position {
                           line: 65,
                           column: 7,
                          },
                          end: Position {
                           line: 65,
                           column: 18,
                          },
                         },
                        },
                       ),
                      ],
                      to: FunctionApplication(
                       FunctionApplication {
                        function: Identifier(
                         Identifier {
                          id: "mkAutoDesc",
                          span: Span {
                           start: Position {
                            line: 65,
                            column: 21,
                           },
                           end: Position {
                            line: 65,
                            column: 31,
                           },
                          },
                         },
                        ),
                        arguments: [
                         String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "The bit size for generated keys.",
                              span: Span {
                               start: Position {
                                line: 65,
                                column: 33,
                               },
                               end: Position {
                                line: 65,
                                column: 65,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 65,
                             column: 32,
                            },
                            end: Position {
                             line: 65,
                             column: 66,
                            },
                           },
                          },
                         ),
                        ],
                       },
                      ),
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 61,
                     column: 21,
                    },
                    end: Position {
                     line: 66,
                     column: 6,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "expiration",
                 span: Span {
                  start: Position {
                   line: 68,
                   column: 5,
                  },
                  end: Position {
                   line: 68,
                   column: 15,
                  },
                 },
                },
               ),
              ],
              to: Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "ca",
                      span: Span {
                       start: Position {
                        line: 69,
                        column: 7,
                       },
                       end: Position {
                        line: 69,
                        column: 9,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkExpireOption",
                       span: Span {
                        start: Position {
                         line: 69,
                         column: 12,
                        },
                        end: Position {
                         line: 69,
                         column: 26,
                        },
                       },
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "the CA certificate",
                           span: Span {
                            start: Position {
                             line: 69,
                             column: 28,
                            },
                            end: Position {
                             line: 69,
                             column: 46,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 69,
                          column: 27,
                         },
                         end: Position {
                          line: 69,
                          column: 47,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "server",
                      span: Span {
                       start: Position {
                        line: 70,
                        column: 7,
                       },
                       end: Position {
                        line: 70,
                        column: 13,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkExpireOption",
                       span: Span {
                        start: Position {
                         line: 70,
                         column: 16,
                        },
                        end: Position {
                         line: 70,
                         column: 30,
                        },
                       },
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "the server certificate",
                           span: Span {
                            start: Position {
                             line: 70,
                             column: 32,
                            },
                            end: Position {
                             line: 70,
                             column: 54,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 70,
                          column: 31,
                         },
                         end: Position {
                          line: 70,
                          column: 55,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "client",
                      span: Span {
                       start: Position {
                        line: 71,
                        column: 7,
                       },
                       end: Position {
                        line: 71,
                        column: 13,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkExpireOption",
                       span: Span {
                        start: Position {
                         line: 71,
                         column: 16,
                        },
                        end: Position {
                         line: 71,
                         column: 30,
                        },
                       },
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "client certificates",
                           span: Span {
                            start: Position {
                             line: 71,
                             column: 32,
                            },
                            end: Position {
                             line: 71,
                             column: 51,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 71,
                          column: 31,
                         },
                         end: Position {
                          line: 71,
                          column: 52,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "crl",
                      span: Span {
                       start: Position {
                        line: 72,
                        column: 7,
                       },
                       end: Position {
                        line: 72,
                        column: 10,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkExpireOption",
                       span: Span {
                        start: Position {
                         line: 72,
                         column: 13,
                        },
                        end: Position {
                         line: 72,
                         column: 27,
                        },
                       },
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "the certificate revocation list (CRL)",
                           span: Span {
                            start: Position {
                             line: 72,
                             column: 29,
                            },
                            end: Position {
                             line: 72,
                             column: 66,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 72,
                          column: 28,
                         },
                         end: Position {
                          line: 72,
                          column: 67,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 68,
                  column: 18,
                 },
                 end: Position {
                  line: 73,
                  column: 6,
                 },
                },
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 60,
             column: 20,
            },
            end: Position {
             line: 74,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "needToCreateCA",
            span: Span {
             start: Position {
              line: 76,
              column: 3,
             },
             end: Position {
              line: 76,
              column: 17,
             },
            },
           },
          ),
         ],
         to: LetIn(
          LetIn {
           bindings: [
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "notFound",
                 span: Span {
                  start: Position {
                   line: 77,
                   column: 5,
                  },
                  end: Position {
                   line: 77,
                   column: 13,
                  },
                 },
                },
               ),
              ],
              to: Function(
               Function {
                head: Simple(
                 FunctionHeadSimple {
                  identifier: "path",
                 },
                ),
                body: LetIn(
                 LetIn {
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "dotted",
                        span: Span {
                         start: Position {
                          line: 78,
                          column: 7,
                         },
                         end: Position {
                          line: 78,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "concatStringsSep",
                         span: Span {
                          start: Position {
                           line: 78,
                           column: 16,
                          },
                          end: Position {
                           line: 78,
                           column: 32,
                          },
                         },
                        },
                       ),
                       arguments: [
                        String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: ".",
                             span: Span {
                              start: Position {
                               line: 78,
                               column: 34,
                              },
                              end: Position {
                               line: 78,
                               column: 35,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 78,
                            column: 33,
                           },
                           end: Position {
                            line: 78,
                            column: 36,
                           },
                          },
                         },
                        ),
                        Identifier(
                         Identifier {
                          id: "path",
                          span: Span {
                           start: Position {
                            line: 78,
                            column: 37,
                           },
                           end: Position {
                            line: 78,
                            column: 41,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  target: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "throw",
                      span: Span {
                       start: Position {
                        line: 79,
                        column: 8,
                       },
                       end: Position {
                        line: 79,
                        column: 13,
                       },
                      },
                     },
                    ),
                    arguments: [
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "Can't find option definitions for path `",
                          span: Span {
                           start: Position {
                            line: 79,
                            column: 15,
                           },
                           end: Position {
                            line: 79,
                            column: 64,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "dotted",
                            span: Span {
                             start: Position {
                              line: 79,
                              column: 57,
                             },
                             end: Position {
                              line: 79,
                              column: 63,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "'.",
                          span: Span {
                           start: Position {
                            line: 79,
                            column: 15,
                           },
                           end: Position {
                            line: 79,
                            column: 66,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 79,
                         column: 14,
                        },
                        end: Position {
                         line: 79,
                         column: 67,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 77,
                    column: 22,
                   },
                   end: Position {
                    line: 79,
                    column: 67,
                   },
                  },
                 },
                ),
                span: Span {
                 start: Position {
                  line: 77,
                  column: 16,
                 },
                 end: Position {
                  line: 79,
                  column: 67,
                 },
                },
               },
              ),
             },
            ),
            KeyValue(
             BindingKeyValue {
              from: [
               Raw(
                PartRaw {
                 content: "findPkiDefinitions",
                 span: Span {
                  start: Position {
                   line: 80,
                   column: 5,
                  },
                  end: Position {
                   line: 80,
                   column: 23,
                  },
                 },
                },
               ),
              ],
              to: Function(
               Function {
                head: Simple(
                 FunctionHeadSimple {
                  identifier: "path",
                 },
                ),
                body: Function(
                 Function {
                  head: Simple(
                   FunctionHeadSimple {
                    identifier: "attrs",
                   },
                  ),
                  body: LetIn(
                   LetIn {
                    bindings: [
                     KeyValue(
                      BindingKeyValue {
                       from: [
                        Raw(
                         PartRaw {
                          content: "mkSublist",
                          span: Span {
                           start: Position {
                            line: 81,
                            column: 7,
                           },
                           end: Position {
                            line: 81,
                            column: 16,
                           },
                          },
                         },
                        ),
                       ],
                       to: Function(
                        Function {
                         head: Simple(
                          FunctionHeadSimple {
                           identifier: "key",
                          },
                         ),
                         body: Function(
                          Function {
                           head: Simple(
                            FunctionHeadSimple {
                             identifier: "val",
                            },
                           ),
                           body: LetIn(
                            LetIn {
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "newPath",
                                   span: Span {
                                    start: Position {
                                     line: 82,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 82,
                                     column: 16,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: BinaryOperation(
                                 BinaryOperation {
                                  left: Identifier(
                                   Identifier {
                                    id: "path",
                                    span: Span {
                                     start: Position {
                                      line: 82,
                                      column: 19,
                                     },
                                     end: Position {
                                      line: 82,
                                      column: 23,
                                     },
                                    },
                                   },
                                  ),
                                  operator: Concatenation,
                                  right: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "singleton",
                                      span: Span {
                                       start: Position {
                                        line: 82,
                                        column: 27,
                                       },
                                       end: Position {
                                        line: 82,
                                        column: 36,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "key",
                                       span: Span {
                                        start: Position {
                                         line: 82,
                                         column: 37,
                                        },
                                        end: Position {
                                         line: 82,
                                         column: 40,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               },
                              ),
                             ],
                             target: IfThenElse(
                              IfThenElse {
                               predicate: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "isOption",
                                   span: Span {
                                    start: Position {
                                     line: 83,
                                     column: 13,
                                    },
                                    end: Position {
                                     line: 83,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  Identifier(
                                   Identifier {
                                    id: "val",
                                    span: Span {
                                     start: Position {
                                      line: 83,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 83,
                                      column: 25,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               then: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "attrByPath",
                                   span: Span {
                                    start: Position {
                                     line: 84,
                                     column: 15,
                                    },
                                    end: Position {
                                     line: 84,
                                     column: 25,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  Identifier(
                                   Identifier {
                                    id: "newPath",
                                    span: Span {
                                     start: Position {
                                      line: 84,
                                      column: 26,
                                     },
                                     end: Position {
                                      line: 84,
                                      column: 33,
                                     },
                                    },
                                   },
                                  ),
                                  FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "notFound",
                                      span: Span {
                                       start: Position {
                                        line: 84,
                                        column: 35,
                                       },
                                       end: Position {
                                        line: 84,
                                        column: 43,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "newPath",
                                       span: Span {
                                        start: Position {
                                         line: 84,
                                         column: 44,
                                        },
                                        end: Position {
                                         line: 84,
                                         column: 51,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                  PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 84,
                                        column: 53,
                                       },
                                       end: Position {
                                        line: 84,
                                        column: 56,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "pki",
                                       span: Span {
                                        start: Position {
                                         line: 84,
                                         column: 57,
                                        },
                                        end: Position {
                                         line: 84,
                                         column: 60,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "manual",
                                       span: Span {
                                        start: Position {
                                         line: 84,
                                         column: 61,
                                        },
                                        end: Position {
                                         line: 84,
                                         column: 67,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 ],
                                },
                               ),
                               else_: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "findPkiDefinitions",
                                   span: Span {
                                    start: Position {
                                     line: 85,
                                     column: 15,
                                    },
                                    end: Position {
                                     line: 85,
                                     column: 33,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  Identifier(
                                   Identifier {
                                    id: "newPath",
                                    span: Span {
                                     start: Position {
                                      line: 85,
                                      column: 34,
                                     },
                                     end: Position {
                                      line: 85,
                                      column: 41,
                                     },
                                    },
                                   },
                                  ),
                                  Identifier(
                                   Identifier {
                                    id: "val",
                                    span: Span {
                                     start: Position {
                                      line: 85,
                                      column: 42,
                                     },
                                     end: Position {
                                      line: 85,
                                      column: 45,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 83,
                                 column: 10,
                                },
                                end: Position {
                                 line: 85,
                                 column: 45,
                                },
                               },
                              },
                             ),
                             span: Span {
                              start: Position {
                               line: 81,
                               column: 29,
                              },
                              end: Position {
                               line: 85,
                               column: 45,
                              },
                             },
                            },
                           ),
                           span: Span {
                            start: Position {
                             line: 81,
                             column: 24,
                            },
                            end: Position {
                             line: 85,
                             column: 45,
                            },
                           },
                          },
                         ),
                         span: Span {
                          start: Position {
                           line: 81,
                           column: 19,
                          },
                          end: Position {
                           line: 85,
                           column: 45,
                          },
                         },
                        },
                       ),
                      },
                     ),
                    ],
                    target: FunctionApplication(
                     FunctionApplication {
                      function: Identifier(
                       Identifier {
                        id: "flatten",
                        span: Span {
                         start: Position {
                          line: 86,
                          column: 8,
                         },
                         end: Position {
                          line: 86,
                          column: 15,
                         },
                        },
                       },
                      ),
                      arguments: [
                       FunctionApplication(
                        FunctionApplication {
                         function: Identifier(
                          Identifier {
                           id: "mapAttrsToList",
                           span: Span {
                            start: Position {
                             line: 86,
                             column: 17,
                            },
                            end: Position {
                             line: 86,
                             column: 31,
                            },
                           },
                          },
                         ),
                         arguments: [
                          Identifier(
                           Identifier {
                            id: "mkSublist",
                            span: Span {
                             start: Position {
                              line: 86,
                              column: 32,
                             },
                             end: Position {
                              line: 86,
                              column: 41,
                             },
                            },
                           },
                          ),
                          Identifier(
                           Identifier {
                            id: "attrs",
                            span: Span {
                             start: Position {
                              line: 86,
                              column: 42,
                             },
                             end: Position {
                              line: 86,
                              column: 47,
                             },
                            },
                           },
                          ),
                         ],
                        },
                       ),
                      ],
                     },
                    ),
                    span: Span {
                     start: Position {
                      line: 80,
                      column: 39,
                     },
                     end: Position {
                      line: 86,
                      column: 48,
                     },
                    },
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 80,
                    column: 32,
                   },
                   end: Position {
                    line: 86,
                    column: 48,
                   },
                  },
                 },
                ),
                span: Span {
                 start: Position {
                  line: 80,
                  column: 26,
                 },
                 end: Position {
                  line: 86,
                  column: 48,
                 },
                },
               },
              ),
             },
            ),
           ],
           target: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "all",
               span: Span {
                start: Position {
                 line: 87,
                 column: 6,
                },
                end: Position {
                 line: 87,
                 column: 9,
                },
               },
              },
             ),
             arguments: [
              Function(
               Function {
                head: Simple(
                 FunctionHeadSimple {
                  identifier: "x",
                 },
                ),
                body: BinaryOperation(
                 BinaryOperation {
                  left: Identifier(
                   Identifier {
                    id: "x",
                    span: Span {
                     start: Position {
                      line: 87,
                      column: 14,
                     },
                     end: Position {
                      line: 87,
                      column: 15,
                     },
                    },
                   },
                  ),
                  operator: EqualTo,
                  right: Identifier(
                   Identifier {
                    id: "null",
                    span: Span {
                     start: Position {
                      line: 87,
                      column: 19,
                     },
                     end: Position {
                      line: 87,
                      column: 23,
                     },
                    },
                   },
                  ),
                 },
                ),
                span: Span {
                 start: Position {
                  line: 87,
                  column: 11,
                 },
                 end: Position {
                  line: 87,
                  column: 23,
                 },
                },
               },
              ),
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "findPkiDefinitions",
                  span: Span {
                   start: Position {
                    line: 87,
                    column: 26,
                   },
                   end: Position {
                    line: 87,
                    column: 44,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [],
                   span: Span {
                    start: Position {
                     line: 87,
                     column: 45,
                    },
                    end: Position {
                     line: 87,
                     column: 47,
                    },
                   },
                  },
                 ),
                 Identifier(
                  Identifier {
                   id: "manualPkiOptions",
                   span: Span {
                    start: Position {
                     line: 87,
                     column: 48,
                    },
                    end: Position {
                     line: 87,
                     column: 64,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 76,
             column: 20,
            },
            end: Position {
             line: 87,
             column: 65,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "orgOptions",
            span: Span {
             start: Position {
              line: 89,
              column: 3,
             },
             end: Position {
              line: 89,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Destructured(
            FunctionHeadDestructured {
             ellipsis: true,
             identifier: None,
             arguments: [],
            },
           ),
           body: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "options",
                   span: Span {
                    start: Position {
                     line: 90,
                     column: 5,
                    },
                    end: Position {
                     line: 90,
                     column: 12,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "users",
                   span: Span {
                    start: Position {
                     line: 90,
                     column: 13,
                    },
                    end: Position {
                     line: 90,
                     column: 18,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 90,
                      column: 21,
                     },
                     end: Position {
                      line: 90,
                      column: 29,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 91,
                             column: 7,
                            },
                            end: Position {
                             line: 91,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 91,
                                column: 14,
                               },
                               end: Position {
                                line: 91,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "uniq",
                               span: Span {
                                start: Position {
                                 line: 91,
                                 column: 20,
                                },
                                end: Position {
                                 line: 91,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 91,
                                   column: 26,
                                  },
                                  end: Position {
                                   line: 91,
                                   column: 31,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "listOf",
                                  span: Span {
                                   start: Position {
                                    line: 91,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 91,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "types",
                                  span: Span {
                                   start: Position {
                                    line: 91,
                                    column: 39,
                                   },
                                   end: Position {
                                    line: 91,
                                    column: 44,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "str",
                                   span: Span {
                                    start: Position {
                                     line: 91,
                                     column: 45,
                                    },
                                    end: Position {
                                     line: 91,
                                     column: 48,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             ],
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 92,
                             column: 7,
                            },
                            end: Position {
                             line: 92,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [],
                          span: Span {
                           start: Position {
                            line: 92,
                            column: 17,
                           },
                           end: Position {
                            line: 92,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 93,
                             column: 7,
                            },
                            end: Position {
                             line: 93,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "alice",
                                span: Span {
                                 start: Position {
                                  line: 93,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 93,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 93,
                               column: 19,
                              },
                              end: Position {
                               line: 93,
                               column: 26,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "bob",
                                span: Span {
                                 start: Position {
                                  line: 93,
                                  column: 28,
                                 },
                                 end: Position {
                                  line: 93,
                                  column: 31,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 93,
                               column: 27,
                              },
                              end: Position {
                               line: 93,
                               column: 32,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 93,
                            column: 17,
                           },
                           end: Position {
                            line: 93,
                            column: 34,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 94,
                             column: 7,
                            },
                            end: Position {
                             line: 94,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 94,
                                column: 21,
                               },
                               end: Position {
                                line: 94,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 94,
                                 column: 25,
                                },
                                end: Position {
                                 line: 94,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "A list of user names that belong to the organization.\n",
                                span: Span {
                                 start: Position {
                                  line: 95,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 96,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 94,
                               column: 31,
                              },
                              end: Position {
                               line: 96,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 90,
                       column: 30,
                      },
                      end: Position {
                       line: 97,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "options",
                   span: Span {
                    start: Position {
                     line: 99,
                     column: 5,
                    },
                    end: Position {
                     line: 99,
                     column: 12,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "groups",
                   span: Span {
                    start: Position {
                     line: 99,
                     column: 13,
                    },
                    end: Position {
                     line: 99,
                     column: 19,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 99,
                      column: 22,
                     },
                     end: Position {
                      line: 99,
                      column: 30,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 100,
                             column: 7,
                            },
                            end: Position {
                             line: 100,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 100,
                                column: 14,
                               },
                               end: Position {
                                line: 100,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listOf",
                               span: Span {
                                start: Position {
                                 line: 100,
                                 column: 20,
                                },
                                end: Position {
                                 line: 100,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 100,
                                 column: 27,
                                },
                                end: Position {
                                 line: 100,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 100,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 100,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 101,
                             column: 7,
                            },
                            end: Position {
                             line: 101,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [],
                          span: Span {
                           start: Position {
                            line: 101,
                            column: 17,
                           },
                           end: Position {
                            line: 101,
                            column: 19,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 102,
                             column: 7,
                            },
                            end: Position {
                             line: 102,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "workers",
                                span: Span {
                                 start: Position {
                                  line: 102,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 102,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 102,
                               column: 19,
                              },
                              end: Position {
                               line: 102,
                               column: 28,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "slackers",
                                span: Span {
                                 start: Position {
                                  line: 102,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 102,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 102,
                               column: 29,
                              },
                              end: Position {
                               line: 102,
                               column: 39,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 102,
                            column: 17,
                           },
                           end: Position {
                            line: 102,
                            column: 41,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 103,
                             column: 7,
                            },
                            end: Position {
                             line: 103,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 103,
                                column: 21,
                               },
                               end: Position {
                                line: 103,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 103,
                                 column: 25,
                                },
                                end: Position {
                                 line: 103,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "A list of group names that belong to the organization.\n",
                                span: Span {
                                 start: Position {
                                  line: 104,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 105,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 103,
                               column: 31,
                              },
                              end: Position {
                               line: 105,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 99,
                       column: 31,
                      },
                      end: Position {
                       line: 106,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 89,
               column: 25,
              },
              end: Position {
               line: 107,
               column: 4,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 89,
             column: 16,
            },
            end: Position {
             line: 107,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "certtool",
            span: Span {
             start: Position {
              line: 109,
              column: 3,
             },
             end: Position {
              line: 109,
              column: 11,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Interpolation(
             PartInterpolation {
              expression: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "pkgs",
                  span: Span {
                   start: Position {
                    line: 109,
                    column: 17,
                   },
                   end: Position {
                    line: 109,
                    column: 21,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "gnutls",
                   span: Span {
                    start: Position {
                     line: 109,
                     column: 22,
                    },
                    end: Position {
                     line: 109,
                     column: 28,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "bin",
                   span: Span {
                    start: Position {
                     line: 109,
                     column: 29,
                    },
                    end: Position {
                     line: 109,
                     column: 32,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "/bin/certtool",
              span: Span {
               start: Position {
                line: 109,
                column: 15,
               },
               end: Position {
                line: 109,
                column: 46,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 109,
             column: 14,
            },
            end: Position {
             line: 109,
             column: 47,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "nixos-taskserver",
            span: Span {
             start: Position {
              line: 111,
              column: 3,
             },
             end: Position {
              line: 111,
              column: 19,
             },
            },
           },
          ),
         ],
         to: With(
          With {
           expression: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 111,
                 column: 27,
                },
                end: Position {
                 line: 111,
                 column: 31,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "python3",
                span: Span {
                 start: Position {
                  line: 111,
                  column: 32,
                 },
                 end: Position {
                  line: 111,
                  column: 39,
                 },
                },
               },
              ),
              Raw(
               PartRaw {
                content: "pkgs",
                span: Span {
                 start: Position {
                  line: 111,
                  column: 40,
                 },
                 end: Position {
                  line: 111,
                  column: 44,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           target: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "buildPythonApplication",
               span: Span {
                start: Position {
                 line: 111,
                 column: 46,
                },
                end: Position {
                 line: 111,
                 column: 68,
                },
               },
              },
             ),
             arguments: [
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "name",
                      span: Span {
                       start: Position {
                        line: 112,
                        column: 5,
                       },
                       end: Position {
                        line: 112,
                        column: 9,
                       },
                      },
                     },
                    ),
                   ],
                   to: String(
                    String_ {
                     parts: [
                      Raw(
                       PartRaw {
                        content: "nixos-taskserver",
                        span: Span {
                         start: Position {
                          line: 112,
                          column: 13,
                         },
                         end: Position {
                          line: 112,
                          column: 29,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 112,
                       column: 12,
                      },
                      end: Position {
                       line: 112,
                       column: 30,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "src",
                      span: Span {
                       start: Position {
                        line: 114,
                        column: 5,
                       },
                       end: Position {
                        line: 114,
                        column: 8,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "pkgs",
                         span: Span {
                          start: Position {
                           line: 114,
                           column: 11,
                          },
                          end: Position {
                           line: 114,
                           column: 15,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "runCommand",
                          span: Span {
                           start: Position {
                            line: 114,
                            column: 16,
                           },
                           end: Position {
                            line: 114,
                            column: 26,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "nixos-taskserver-src",
                           span: Span {
                            start: Position {
                             line: 114,
                             column: 28,
                            },
                            end: Position {
                             line: 114,
                             column: 48,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 114,
                          column: 27,
                         },
                         end: Position {
                          line: 114,
                          column: 49,
                         },
                        },
                       },
                      ),
                      Map(
                       Map {
                        recursive: false,
                        bindings: [
                         KeyValue(
                          BindingKeyValue {
                           from: [
                            Raw(
                             PartRaw {
                              content: "preferLocalBuild",
                              span: Span {
                               start: Position {
                                line: 114,
                                column: 52,
                               },
                               end: Position {
                                line: 114,
                                column: 68,
                               },
                              },
                             },
                            ),
                           ],
                           to: Identifier(
                            Identifier {
                             id: "true",
                             span: Span {
                              start: Position {
                               line: 114,
                               column: 71,
                              },
                              end: Position {
                               line: 114,
                               column: 75,
                              },
                             },
                            },
                           ),
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 114,
                          column: 50,
                         },
                         end: Position {
                          line: 114,
                          column: 78,
                         },
                        },
                       },
                      ),
                      IndentedString(
                       IndentedString {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "mkdir -p \"$out\"\ncat \"",
                           span: Span {
                            start: Position {
                             line: 115,
                             column: 1,
                            },
                            end: Position {
                             line: 116,
                             column: 12,
                            },
                           },
                          },
                         ),
                         Interpolation(
                          PartInterpolation {
                           expression: FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 116,
                                   column: 14,
                                  },
                                  end: Position {
                                   line: 116,
                                   column: 18,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "substituteAll",
                                  span: Span {
                                   start: Position {
                                    line: 116,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 116,
                                    column: 32,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "src",
                                      span: Span {
                                       start: Position {
                                        line: 117,
                                        column: 9,
                                       },
                                       end: Position {
                                        line: 117,
                                        column: 12,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Path(
                                    Path {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "./helper-tool.py",
                                        span: Span {
                                         start: Position {
                                          line: 117,
                                          column: 15,
                                         },
                                         end: Position {
                                          line: 117,
                                          column: 31,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 117,
                                       column: 15,
                                      },
                                      end: Position {
                                       line: 117,
                                       column: 31,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 Inherit(
                                  BindingInherit {
                                   from: None,
                                   attributes: [
                                    Raw(
                                     PartRaw {
                                      content: "taskd",
                                      span: Span {
                                       start: Position {
                                        line: 118,
                                        column: 17,
                                       },
                                       end: Position {
                                        line: 118,
                                        column: 22,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "certtool",
                                      span: Span {
                                       start: Position {
                                        line: 118,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 118,
                                        column: 31,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 116,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 118,
                                     column: 32,
                                    },
                                   },
                                  },
                                 ),
                                 Inherit(
                                  BindingInherit {
                                   from: Some(
                                    Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 119,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 119,
                                        column: 21,
                                       },
                                      },
                                     },
                                    ),
                                   ),
                                   attributes: [
                                    Raw(
                                     PartRaw {
                                      content: "dataDir",
                                      span: Span {
                                       start: Position {
                                        line: 119,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 119,
                                        column: 30,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "user",
                                      span: Span {
                                       start: Position {
                                        line: 119,
                                        column: 31,
                                       },
                                       end: Position {
                                        line: 119,
                                        column: 35,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "group",
                                      span: Span {
                                       start: Position {
                                        line: 119,
                                        column: 36,
                                       },
                                       end: Position {
                                        line: 119,
                                        column: 41,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "fqdn",
                                      span: Span {
                                       start: Position {
                                        line: 119,
                                        column: 42,
                                       },
                                       end: Position {
                                        line: 119,
                                        column: 46,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 116,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 119,
                                     column: 47,
                                    },
                                   },
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "certBits",
                                      span: Span {
                                       start: Position {
                                        line: 120,
                                        column: 9,
                                       },
                                       end: Position {
                                        line: 120,
                                        column: 17,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 120,
                                         column: 20,
                                        },
                                        end: Position {
                                         line: 120,
                                         column: 23,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "pki",
                                        span: Span {
                                         start: Position {
                                          line: 120,
                                          column: 24,
                                         },
                                         end: Position {
                                          line: 120,
                                          column: 27,
                                         },
                                        },
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "auto",
                                        span: Span {
                                         start: Position {
                                          line: 120,
                                          column: 28,
                                         },
                                         end: Position {
                                          line: 120,
                                          column: 32,
                                         },
                                        },
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "bits",
                                        span: Span {
                                         start: Position {
                                          line: 120,
                                          column: 33,
                                         },
                                         end: Position {
                                          line: 120,
                                          column: 37,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "clientExpiration",
                                      span: Span {
                                       start: Position {
                                        line: 121,
                                        column: 9,
                                       },
                                       end: Position {
                                        line: 121,
                                        column: 25,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 121,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 121,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "pki",
                                        span: Span {
                                         start: Position {
                                          line: 121,
                                          column: 32,
                                         },
                                         end: Position {
                                          line: 121,
                                          column: 35,
                                         },
                                        },
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "auto",
                                        span: Span {
                                         start: Position {
                                          line: 121,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 121,
                                          column: 40,
                                         },
                                        },
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "expiration",
                                        span: Span {
                                         start: Position {
                                          line: 121,
                                          column: 41,
                                         },
                                         end: Position {
                                          line: 121,
                                          column: 51,
                                         },
                                        },
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "client",
                                        span: Span {
                                         start: Position {
                                          line: 121,
                                          column: 52,
                                         },
                                         end: Position {
                                          line: 121,
                                          column: 58,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "crlExpiration",
                                      span: Span {
                                       start: Position {
                                        line: 122,
                                        column: 9,
                                       },
                                       end: Position {
                                        line: 122,
                                        column: 22,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 122,
                                         column: 25,
                                        },
                                        end: Position {
                                         line: 122,
                                         column: 28,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "pki",
                                        span: Span {
                                         start: Position {
                                          line: 122,
                                          column: 29,
                                         },
                                         end: Position {
                                          line: 122,
                                          column: 32,
                                         },
                                        },
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "auto",
                                        span: Span {
                                         start: Position {
                                          line: 122,
                                          column: 33,
                                         },
                                         end: Position {
                                          line: 122,
                                          column: 37,
                                         },
                                        },
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "expiration",
                                        span: Span {
                                         start: Position {
                                          line: 122,
                                          column: 38,
                                         },
                                         end: Position {
                                          line: 122,
                                          column: 48,
                                         },
                                        },
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "crl",
                                        span: Span {
                                         start: Position {
                                          line: 122,
                                          column: 49,
                                         },
                                         end: Position {
                                          line: 122,
                                          column: 52,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "isAutoConfig",
                                      span: Span {
                                       start: Position {
                                        line: 123,
                                        column: 9,
                                       },
                                       end: Position {
                                        line: 123,
                                        column: 21,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: IfThenElse(
                                    IfThenElse {
                                     predicate: Identifier(
                                      Identifier {
                                       id: "needToCreateCA",
                                       span: Span {
                                        start: Position {
                                         line: 123,
                                         column: 27,
                                        },
                                        end: Position {
                                         line: 123,
                                         column: 41,
                                        },
                                       },
                                      },
                                     ),
                                     then: String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "True",
                                          span: Span {
                                           start: Position {
                                            line: 123,
                                            column: 48,
                                           },
                                           end: Position {
                                            line: 123,
                                            column: 52,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 123,
                                         column: 47,
                                        },
                                        end: Position {
                                         line: 123,
                                         column: 53,
                                        },
                                       },
                                      },
                                     ),
                                     else_: String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "False",
                                          span: Span {
                                           start: Position {
                                            line: 123,
                                            column: 60,
                                           },
                                           end: Position {
                                            line: 123,
                                            column: 65,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 123,
                                         column: 59,
                                        },
                                        end: Position {
                                         line: 123,
                                         column: 66,
                                        },
                                       },
                                      },
                                     ),
                                     span: Span {
                                      start: Position {
                                       line: 123,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 123,
                                       column: 66,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 116,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 8,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "\" > \"$out/main.py\"\ncat > \"$out/setup.py\" <<EOF\nfrom setuptools import setup\nsetup(name=\"nixos-taskserver\",\n      py_modules=[\"main\"],\n      install_requires=[\"Click\"],\n      entry_points=\"[console_scripts]\\\\nnixos-taskserver=main:cli\")\nEOF\n",
                           span: Span {
                            start: Position {
                             line: 115,
                             column: 1,
                            },
                            end: Position {
                             line: 132,
                             column: 5,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 114,
                          column: 79,
                         },
                         end: Position {
                          line: 132,
                          column: 7,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "propagatedBuildInputs",
                      span: Span {
                       start: Position {
                        line: 134,
                        column: 5,
                       },
                       end: Position {
                        line: 134,
                        column: 26,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      Identifier(
                       Identifier {
                        id: "click",
                        span: Span {
                         start: Position {
                          line: 134,
                          column: 31,
                         },
                         end: Position {
                          line: 134,
                          column: 36,
                         },
                        },
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 134,
                       column: 29,
                      },
                      end: Position {
                       line: 134,
                       column: 38,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 111,
                  column: 69,
                 },
                 end: Position {
                  line: 135,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 111,
             column: 22,
            },
            end: Position {
             line: 135,
             column: 4,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 138,
                column: 3,
               },
               end: Position {
                line: 138,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 139,
                     column: 5,
                    },
                    end: Position {
                     line: 139,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "taskserver",
                   span: Span {
                    start: Position {
                     line: 139,
                     column: 14,
                    },
                    end: Position {
                     line: 139,
                     column: 24,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 140,
                          column: 7,
                         },
                         end: Position {
                          line: 140,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 140,
                           column: 16,
                          },
                          end: Position {
                           line: 140,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 141,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 141,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 141,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 141,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 141,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 141,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 142,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 142,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 142,
                                 column: 19,
                                },
                                end: Position {
                                 line: 142,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 143,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 143,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: LetIn(
                              LetIn {
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "url",
                                     span: Span {
                                      start: Position {
                                       line: 144,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 144,
                                       column: 14,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "https://nixos.org/manual/nixos/stable/index.html#module-services-taskserver",
                                       span: Span {
                                        start: Position {
                                         line: 144,
                                         column: 18,
                                        },
                                        end: Position {
                                         line: 144,
                                         column: 93,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 144,
                                      column: 17,
                                     },
                                     end: Position {
                                      line: 144,
                                      column: 94,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               target: FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "lib",
                                     span: Span {
                                      start: Position {
                                       line: 145,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 145,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "mdDoc",
                                      span: Span {
                                       start: Position {
                                        line: 145,
                                        column: 16,
                                       },
                                       end: Position {
                                        line: 145,
                                        column: 21,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "Whether to enable the Taskwarrior server.\n\nMore instructions about NixOS in conjuction with Taskserver can be\nfound [in the NixOS manual](",
                                       span: Span {
                                        start: Position {
                                         line: 146,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 149,
                                         column: 39,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "url",
                                         span: Span {
                                          start: Position {
                                           line: 149,
                                           column: 41,
                                          },
                                          end: Position {
                                           line: 149,
                                           column: 44,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: ").\n",
                                       span: Span {
                                        start: Position {
                                         line: 146,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 150,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 145,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 150,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 143,
                                 column: 23,
                                },
                                end: Position {
                                 line: 150,
                                 column: 11,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 140,
                            column: 25,
                           },
                           end: Position {
                            line: 151,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "user",
                        span: Span {
                         start: Position {
                          line: 153,
                          column: 7,
                         },
                         end: Position {
                          line: 153,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 153,
                           column: 14,
                          },
                          end: Position {
                           line: 153,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 154,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 154,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 154,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 154,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 154,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 154,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 155,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 155,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "taskd",
                                  span: Span {
                                   start: Position {
                                    line: 155,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 155,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 155,
                                 column: 19,
                                },
                                end: Position {
                                 line: 155,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 156,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 156,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 156,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 156,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 156,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 156,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "User for Taskserver.",
                                     span: Span {
                                      start: Position {
                                       line: 156,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 156,
                                       column: 54,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 156,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 156,
                                    column: 55,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 153,
                            column: 23,
                           },
                           end: Position {
                            line: 157,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "group",
                        span: Span {
                         start: Position {
                          line: 159,
                          column: 7,
                         },
                         end: Position {
                          line: 159,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 159,
                           column: 15,
                          },
                          end: Position {
                           line: 159,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 160,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 160,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 160,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 160,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 160,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 160,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 161,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 161,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "taskd",
                                  span: Span {
                                   start: Position {
                                    line: 161,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 161,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 161,
                                 column: 19,
                                },
                                end: Position {
                                 line: 161,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 162,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 162,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 162,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 162,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 162,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 162,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Group for Taskserver.",
                                     span: Span {
                                      start: Position {
                                       line: 162,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 162,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 162,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 162,
                                    column: 56,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 159,
                            column: 24,
                           },
                           end: Position {
                            line: 163,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "dataDir",
                        span: Span {
                         start: Position {
                          line: 165,
                          column: 7,
                         },
                         end: Position {
                          line: 165,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 165,
                           column: 17,
                          },
                          end: Position {
                           line: 165,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 166,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 166,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 166,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 166,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "path",
                                  span: Span {
                                   start: Position {
                                    line: 166,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 166,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 167,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 167,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/var/lib/taskserver",
                                  span: Span {
                                   start: Position {
                                    line: 167,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 167,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 167,
                                 column: 19,
                                },
                                end: Position {
                                 line: 167,
                                 column: 40,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 168,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 168,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 168,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 168,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 168,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 168,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Data directory for Taskserver.",
                                     span: Span {
                                      start: Position {
                                       line: 168,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 168,
                                       column: 64,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 168,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 168,
                                    column: 65,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 165,
                            column: 26,
                           },
                           end: Position {
                            line: 169,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ciphers",
                        span: Span {
                         start: Position {
                          line: 171,
                          column: 7,
                         },
                         end: Position {
                          line: 171,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 171,
                           column: 17,
                          },
                          end: Position {
                           line: 171,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 172,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 172,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 172,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 172,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 172,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 172,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 172,
                                        column: 30,
                                       },
                                       end: Position {
                                        line: 172,
                                        column: 35,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "separatedString",
                                       span: Span {
                                        start: Position {
                                         line: 172,
                                         column: 36,
                                        },
                                        end: Position {
                                         line: 172,
                                         column: 51,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: ":",
                                        span: Span {
                                         start: Position {
                                          line: 172,
                                          column: 53,
                                         },
                                         end: Position {
                                          line: 172,
                                          column: 54,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 172,
                                       column: 52,
                                      },
                                      end: Position {
                                       line: 172,
                                       column: 55,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 173,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 173,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 173,
                                 column: 19,
                                },
                                end: Position {
                                 line: 173,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 174,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 174,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "NORMAL:-VERS-SSL3.0",
                                  span: Span {
                                   start: Position {
                                    line: 174,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 174,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 174,
                                 column: 19,
                                },
                                end: Position {
                                 line: 174,
                                 column: 40,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 175,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 175,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: LetIn(
                              LetIn {
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "url",
                                     span: Span {
                                      start: Position {
                                       line: 176,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 176,
                                       column: 14,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "https://gnutls.org/manual/html_node/Priority-Strings.html",
                                       span: Span {
                                        start: Position {
                                         line: 176,
                                         column: 18,
                                        },
                                        end: Position {
                                         line: 176,
                                         column: 75,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 176,
                                      column: 17,
                                     },
                                     end: Position {
                                      line: 176,
                                      column: 76,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               target: FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "lib",
                                     span: Span {
                                      start: Position {
                                       line: 177,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 177,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "mdDoc",
                                      span: Span {
                                       start: Position {
                                        line: 177,
                                        column: 16,
                                       },
                                       end: Position {
                                        line: 177,
                                        column: 21,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  IndentedString(
                                   IndentedString {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "List of GnuTLS ciphers to use. See the GnuTLS documentation about\npriority strings at <",
                                       span: Span {
                                        start: Position {
                                         line: 178,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 179,
                                         column: 32,
                                        },
                                       },
                                      },
                                     ),
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "url",
                                         span: Span {
                                          start: Position {
                                           line: 179,
                                           column: 34,
                                          },
                                          end: Position {
                                           line: 179,
                                           column: 37,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "> for full details.\n",
                                       span: Span {
                                        start: Position {
                                         line: 178,
                                         column: 1,
                                        },
                                        end: Position {
                                         line: 180,
                                         column: 9,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 177,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 180,
                                      column: 11,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 175,
                                 column: 23,
                                },
                                end: Position {
                                 line: 180,
                                 column: 11,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 171,
                            column: 26,
                           },
                           end: Position {
                            line: 181,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "organisations",
                        span: Span {
                         start: Position {
                          line: 183,
                          column: 7,
                         },
                         end: Position {
                          line: 183,
                          column: 20,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 183,
                           column: 23,
                          },
                          end: Position {
                           line: 183,
                           column: 31,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 184,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 184,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 184,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 184,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "attrsOf",
                                    span: Span {
                                     start: Position {
                                      line: 184,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 184,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 184,
                                        column: 31,
                                       },
                                       end: Position {
                                        line: 184,
                                        column: 36,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "submodule",
                                       span: Span {
                                        start: Position {
                                         line: 184,
                                         column: 37,
                                        },
                                        end: Position {
                                         line: 184,
                                         column: 46,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   Identifier(
                                    Identifier {
                                     id: "orgOptions",
                                     span: Span {
                                      start: Position {
                                       line: 184,
                                       column: 47,
                                      },
                                      end: Position {
                                       line: 184,
                                       column: 57,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 185,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 185,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 185,
                                 column: 19,
                                },
                                end: Position {
                                 line: 185,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 186,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 186,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "myShinyOrganisation",
                                span: Span {
                                 start: Position {
                                  line: 186,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 186,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "users",
                                span: Span {
                                 start: Position {
                                  line: 186,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 186,
                                  column: 42,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "alice",
                                     span: Span {
                                      start: Position {
                                       line: 186,
                                       column: 48,
                                      },
                                      end: Position {
                                       line: 186,
                                       column: 53,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 186,
                                    column: 47,
                                   },
                                   end: Position {
                                    line: 186,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "bob",
                                     span: Span {
                                      start: Position {
                                       line: 186,
                                       column: 56,
                                      },
                                      end: Position {
                                       line: 186,
                                       column: 59,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 186,
                                    column: 55,
                                   },
                                   end: Position {
                                    line: 186,
                                    column: 60,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 186,
                                 column: 45,
                                },
                                end: Position {
                                 line: 186,
                                 column: 62,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 187,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 187,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "myShinyOrganisation",
                                span: Span {
                                 start: Position {
                                  line: 187,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 187,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "groups",
                                span: Span {
                                 start: Position {
                                  line: 187,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 187,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "staff",
                                     span: Span {
                                      start: Position {
                                       line: 187,
                                       column: 49,
                                      },
                                      end: Position {
                                       line: 187,
                                       column: 54,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 187,
                                    column: 48,
                                   },
                                   end: Position {
                                    line: 187,
                                    column: 55,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "outsiders",
                                     span: Span {
                                      start: Position {
                                       line: 187,
                                       column: 57,
                                      },
                                      end: Position {
                                       line: 187,
                                       column: 66,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 187,
                                    column: 56,
                                   },
                                   end: Position {
                                    line: 187,
                                    column: 67,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 187,
                                 column: 46,
                                },
                                end: Position {
                                 line: 187,
                                 column: 69,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 188,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 188,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "yetAnotherOrganisation",
                                span: Span {
                                 start: Position {
                                  line: 188,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 188,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "users",
                                span: Span {
                                 start: Position {
                                  line: 188,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 188,
                                  column: 45,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "foo",
                                     span: Span {
                                      start: Position {
                                       line: 188,
                                       column: 51,
                                      },
                                      end: Position {
                                       line: 188,
                                       column: 54,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 188,
                                    column: 50,
                                   },
                                   end: Position {
                                    line: 188,
                                    column: 55,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "bar",
                                     span: Span {
                                      start: Position {
                                       line: 188,
                                       column: 57,
                                      },
                                      end: Position {
                                       line: 188,
                                       column: 60,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 188,
                                    column: 56,
                                   },
                                   end: Position {
                                    line: 188,
                                    column: 61,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 188,
                                 column: 48,
                                },
                                end: Position {
                                 line: 188,
                                 column: 63,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 189,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 189,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 189,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 189,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 189,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 189,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "An attribute set where the keys name the organisation and the values\nare a set of lists of {option}`users` and\n{option}`groups`.\n",
                                     span: Span {
                                      start: Position {
                                       line: 190,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 193,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 189,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 193,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 183,
                            column: 32,
                           },
                           end: Position {
                            line: 194,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "confirmation",
                        span: Span {
                         start: Position {
                          line: 196,
                          column: 7,
                         },
                         end: Position {
                          line: 196,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 196,
                           column: 22,
                          },
                          end: Position {
                           line: 196,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 197,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 197,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 197,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 197,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 197,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 197,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 198,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 198,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 198,
                                 column: 19,
                                },
                                end: Position {
                                 line: 198,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 199,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 199,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 199,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 199,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 199,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 199,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Determines whether certain commands are confirmed.\n",
                                     span: Span {
                                      start: Position {
                                       line: 200,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 201,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 199,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 201,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 196,
                            column: 31,
                           },
                           end: Position {
                            line: 202,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "debug",
                        span: Span {
                         start: Position {
                          line: 204,
                          column: 7,
                         },
                         end: Position {
                          line: 204,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 204,
                           column: 15,
                          },
                          end: Position {
                           line: 204,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 205,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 205,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 205,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 205,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 205,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 205,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 206,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 206,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 206,
                                 column: 19,
                                },
                                end: Position {
                                 line: 206,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 207,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 207,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 207,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 207,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 207,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 207,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Logs debugging information.\n",
                                     span: Span {
                                      start: Position {
                                       line: 208,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 209,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 207,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 209,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 204,
                            column: 24,
                           },
                           end: Position {
                            line: 210,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "extensions",
                        span: Span {
                         start: Position {
                          line: 212,
                          column: 7,
                         },
                         end: Position {
                          line: 212,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 212,
                           column: 20,
                          },
                          end: Position {
                           line: 212,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 213,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 213,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 213,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 213,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "nullOr",
                                    span: Span {
                                     start: Position {
                                      line: 213,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 213,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "types",
                                    span: Span {
                                     start: Position {
                                      line: 213,
                                      column: 29,
                                     },
                                     end: Position {
                                      line: 213,
                                      column: 34,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "path",
                                     span: Span {
                                      start: Position {
                                       line: 213,
                                       column: 35,
                                      },
                                      end: Position {
                                       line: 213,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 214,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 214,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "null",
                               span: Span {
                                start: Position {
                                 line: 214,
                                 column: 19,
                                },
                                end: Position {
                                 line: 214,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 215,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 215,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 215,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 215,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 215,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 215,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Fully qualified path of the Taskserver extension scripts.\nCurrently there are none.\n",
                                     span: Span {
                                      start: Position {
                                       line: 216,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 218,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 215,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 218,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 212,
                            column: 29,
                           },
                           end: Position {
                            line: 219,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "ipLog",
                        span: Span {
                         start: Position {
                          line: 221,
                          column: 7,
                         },
                         end: Position {
                          line: 221,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 221,
                           column: 15,
                          },
                          end: Position {
                           line: 221,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 222,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 222,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 222,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 222,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 222,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 222,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 223,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 223,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 223,
                                 column: 19,
                                },
                                end: Position {
                                 line: 223,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 224,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 224,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 224,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 224,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 224,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 224,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Logs the IP addresses of incoming requests.\n",
                                     span: Span {
                                      start: Position {
                                       line: 225,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 226,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 224,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 226,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 221,
                            column: 24,
                           },
                           end: Position {
                            line: 227,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "queueSize",
                        span: Span {
                         start: Position {
                          line: 229,
                          column: 7,
                         },
                         end: Position {
                          line: 229,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 229,
                           column: 19,
                          },
                          end: Position {
                           line: 229,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 230,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 230,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 230,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 230,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 230,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 230,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 231,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 231,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "10",
                               span: Span {
                                start: Position {
                                 line: 231,
                                 column: 19,
                                },
                                end: Position {
                                 line: 231,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 232,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 232,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 232,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 232,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 232,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 232,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Size of the connection backlog, see {manpage}`listen(2)`.\n",
                                     span: Span {
                                      start: Position {
                                       line: 233,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 234,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 232,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 234,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 229,
                            column: 28,
                           },
                           end: Position {
                            line: 235,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "requestLimit",
                        span: Span {
                         start: Position {
                          line: 237,
                          column: 7,
                         },
                         end: Position {
                          line: 237,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 237,
                           column: 22,
                          },
                          end: Position {
                           line: 237,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 238,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 238,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 238,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 238,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 238,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 238,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 239,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 239,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "1048576",
                               span: Span {
                                start: Position {
                                 line: 239,
                                 column: 19,
                                },
                                end: Position {
                                 line: 239,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 240,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 240,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 240,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 240,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 240,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 240,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Size limit of incoming requests, in bytes.\n",
                                     span: Span {
                                      start: Position {
                                       line: 241,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 242,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 240,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 242,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 237,
                            column: 31,
                           },
                           end: Position {
                            line: 243,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "allowedClientIDs",
                        span: Span {
                         start: Position {
                          line: 245,
                          column: 7,
                         },
                         end: Position {
                          line: 245,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 245,
                           column: 26,
                          },
                          end: Position {
                           line: 245,
                           column: 34,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 246,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 246,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: With(
                              With {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 246,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 246,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               target: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "either",
                                   span: Span {
                                    start: Position {
                                     line: 246,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 246,
                                     column: 34,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  Identifier(
                                   Identifier {
                                    id: "str",
                                    span: Span {
                                     start: Position {
                                      line: 246,
                                      column: 35,
                                     },
                                     end: Position {
                                      line: 246,
                                      column: 38,
                                     },
                                    },
                                   },
                                  ),
                                  FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "listOf",
                                      span: Span {
                                       start: Position {
                                        line: 246,
                                        column: 40,
                                       },
                                       end: Position {
                                        line: 246,
                                        column: 46,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "str",
                                       span: Span {
                                        start: Position {
                                         line: 246,
                                         column: 47,
                                        },
                                        end: Position {
                                         line: 246,
                                         column: 50,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 246,
                                 column: 16,
                                },
                                end: Position {
                                 line: 246,
                                 column: 51,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 247,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 247,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 247,
                                 column: 19,
                                },
                                end: Position {
                                 line: 247,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 248,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 248,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "[Tt]ask [2-9]+",
                                     span: Span {
                                      start: Position {
                                       line: 248,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 248,
                                       column: 36,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 248,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 248,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 248,
                                 column: 19,
                                },
                                end: Position {
                                 line: 248,
                                 column: 39,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 249,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 249,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 249,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 249,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 249,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 249,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "A list of regular expressions that are matched against the reported\nclient id (such as `task 2.3.0`).\n\nThe values `all` or `none` have\nspecial meaning. Overidden by any entry in the option\n{option}`services.taskserver.disallowedClientIDs`.\n",
                                     span: Span {
                                      start: Position {
                                       line: 250,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 256,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 249,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 256,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 245,
                            column: 35,
                           },
                           end: Position {
                            line: 257,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "disallowedClientIDs",
                        span: Span {
                         start: Position {
                          line: 259,
                          column: 7,
                         },
                         end: Position {
                          line: 259,
                          column: 26,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 259,
                           column: 29,
                          },
                          end: Position {
                           line: 259,
                           column: 37,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 260,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 260,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: With(
                              With {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 260,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 260,
                                   column: 26,
                                  },
                                 },
                                },
                               ),
                               target: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "either",
                                   span: Span {
                                    start: Position {
                                     line: 260,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 260,
                                     column: 34,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  Identifier(
                                   Identifier {
                                    id: "str",
                                    span: Span {
                                     start: Position {
                                      line: 260,
                                      column: 35,
                                     },
                                     end: Position {
                                      line: 260,
                                      column: 38,
                                     },
                                    },
                                   },
                                  ),
                                  FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "listOf",
                                      span: Span {
                                       start: Position {
                                        line: 260,
                                        column: 40,
                                       },
                                       end: Position {
                                        line: 260,
                                        column: 46,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "str",
                                       span: Span {
                                        start: Position {
                                         line: 260,
                                         column: 47,
                                        },
                                        end: Position {
                                         line: 260,
                                         column: 50,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 260,
                                 column: 16,
                                },
                                end: Position {
                                 line: 260,
                                 column: 51,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 261,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 261,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [],
                               span: Span {
                                start: Position {
                                 line: 261,
                                 column: 19,
                                },
                                end: Position {
                                 line: 261,
                                 column: 21,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 262,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 262,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "[Tt]ask [2-9]+",
                                     span: Span {
                                      start: Position {
                                       line: 262,
                                       column: 22,
                                      },
                                      end: Position {
                                       line: 262,
                                       column: 36,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 262,
                                    column: 21,
                                   },
                                   end: Position {
                                    line: 262,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 262,
                                 column: 19,
                                },
                                end: Position {
                                 line: 262,
                                 column: 39,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 263,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 263,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 263,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 263,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 263,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 263,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "A list of regular expressions that are matched against the reported\nclient id (such as `task 2.3.0`).\n\nThe values `all` or `none` have\nspecial meaning. Any entry here overrides those in\n{option}`services.taskserver.allowedClientIDs`.\n",
                                     span: Span {
                                      start: Position {
                                       line: 264,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 270,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 263,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 270,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 259,
                            column: 38,
                           },
                           end: Position {
                            line: 271,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "listenHost",
                        span: Span {
                         start: Position {
                          line: 273,
                          column: 7,
                         },
                         end: Position {
                          line: 273,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 273,
                           column: 20,
                          },
                          end: Position {
                           line: 273,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 274,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 274,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 274,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 274,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 274,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 274,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 275,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 275,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "localhost",
                                  span: Span {
                                   start: Position {
                                    line: 275,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 275,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 275,
                                 column: 19,
                                },
                                end: Position {
                                 line: 275,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 276,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 276,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "::",
                                  span: Span {
                                   start: Position {
                                    line: 276,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 276,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 276,
                                 column: 19,
                                },
                                end: Position {
                                 line: 276,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 277,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 277,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 277,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 277,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 277,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 277,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The address (IPv4, IPv6 or DNS) to listen on.\n",
                                     span: Span {
                                      start: Position {
                                       line: 278,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 279,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 277,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 279,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 273,
                            column: 29,
                           },
                           end: Position {
                            line: 280,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "listenPort",
                        span: Span {
                         start: Position {
                          line: 282,
                          column: 7,
                         },
                         end: Position {
                          line: 282,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 282,
                           column: 20,
                          },
                          end: Position {
                           line: 282,
                           column: 28,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 283,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 283,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 283,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 283,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "int",
                                  span: Span {
                                   start: Position {
                                    line: 283,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 283,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 284,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 284,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Integer(
                              Integer {
                               value: "53589",
                               span: Span {
                                start: Position {
                                 line: 284,
                                 column: 19,
                                },
                                end: Position {
                                 line: 284,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 285,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 285,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 285,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 285,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 285,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 285,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Port number of the Taskserver.\n",
                                     span: Span {
                                      start: Position {
                                       line: 286,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 287,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 285,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 287,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 282,
                            column: 29,
                           },
                           end: Position {
                            line: 288,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "openFirewall",
                        span: Span {
                         start: Position {
                          line: 290,
                          column: 7,
                         },
                         end: Position {
                          line: 290,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 290,
                           column: 22,
                          },
                          end: Position {
                           line: 290,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 291,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 291,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 291,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 291,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 291,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 291,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 292,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 292,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 292,
                                 column: 19,
                                },
                                end: Position {
                                 line: 292,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 293,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 293,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 293,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 293,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 293,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 293,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to open the firewall for the specified Taskserver port.\n",
                                     span: Span {
                                      start: Position {
                                       line: 294,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 295,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 293,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 295,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 290,
                            column: 31,
                           },
                           end: Position {
                            line: 296,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "fqdn",
                        span: Span {
                         start: Position {
                          line: 298,
                          column: 7,
                         },
                         end: Position {
                          line: 298,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 298,
                           column: 14,
                          },
                          end: Position {
                           line: 298,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 299,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 299,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 299,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 299,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 299,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 299,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 300,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 300,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "localhost",
                                  span: Span {
                                   start: Position {
                                    line: 300,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 300,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 300,
                                 column: 19,
                                },
                                end: Position {
                                 line: 300,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 301,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 301,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 301,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 301,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 301,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 301,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The fully qualified domain name of this server, which is also used\nas the common name in the certificates.\n",
                                     span: Span {
                                      start: Position {
                                       line: 302,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 304,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 301,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 304,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 298,
                            column: 23,
                           },
                           end: Position {
                            line: 305,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "trust",
                        span: Span {
                         start: Position {
                          line: 307,
                          column: 7,
                         },
                         end: Position {
                          line: 307,
                          column: 12,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 307,
                           column: 15,
                          },
                          end: Position {
                           line: 307,
                           column: 23,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 308,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 308,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 308,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 308,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "enum",
                                    span: Span {
                                     start: Position {
                                      line: 308,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 308,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "allow all",
                                        span: Span {
                                         start: Position {
                                          line: 308,
                                          column: 30,
                                         },
                                         end: Position {
                                          line: 308,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 308,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 308,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "strict",
                                        span: Span {
                                         start: Position {
                                          line: 308,
                                          column: 42,
                                         },
                                         end: Position {
                                          line: 308,
                                          column: 48,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 308,
                                       column: 41,
                                      },
                                      end: Position {
                                       line: 308,
                                       column: 49,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 308,
                                    column: 27,
                                   },
                                   end: Position {
                                    line: 308,
                                    column: 51,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 309,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 309,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "strict",
                                  span: Span {
                                   start: Position {
                                    line: 309,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 309,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 309,
                                 column: 19,
                                },
                                end: Position {
                                 line: 309,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 310,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 310,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 310,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 310,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 310,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 310,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Determines how client certificates are validated.\n\nThe value `allow all` performs no client\ncertificate validation. This is not recommended. The value\n`strict` causes the client certificate to be\nvalidated against a CA.\n",
                                     span: Span {
                                      start: Position {
                                       line: 311,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 317,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 310,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 317,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 307,
                            column: 24,
                           },
                           end: Position {
                            line: 318,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "pki",
                        span: Span {
                         start: Position {
                          line: 320,
                          column: 7,
                         },
                         end: Position {
                          line: 320,
                          column: 10,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "manual",
                        span: Span {
                         start: Position {
                          line: 320,
                          column: 11,
                         },
                         end: Position {
                          line: 320,
                          column: 17,
                         },
                        },
                       },
                      ),
                     ],
                     to: Identifier(
                      Identifier {
                       id: "manualPkiOptions",
                       span: Span {
                        start: Position {
                         line: 320,
                         column: 20,
                        },
                        end: Position {
                         line: 320,
                         column: 36,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "pki",
                        span: Span {
                         start: Position {
                          line: 321,
                          column: 7,
                         },
                         end: Position {
                          line: 321,
                          column: 10,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "auto",
                        span: Span {
                         start: Position {
                          line: 321,
                          column: 11,
                         },
                         end: Position {
                          line: 321,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: Identifier(
                      Identifier {
                       id: "autoPkiOptions",
                       span: Span {
                        start: Position {
                         line: 321,
                         column: 18,
                        },
                        end: Position {
                         line: 321,
                         column: 32,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "config",
                        span: Span {
                         start: Position {
                          line: 323,
                          column: 7,
                         },
                         end: Position {
                          line: 323,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 323,
                           column: 16,
                          },
                          end: Position {
                           line: 323,
                           column: 24,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 324,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 324,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 324,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 324,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "attrs",
                                  span: Span {
                                   start: Position {
                                    line: 324,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 324,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 325,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 325,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "client",
                                span: Span {
                                 start: Position {
                                  line: 325,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 325,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "cert",
                                span: Span {
                                 start: Position {
                                  line: 325,
                                  column: 24,
                                 },
                                 end: Position {
                                  line: 325,
                                  column: 28,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/tmp/debugging.cert",
                                  span: Span {
                                   start: Position {
                                    line: 325,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 325,
                                    column: 51,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 325,
                                 column: 31,
                                },
                                end: Position {
                                 line: 325,
                                 column: 52,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 326,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 326,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 326,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 326,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 326,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 326,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Configuration options to pass to Taskserver.\n\nThe options here are the same as described in\n{manpage}`taskdrc(5)`, but with one difference:\n\nThe `server` option is\n`server.listen` here, because the\n`server` option would collide with other options\nlike `server.cert` and we would run in a type error\n(attribute set versus string).\n\nNix types like integers or booleans are automatically converted to\nthe right values Taskserver would expect.\n",
                                     span: Span {
                                      start: Position {
                                       line: 327,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 340,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 326,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 340,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "apply",
                                span: Span {
                                 start: Position {
                                  line: 341,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 341,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                             ],
                             to: LetIn(
                              LetIn {
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "mkKey",
                                     span: Span {
                                      start: Position {
                                       line: 342,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 342,
                                       column: 16,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Function(
                                   Function {
                                    head: Simple(
                                     FunctionHeadSimple {
                                      identifier: "path",
                                     },
                                    ),
                                    body: IfThenElse(
                                     IfThenElse {
                                      predicate: BinaryOperation(
                                       BinaryOperation {
                                        left: Identifier(
                                         Identifier {
                                          id: "path",
                                          span: Span {
                                           start: Position {
                                            line: 342,
                                            column: 28,
                                           },
                                           end: Position {
                                            line: 342,
                                            column: 32,
                                           },
                                          },
                                         },
                                        ),
                                        operator: EqualTo,
                                        right: List(
                                         List {
                                          elements: [
                                           String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "server",
                                                span: Span {
                                                 start: Position {
                                                  line: 342,
                                                  column: 38,
                                                 },
                                                 end: Position {
                                                  line: 342,
                                                  column: 44,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 342,
                                               column: 37,
                                              },
                                              end: Position {
                                               line: 342,
                                               column: 45,
                                              },
                                             },
                                            },
                                           ),
                                           String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "listen",
                                                span: Span {
                                                 start: Position {
                                                  line: 342,
                                                  column: 47,
                                                 },
                                                 end: Position {
                                                  line: 342,
                                                  column: 53,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 342,
                                               column: 46,
                                              },
                                              end: Position {
                                               line: 342,
                                               column: 54,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 342,
                                            column: 36,
                                           },
                                           end: Position {
                                            line: 342,
                                            column: 55,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      then: String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "server",
                                           span: Span {
                                            start: Position {
                                             line: 342,
                                             column: 62,
                                            },
                                            end: Position {
                                             line: 342,
                                             column: 68,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 342,
                                          column: 61,
                                         },
                                         end: Position {
                                          line: 342,
                                          column: 69,
                                         },
                                        },
                                       },
                                      ),
                                      else_: FunctionApplication(
                                       FunctionApplication {
                                        function: Identifier(
                                         Identifier {
                                          id: "concatStringsSep",
                                          span: Span {
                                           start: Position {
                                            line: 343,
                                            column: 30,
                                           },
                                           end: Position {
                                            line: 343,
                                            column: 46,
                                           },
                                          },
                                         },
                                        ),
                                        arguments: [
                                         String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: ".",
                                              span: Span {
                                               start: Position {
                                                line: 343,
                                                column: 48,
                                               },
                                               end: Position {
                                                line: 343,
                                                column: 49,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 343,
                                             column: 47,
                                            },
                                            end: Position {
                                             line: 343,
                                             column: 50,
                                            },
                                           },
                                          },
                                         ),
                                         Identifier(
                                          Identifier {
                                           id: "path",
                                           span: Span {
                                            start: Position {
                                             line: 343,
                                             column: 51,
                                            },
                                            end: Position {
                                             line: 343,
                                             column: 55,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                       },
                                      ),
                                      span: Span {
                                       start: Position {
                                        line: 342,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 343,
                                        column: 55,
                                       },
                                      },
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 342,
                                      column: 19,
                                     },
                                     end: Position {
                                      line: 343,
                                      column: 55,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "recurse",
                                     span: Span {
                                      start: Position {
                                       line: 344,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 344,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Function(
                                   Function {
                                    head: Simple(
                                     FunctionHeadSimple {
                                      identifier: "path",
                                     },
                                    ),
                                    body: Function(
                                     Function {
                                      head: Simple(
                                       FunctionHeadSimple {
                                        identifier: "attrs",
                                       },
                                      ),
                                      body: LetIn(
                                       LetIn {
                                        bindings: [
                                         KeyValue(
                                          BindingKeyValue {
                                           from: [
                                            Raw(
                                             PartRaw {
                                              content: "mapper",
                                              span: Span {
                                               start: Position {
                                                line: 345,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 345,
                                                column: 19,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           to: Function(
                                            Function {
                                             head: Simple(
                                              FunctionHeadSimple {
                                               identifier: "name",
                                              },
                                             ),
                                             body: Function(
                                              Function {
                                               head: Simple(
                                                FunctionHeadSimple {
                                                 identifier: "val",
                                                },
                                               ),
                                               body: LetIn(
                                                LetIn {
                                                 bindings: [
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "newPath",
                                                       span: Span {
                                                        start: Position {
                                                         line: 346,
                                                         column: 15,
                                                        },
                                                        end: Position {
                                                         line: 346,
                                                         column: 22,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: BinaryOperation(
                                                     BinaryOperation {
                                                      left: Identifier(
                                                       Identifier {
                                                        id: "path",
                                                        span: Span {
                                                         start: Position {
                                                          line: 346,
                                                          column: 25,
                                                         },
                                                         end: Position {
                                                          line: 346,
                                                          column: 29,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      operator: Concatenation,
                                                      right: List(
                                                       List {
                                                        elements: [
                                                         Identifier(
                                                          Identifier {
                                                           id: "name",
                                                           span: Span {
                                                            start: Position {
                                                             line: 346,
                                                             column: 35,
                                                            },
                                                            end: Position {
                                                             line: 346,
                                                             column: 39,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 346,
                                                          column: 33,
                                                         },
                                                         end: Position {
                                                          line: 346,
                                                          column: 41,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                  KeyValue(
                                                   BindingKeyValue {
                                                    from: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "scalar",
                                                       span: Span {
                                                        start: Position {
                                                         line: 347,
                                                         column: 15,
                                                        },
                                                        end: Position {
                                                         line: 347,
                                                         column: 21,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    to: IfThenElse(
                                                     IfThenElse {
                                                      predicate: BinaryOperation(
                                                       BinaryOperation {
                                                        left: Identifier(
                                                         Identifier {
                                                          id: "val",
                                                          span: Span {
                                                           start: Position {
                                                            line: 347,
                                                            column: 27,
                                                           },
                                                           end: Position {
                                                            line: 347,
                                                            column: 30,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        operator: EqualTo,
                                                        right: Identifier(
                                                         Identifier {
                                                          id: "true",
                                                          span: Span {
                                                           start: Position {
                                                            line: 347,
                                                            column: 34,
                                                           },
                                                           end: Position {
                                                            line: 347,
                                                            column: 38,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       },
                                                      ),
                                                      then: String(
                                                       String_ {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "true",
                                                           span: Span {
                                                            start: Position {
                                                             line: 347,
                                                             column: 45,
                                                            },
                                                            end: Position {
                                                             line: 347,
                                                             column: 49,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 347,
                                                          column: 44,
                                                         },
                                                         end: Position {
                                                          line: 347,
                                                          column: 50,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      else_: IfThenElse(
                                                       IfThenElse {
                                                        predicate: BinaryOperation(
                                                         BinaryOperation {
                                                          left: Identifier(
                                                           Identifier {
                                                            id: "val",
                                                            span: Span {
                                                             start: Position {
                                                              line: 348,
                                                              column: 32,
                                                             },
                                                             end: Position {
                                                              line: 348,
                                                              column: 35,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                          operator: EqualTo,
                                                          right: Identifier(
                                                           Identifier {
                                                            id: "false",
                                                            span: Span {
                                                             start: Position {
                                                              line: 348,
                                                              column: 39,
                                                             },
                                                             end: Position {
                                                              line: 348,
                                                              column: 44,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         },
                                                        ),
                                                        then: String(
                                                         String_ {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "false",
                                                             span: Span {
                                                              start: Position {
                                                               line: 348,
                                                               column: 51,
                                                              },
                                                              end: Position {
                                                               line: 348,
                                                               column: 56,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 348,
                                                            column: 50,
                                                           },
                                                           end: Position {
                                                            line: 348,
                                                            column: 57,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        else_: FunctionApplication(
                                                         FunctionApplication {
                                                          function: Identifier(
                                                           Identifier {
                                                            id: "toString",
                                                            span: Span {
                                                             start: Position {
                                                              line: 349,
                                                              column: 29,
                                                             },
                                                             end: Position {
                                                              line: 349,
                                                              column: 37,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                          arguments: [
                                                           Identifier(
                                                            Identifier {
                                                             id: "val",
                                                             span: Span {
                                                              start: Position {
                                                               line: 349,
                                                               column: 38,
                                                              },
                                                              end: Position {
                                                               line: 349,
                                                               column: 41,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                         },
                                                        ),
                                                        span: Span {
                                                         start: Position {
                                                          line: 348,
                                                          column: 29,
                                                         },
                                                         end: Position {
                                                          line: 349,
                                                          column: 41,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      span: Span {
                                                       start: Position {
                                                        line: 347,
                                                        column: 24,
                                                       },
                                                       end: Position {
                                                        line: 349,
                                                        column: 41,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                 ],
                                                 target: IfThenElse(
                                                  IfThenElse {
                                                   predicate: FunctionApplication(
                                                    FunctionApplication {
                                                     function: Identifier(
                                                      Identifier {
                                                       id: "isAttrs",
                                                       span: Span {
                                                        start: Position {
                                                         line: 350,
                                                         column: 19,
                                                        },
                                                        end: Position {
                                                         line: 350,
                                                         column: 26,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                     arguments: [
                                                      Identifier(
                                                       Identifier {
                                                        id: "val",
                                                        span: Span {
                                                         start: Position {
                                                          line: 350,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 350,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                    },
                                                   ),
                                                   then: FunctionApplication(
                                                    FunctionApplication {
                                                     function: Identifier(
                                                      Identifier {
                                                       id: "recurse",
                                                       span: Span {
                                                        start: Position {
                                                         line: 350,
                                                         column: 36,
                                                        },
                                                        end: Position {
                                                         line: 350,
                                                         column: 43,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                     arguments: [
                                                      Identifier(
                                                       Identifier {
                                                        id: "newPath",
                                                        span: Span {
                                                         start: Position {
                                                          line: 350,
                                                          column: 44,
                                                         },
                                                         end: Position {
                                                          line: 350,
                                                          column: 51,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      Identifier(
                                                       Identifier {
                                                        id: "val",
                                                        span: Span {
                                                         start: Position {
                                                          line: 350,
                                                          column: 52,
                                                         },
                                                         end: Position {
                                                          line: 350,
                                                          column: 55,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                    },
                                                   ),
                                                   else_: List(
                                                    List {
                                                     elements: [
                                                      String(
                                                       String_ {
                                                        parts: [
                                                         Interpolation(
                                                          PartInterpolation {
                                                           expression: FunctionApplication(
                                                            FunctionApplication {
                                                             function: Identifier(
                                                              Identifier {
                                                               id: "mkKey",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 351,
                                                                 column: 26,
                                                                },
                                                                end: Position {
                                                                 line: 351,
                                                                 column: 31,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             arguments: [
                                                              Identifier(
                                                               Identifier {
                                                                id: "newPath",
                                                                span: Span {
                                                                 start: Position {
                                                                  line: 351,
                                                                  column: 32,
                                                                 },
                                                                 end: Position {
                                                                  line: 351,
                                                                  column: 39,
                                                                 },
                                                                },
                                                               },
                                                              ),
                                                             ],
                                                            },
                                                           ),
                                                          },
                                                         ),
                                                         Raw(
                                                          PartRaw {
                                                           content: "=",
                                                           span: Span {
                                                            start: Position {
                                                             line: 351,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 351,
                                                             column: 41,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         Interpolation(
                                                          PartInterpolation {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "scalar",
                                                             span: Span {
                                                              start: Position {
                                                               line: 351,
                                                               column: 43,
                                                              },
                                                              end: Position {
                                                               line: 351,
                                                               column: 49,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 351,
                                                          column: 23,
                                                         },
                                                         end: Position {
                                                          line: 351,
                                                          column: 51,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     ],
                                                     span: Span {
                                                      start: Position {
                                                       line: 351,
                                                       column: 21,
                                                      },
                                                      end: Position {
                                                       line: 351,
                                                       column: 53,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   span: Span {
                                                    start: Position {
                                                     line: 350,
                                                     column: 16,
                                                    },
                                                    end: Position {
                                                     line: 351,
                                                     column: 53,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 span: Span {
                                                  start: Position {
                                                   line: 345,
                                                   column: 33,
                                                  },
                                                  end: Position {
                                                   line: 351,
                                                   column: 53,
                                                  },
                                                 },
                                                },
                                               ),
                                               span: Span {
                                                start: Position {
                                                 line: 345,
                                                 column: 28,
                                                },
                                                end: Position {
                                                 line: 351,
                                                 column: 53,
                                                },
                                               },
                                              },
                                             ),
                                             span: Span {
                                              start: Position {
                                               line: 345,
                                               column: 22,
                                              },
                                              end: Position {
                                               line: 351,
                                               column: 53,
                                              },
                                             },
                                            },
                                           ),
                                          },
                                         ),
                                        ],
                                        target: FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "concatLists",
                                            span: Span {
                                             start: Position {
                                              line: 352,
                                              column: 14,
                                             },
                                             end: Position {
                                              line: 352,
                                              column: 25,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           FunctionApplication(
                                            FunctionApplication {
                                             function: Identifier(
                                              Identifier {
                                               id: "mapAttrsToList",
                                               span: Span {
                                                start: Position {
                                                 line: 352,
                                                 column: 27,
                                                },
                                                end: Position {
                                                 line: 352,
                                                 column: 41,
                                                },
                                               },
                                              },
                                             ),
                                             arguments: [
                                              Identifier(
                                               Identifier {
                                                id: "mapper",
                                                span: Span {
                                                 start: Position {
                                                  line: 352,
                                                  column: 42,
                                                 },
                                                 end: Position {
                                                  line: 352,
                                                  column: 48,
                                                 },
                                                },
                                               },
                                              ),
                                              Identifier(
                                               Identifier {
                                                id: "attrs",
                                                span: Span {
                                                 start: Position {
                                                  line: 352,
                                                  column: 49,
                                                 },
                                                 end: Position {
                                                  line: 352,
                                                  column: 54,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                        span: Span {
                                         start: Position {
                                          line: 344,
                                          column: 34,
                                         },
                                         end: Position {
                                          line: 352,
                                          column: 55,
                                         },
                                        },
                                       },
                                      ),
                                      span: Span {
                                       start: Position {
                                        line: 344,
                                        column: 27,
                                       },
                                       end: Position {
                                        line: 352,
                                        column: 55,
                                       },
                                      },
                                     },
                                    ),
                                    span: Span {
                                     start: Position {
                                      line: 344,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 352,
                                      column: 55,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               target: FunctionApplication(
                                FunctionApplication {
                                 function: Identifier(
                                  Identifier {
                                   id: "recurse",
                                   span: Span {
                                    start: Position {
                                     line: 353,
                                     column: 12,
                                    },
                                    end: Position {
                                     line: 353,
                                     column: 19,
                                    },
                                   },
                                  },
                                 ),
                                 arguments: [
                                  List(
                                   List {
                                    elements: [],
                                    span: Span {
                                     start: Position {
                                      line: 353,
                                      column: 20,
                                     },
                                     end: Position {
                                      line: 353,
                                      column: 22,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               span: Span {
                                start: Position {
                                 line: 341,
                                 column: 17,
                                },
                                end: Position {
                                 line: 353,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 323,
                            column: 25,
                           },
                           end: Position {
                            line: 354,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 139,
                    column: 27,
                   },
                   end: Position {
                    line: 355,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 138,
               column: 13,
              },
              end: Position {
               line: 356,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "imports",
              span: Span {
               start: Position {
                line: 358,
                column: 3,
               },
               end: Position {
                line: 358,
                column: 10,
               },
              },
             },
            ),
           ],
           to: List(
            List {
             elements: [
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkRemovedOptionModule",
                  span: Span {
                   start: Position {
                    line: 359,
                    column: 6,
                   },
                   end: Position {
                    line: 359,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 359,
                           column: 30,
                          },
                          end: Position {
                           line: 359,
                           column: 38,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 359,
                        column: 29,
                       },
                       end: Position {
                        line: 359,
                        column: 39,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "taskserver",
                         span: Span {
                          start: Position {
                           line: 359,
                           column: 41,
                          },
                          end: Position {
                           line: 359,
                           column: 51,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 359,
                        column: 40,
                       },
                       end: Position {
                        line: 359,
                        column: 52,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "extraConfig",
                         span: Span {
                          start: Position {
                           line: 359,
                           column: 54,
                          },
                          end: Position {
                           line: 359,
                           column: 65,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 359,
                        column: 53,
                       },
                       end: Position {
                        line: 359,
                        column: 66,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 359,
                     column: 28,
                    },
                    end: Position {
                     line: 359,
                     column: 67,
                    },
                   },
                  },
                 ),
                 IndentedString(
                  IndentedString {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "This option was removed in favor of `services.taskserver.config` with\ndifferent semantics (it's now a list of attributes instead of lines).\n\nPlease look up the documentation of `services.taskserver.config' to get\nmore information about the new way to pass additional configuration\noptions.\n",
                      span: Span {
                       start: Position {
                        line: 360,
                        column: 1,
                       },
                       end: Position {
                        line: 366,
                        column: 5,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 359,
                     column: 68,
                    },
                    end: Position {
                     line: 366,
                     column: 7,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 358,
               column: 13,
              },
              end: Position {
               line: 367,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 369,
                column: 3,
               },
               end: Position {
                line: 369,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkMerge",
               span: Span {
                start: Position {
                 line: 369,
                 column: 12,
                },
                end: Position {
                 line: 369,
                 column: 19,
                },
               },
              },
             ),
             arguments: [
              List(
               List {
                elements: [
                 FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "mkIf",
                     span: Span {
                      start: Position {
                       line: 370,
                       column: 6,
                      },
                      end: Position {
                       line: 370,
                       column: 10,
                      },
                     },
                    },
                   ),
                   arguments: [
                    PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "cfg",
                        span: Span {
                         start: Position {
                          line: 370,
                          column: 11,
                         },
                         end: Position {
                          line: 370,
                          column: 14,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "enable",
                         span: Span {
                          start: Position {
                           line: 370,
                           column: 15,
                          },
                          end: Position {
                           line: 370,
                           column: 21,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "environment",
                            span: Span {
                             start: Position {
                              line: 371,
                              column: 7,
                             },
                             end: Position {
                              line: 371,
                              column: 18,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "systemPackages",
                            span: Span {
                             start: Position {
                              line: 371,
                              column: 19,
                             },
                             end: Position {
                              line: 371,
                              column: 33,
                             },
                            },
                           },
                          ),
                         ],
                         to: List(
                          List {
                           elements: [
                            Identifier(
                             Identifier {
                              id: "nixos-taskserver",
                              span: Span {
                               start: Position {
                                line: 371,
                                column: 38,
                               },
                               end: Position {
                                line: 371,
                                column: 54,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 371,
                             column: 36,
                            },
                            end: Position {
                             line: 371,
                             column: 56,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "users",
                            span: Span {
                             start: Position {
                              line: 373,
                              column: 7,
                             },
                             end: Position {
                              line: 373,
                              column: 12,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "users",
                            span: Span {
                             start: Position {
                              line: 373,
                              column: 13,
                             },
                             end: Position {
                              line: 373,
                              column: 18,
                             },
                            },
                           },
                          ),
                         ],
                         to: FunctionApplication(
                          FunctionApplication {
                           function: Identifier(
                            Identifier {
                             id: "optionalAttrs",
                             span: Span {
                              start: Position {
                               line: 373,
                               column: 21,
                              },
                              end: Position {
                               line: 373,
                               column: 34,
                              },
                             },
                            },
                           ),
                           arguments: [
                            BinaryOperation(
                             BinaryOperation {
                              left: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 373,
                                    column: 36,
                                   },
                                   end: Position {
                                    line: 373,
                                    column: 39,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "user",
                                   span: Span {
                                    start: Position {
                                     line: 373,
                                     column: 40,
                                    },
                                    end: Position {
                                     line: 373,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                              operator: EqualTo,
                              right: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "taskd",
                                   span: Span {
                                    start: Position {
                                     line: 373,
                                     column: 49,
                                    },
                                    end: Position {
                                     line: 373,
                                     column: 54,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 373,
                                  column: 48,
                                 },
                                 end: Position {
                                  line: 373,
                                  column: 55,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            Map(
                             Map {
                              recursive: false,
                              bindings: [
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "taskd",
                                    span: Span {
                                     start: Position {
                                      line: 374,
                                      column: 9,
                                     },
                                     end: Position {
                                      line: 374,
                                      column: 14,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: Map(
                                  Map {
                                   recursive: false,
                                   bindings: [
                                    KeyValue(
                                     BindingKeyValue {
                                      from: [
                                       Raw(
                                        PartRaw {
                                         content: "uid",
                                         span: Span {
                                          start: Position {
                                           line: 375,
                                           column: 11,
                                          },
                                          end: Position {
                                           line: 375,
                                           column: 14,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      to: PropertyAccess(
                                       PropertyAccess {
                                        expression: Identifier(
                                         Identifier {
                                          id: "config",
                                          span: Span {
                                           start: Position {
                                            line: 375,
                                            column: 17,
                                           },
                                           end: Position {
                                            line: 375,
                                            column: 23,
                                           },
                                          },
                                         },
                                        ),
                                        attribute_path: [
                                         Raw(
                                          PartRaw {
                                           content: "ids",
                                           span: Span {
                                            start: Position {
                                             line: 375,
                                             column: 24,
                                            },
                                            end: Position {
                                             line: 375,
                                             column: 27,
                                            },
                                           },
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "uids",
                                           span: Span {
                                            start: Position {
                                             line: 375,
                                             column: 28,
                                            },
                                            end: Position {
                                             line: 375,
                                             column: 32,
                                            },
                                           },
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "taskd",
                                           span: Span {
                                            start: Position {
                                             line: 375,
                                             column: 33,
                                            },
                                            end: Position {
                                             line: 375,
                                             column: 38,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        default: None,
                                       },
                                      ),
                                     },
                                    ),
                                    KeyValue(
                                     BindingKeyValue {
                                      from: [
                                       Raw(
                                        PartRaw {
                                         content: "description",
                                         span: Span {
                                          start: Position {
                                           line: 376,
                                           column: 11,
                                          },
                                          end: Position {
                                           line: 376,
                                           column: 22,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      to: String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "Taskserver user",
                                           span: Span {
                                            start: Position {
                                             line: 376,
                                             column: 26,
                                            },
                                            end: Position {
                                             line: 376,
                                             column: 41,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 376,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 376,
                                          column: 42,
                                         },
                                        },
                                       },
                                      ),
                                     },
                                    ),
                                    KeyValue(
                                     BindingKeyValue {
                                      from: [
                                       Raw(
                                        PartRaw {
                                         content: "group",
                                         span: Span {
                                          start: Position {
                                           line: 377,
                                           column: 11,
                                          },
                                          end: Position {
                                           line: 377,
                                           column: 16,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      to: PropertyAccess(
                                       PropertyAccess {
                                        expression: Identifier(
                                         Identifier {
                                          id: "cfg",
                                          span: Span {
                                           start: Position {
                                            line: 377,
                                            column: 19,
                                           },
                                           end: Position {
                                            line: 377,
                                            column: 22,
                                           },
                                          },
                                         },
                                        ),
                                        attribute_path: [
                                         Raw(
                                          PartRaw {
                                           content: "group",
                                           span: Span {
                                            start: Position {
                                             line: 377,
                                             column: 23,
                                            },
                                            end: Position {
                                             line: 377,
                                             column: 28,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        default: None,
                                       },
                                      ),
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 374,
                                     column: 17,
                                    },
                                    end: Position {
                                     line: 378,
                                     column: 10,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 373,
                                column: 57,
                               },
                               end: Position {
                                line: 379,
                                column: 8,
                               },
                              },
                             },
                            ),
                           ],
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "users",
                            span: Span {
                             start: Position {
                              line: 381,
                              column: 7,
                             },
                             end: Position {
                              line: 381,
                              column: 12,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "groups",
                            span: Span {
                             start: Position {
                              line: 381,
                              column: 13,
                             },
                             end: Position {
                              line: 381,
                              column: 19,
                             },
                            },
                           },
                          ),
                         ],
                         to: FunctionApplication(
                          FunctionApplication {
                           function: Identifier(
                            Identifier {
                             id: "optionalAttrs",
                             span: Span {
                              start: Position {
                               line: 381,
                               column: 22,
                              },
                              end: Position {
                               line: 381,
                               column: 35,
                              },
                             },
                            },
                           ),
                           arguments: [
                            BinaryOperation(
                             BinaryOperation {
                              left: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 381,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 381,
                                    column: 40,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "group",
                                   span: Span {
                                    start: Position {
                                     line: 381,
                                     column: 41,
                                    },
                                    end: Position {
                                     line: 381,
                                     column: 46,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                              operator: EqualTo,
                              right: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "taskd",
                                   span: Span {
                                    start: Position {
                                     line: 381,
                                     column: 51,
                                    },
                                    end: Position {
                                     line: 381,
                                     column: 56,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 381,
                                  column: 50,
                                 },
                                 end: Position {
                                  line: 381,
                                  column: 57,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            Map(
                             Map {
                              recursive: false,
                              bindings: [
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "taskd",
                                    span: Span {
                                     start: Position {
                                      line: 382,
                                      column: 9,
                                     },
                                     end: Position {
                                      line: 382,
                                      column: 14,
                                     },
                                    },
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "gid",
                                    span: Span {
                                     start: Position {
                                      line: 382,
                                      column: 15,
                                     },
                                     end: Position {
                                      line: 382,
                                      column: 18,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "config",
                                     span: Span {
                                      start: Position {
                                       line: 382,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 382,
                                       column: 27,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "ids",
                                      span: Span {
                                       start: Position {
                                        line: 382,
                                        column: 28,
                                       },
                                       end: Position {
                                        line: 382,
                                        column: 31,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "gids",
                                      span: Span {
                                       start: Position {
                                        line: 382,
                                        column: 32,
                                       },
                                       end: Position {
                                        line: 382,
                                        column: 36,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "taskd",
                                      span: Span {
                                       start: Position {
                                        line: 382,
                                        column: 37,
                                       },
                                       end: Position {
                                        line: 382,
                                        column: 42,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 381,
                                column: 59,
                               },
                               end: Position {
                                line: 383,
                                column: 8,
                               },
                              },
                             },
                            ),
                           ],
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "services",
                            span: Span {
                             start: Position {
                              line: 385,
                              column: 7,
                             },
                             end: Position {
                              line: 385,
                              column: 15,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "taskserver",
                            span: Span {
                             start: Position {
                              line: 385,
                              column: 16,
                             },
                             end: Position {
                              line: 385,
                              column: 26,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "config",
                            span: Span {
                             start: Position {
                              line: 385,
                              column: 27,
                             },
                             end: Position {
                              line: 385,
                              column: 33,
                             },
                            },
                           },
                          ),
                         ],
                         to: Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "daemon",
                                 span: Span {
                                  start: Position {
                                   line: 387,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 387,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "false",
                                span: Span {
                                 start: Position {
                                  line: 387,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 387,
                                  column: 23,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "log",
                                 span: Span {
                                  start: Position {
                                   line: 388,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 388,
                                   column: 12,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "-",
                                   span: Span {
                                    start: Position {
                                     line: 388,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 388,
                                     column: 17,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 388,
                                  column: 15,
                                 },
                                 end: Position {
                                  line: 388,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "debug",
                                 span: Span {
                                  start: Position {
                                   line: 391,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 391,
                                   column: 14,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 391,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 391,
                                    column: 20,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "debug",
                                   span: Span {
                                    start: Position {
                                     line: 391,
                                     column: 21,
                                    },
                                    end: Position {
                                     line: 391,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "ip",
                                 span: Span {
                                  start: Position {
                                   line: 392,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 392,
                                   column: 11,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "log",
                                 span: Span {
                                  start: Position {
                                   line: 392,
                                   column: 12,
                                  },
                                  end: Position {
                                   line: 392,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 392,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 392,
                                    column: 21,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "ipLog",
                                   span: Span {
                                    start: Position {
                                     line: 392,
                                     column: 22,
                                    },
                                    end: Position {
                                     line: 392,
                                     column: 27,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "ciphers",
                                 span: Span {
                                  start: Position {
                                   line: 395,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 395,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 395,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 395,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "ciphers",
                                   span: Span {
                                    start: Position {
                                     line: 395,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 395,
                                     column: 30,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "confirmation",
                                 span: Span {
                                  start: Position {
                                   line: 396,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 396,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 396,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 396,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "confirmation",
                                   span: Span {
                                    start: Position {
                                     line: 396,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 396,
                                     column: 40,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "extensions",
                                 span: Span {
                                  start: Position {
                                   line: 397,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 397,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 397,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 397,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "extensions",
                                   span: Span {
                                    start: Position {
                                     line: 397,
                                     column: 26,
                                    },
                                    end: Position {
                                     line: 397,
                                     column: 36,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "queue",
                                 span: Span {
                                  start: Position {
                                   line: 398,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 398,
                                   column: 14,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "size",
                                 span: Span {
                                  start: Position {
                                   line: 398,
                                   column: 15,
                                  },
                                  end: Position {
                                   line: 398,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 398,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 398,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "queueSize",
                                   span: Span {
                                    start: Position {
                                     line: 398,
                                     column: 26,
                                    },
                                    end: Position {
                                     line: 398,
                                     column: 35,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "request",
                                 span: Span {
                                  start: Position {
                                   line: 399,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 399,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "limit",
                                 span: Span {
                                  start: Position {
                                   line: 399,
                                   column: 17,
                                  },
                                  end: Position {
                                   line: 399,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 399,
                                    column: 25,
                                   },
                                   end: Position {
                                    line: 399,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "requestLimit",
                                   span: Span {
                                    start: Position {
                                     line: 399,
                                     column: 29,
                                    },
                                    end: Position {
                                     line: 399,
                                     column: 41,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "client",
                                 span: Span {
                                  start: Position {
                                   line: 402,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 402,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "allow",
                                 span: Span {
                                  start: Position {
                                   line: 402,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 402,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 402,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 402,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "allowedClientIDs",
                                   span: Span {
                                    start: Position {
                                     line: 402,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 402,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "client",
                                 span: Span {
                                  start: Position {
                                   line: 403,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 403,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "deny",
                                 span: Span {
                                  start: Position {
                                   line: 403,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 403,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 403,
                                    column: 23,
                                   },
                                   end: Position {
                                    line: 403,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "disallowedClientIDs",
                                   span: Span {
                                    start: Position {
                                     line: 403,
                                     column: 27,
                                    },
                                    end: Position {
                                     line: 403,
                                     column: 46,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "trust",
                                 span: Span {
                                  start: Position {
                                   line: 406,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 406,
                                   column: 14,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 406,
                                    column: 17,
                                   },
                                   end: Position {
                                    line: 406,
                                    column: 20,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "trust",
                                   span: Span {
                                    start: Position {
                                     line: 406,
                                     column: 21,
                                    },
                                    end: Position {
                                     line: 406,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "server",
                                 span: Span {
                                  start: Position {
                                   line: 407,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 407,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: BinaryOperation(
                               BinaryOperation {
                                left: Map(
                                 Map {
                                  recursive: false,
                                  bindings: [
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "listen",
                                        span: Span {
                                         start: Position {
                                          line: 408,
                                          column: 11,
                                         },
                                         end: Position {
                                          line: 408,
                                          column: 17,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: String(
                                      String_ {
                                       parts: [
                                        Interpolation(
                                         PartInterpolation {
                                          expression: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "cfg",
                                              span: Span {
                                               start: Position {
                                                line: 408,
                                                column: 23,
                                               },
                                               end: Position {
                                                line: 408,
                                                column: 26,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "listenHost",
                                               span: Span {
                                                start: Position {
                                                 line: 408,
                                                 column: 27,
                                                },
                                                end: Position {
                                                 line: 408,
                                                 column: 37,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: ":",
                                          span: Span {
                                           start: Position {
                                            line: 408,
                                            column: 21,
                                           },
                                           end: Position {
                                            line: 408,
                                            column: 39,
                                           },
                                          },
                                         },
                                        ),
                                        Interpolation(
                                         PartInterpolation {
                                          expression: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "toString",
                                              span: Span {
                                               start: Position {
                                                line: 408,
                                                column: 41,
                                               },
                                               end: Position {
                                                line: 408,
                                                column: 49,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "cfg",
                                                 span: Span {
                                                  start: Position {
                                                   line: 408,
                                                   column: 50,
                                                  },
                                                  end: Position {
                                                   line: 408,
                                                   column: 53,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "listenPort",
                                                  span: Span {
                                                   start: Position {
                                                    line: 408,
                                                    column: 54,
                                                   },
                                                   end: Position {
                                                    line: 408,
                                                    column: 64,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 408,
                                         column: 20,
                                        },
                                        end: Position {
                                         line: 408,
                                         column: 66,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 407,
                                    column: 18,
                                   },
                                   end: Position {
                                    line: 409,
                                    column: 10,
                                   },
                                  },
                                 },
                                ),
                                operator: Update,
                                right: IfThenElse(
                                 IfThenElse {
                                  predicate: Identifier(
                                   Identifier {
                                    id: "needToCreateCA",
                                    span: Span {
                                     start: Position {
                                      line: 409,
                                      column: 18,
                                     },
                                     end: Position {
                                      line: 409,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                  then: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "cert",
                                          span: Span {
                                           start: Position {
                                            line: 410,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 410,
                                            column: 15,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "cfg",
                                                span: Span {
                                                 start: Position {
                                                  line: 410,
                                                  column: 21,
                                                 },
                                                 end: Position {
                                                  line: 410,
                                                  column: 24,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "dataDir",
                                                 span: Span {
                                                  start: Position {
                                                   line: 410,
                                                   column: 25,
                                                  },
                                                  end: Position {
                                                   line: 410,
                                                   column: 32,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "/keys/server.cert",
                                            span: Span {
                                             start: Position {
                                              line: 410,
                                              column: 19,
                                             },
                                             end: Position {
                                              line: 410,
                                              column: 50,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 410,
                                           column: 18,
                                          },
                                          end: Position {
                                           line: 410,
                                           column: 51,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "key",
                                          span: Span {
                                           start: Position {
                                            line: 411,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 411,
                                            column: 14,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "cfg",
                                                span: Span {
                                                 start: Position {
                                                  line: 411,
                                                  column: 20,
                                                 },
                                                 end: Position {
                                                  line: 411,
                                                  column: 23,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "dataDir",
                                                 span: Span {
                                                  start: Position {
                                                   line: 411,
                                                   column: 24,
                                                  },
                                                  end: Position {
                                                   line: 411,
                                                   column: 31,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "/keys/server.key",
                                            span: Span {
                                             start: Position {
                                              line: 411,
                                              column: 18,
                                             },
                                             end: Position {
                                              line: 411,
                                              column: 48,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 411,
                                           column: 17,
                                          },
                                          end: Position {
                                           line: 411,
                                           column: 49,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "crl",
                                          span: Span {
                                           start: Position {
                                            line: 412,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 412,
                                            column: 14,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "cfg",
                                                span: Span {
                                                 start: Position {
                                                  line: 412,
                                                  column: 20,
                                                 },
                                                 end: Position {
                                                  line: 412,
                                                  column: 23,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "dataDir",
                                                 span: Span {
                                                  start: Position {
                                                   line: 412,
                                                   column: 24,
                                                  },
                                                  end: Position {
                                                   line: 412,
                                                   column: 31,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "/keys/server.crl",
                                            span: Span {
                                             start: Position {
                                              line: 412,
                                              column: 18,
                                             },
                                             end: Position {
                                              line: 412,
                                              column: 48,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 412,
                                           column: 17,
                                          },
                                          end: Position {
                                           line: 412,
                                           column: 49,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 409,
                                      column: 38,
                                     },
                                     end: Position {
                                      line: 413,
                                      column: 10,
                                     },
                                    },
                                   },
                                  ),
                                  else_: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "cert",
                                          span: Span {
                                           start: Position {
                                            line: 414,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 414,
                                            column: 15,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "cfg",
                                                span: Span {
                                                 start: Position {
                                                  line: 414,
                                                  column: 21,
                                                 },
                                                 end: Position {
                                                  line: 414,
                                                  column: 24,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "pki",
                                                 span: Span {
                                                  start: Position {
                                                   line: 414,
                                                   column: 25,
                                                  },
                                                  end: Position {
                                                   line: 414,
                                                   column: 28,
                                                  },
                                                 },
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "manual",
                                                 span: Span {
                                                  start: Position {
                                                   line: 414,
                                                   column: 29,
                                                  },
                                                  end: Position {
                                                   line: 414,
                                                   column: 35,
                                                  },
                                                 },
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "server",
                                                 span: Span {
                                                  start: Position {
                                                   line: 414,
                                                   column: 36,
                                                  },
                                                  end: Position {
                                                   line: 414,
                                                   column: 42,
                                                  },
                                                 },
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "cert",
                                                 span: Span {
                                                  start: Position {
                                                   line: 414,
                                                   column: 43,
                                                  },
                                                  end: Position {
                                                   line: 414,
                                                   column: 47,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 414,
                                           column: 18,
                                          },
                                          end: Position {
                                           line: 414,
                                           column: 49,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Raw(
                                         PartRaw {
                                          content: "key",
                                          span: Span {
                                           start: Position {
                                            line: 415,
                                            column: 11,
                                           },
                                           end: Position {
                                            line: 415,
                                            column: 14,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "cfg",
                                                span: Span {
                                                 start: Position {
                                                  line: 415,
                                                  column: 20,
                                                 },
                                                 end: Position {
                                                  line: 415,
                                                  column: 23,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "pki",
                                                 span: Span {
                                                  start: Position {
                                                   line: 415,
                                                   column: 24,
                                                  },
                                                  end: Position {
                                                   line: 415,
                                                   column: 27,
                                                  },
                                                 },
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "manual",
                                                 span: Span {
                                                  start: Position {
                                                   line: 415,
                                                   column: 28,
                                                  },
                                                  end: Position {
                                                   line: 415,
                                                   column: 34,
                                                  },
                                                 },
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "server",
                                                 span: Span {
                                                  start: Position {
                                                   line: 415,
                                                   column: 35,
                                                  },
                                                  end: Position {
                                                   line: 415,
                                                   column: 41,
                                                  },
                                                 },
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "key",
                                                 span: Span {
                                                  start: Position {
                                                   line: 415,
                                                   column: 42,
                                                  },
                                                  end: Position {
                                                   line: 415,
                                                   column: 45,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 415,
                                           column: 17,
                                          },
                                          end: Position {
                                           line: 415,
                                           column: 47,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Interpolation(
                                         PartInterpolation {
                                          expression: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mapNullable",
                                              span: Span {
                                               start: Position {
                                                line: 416,
                                                column: 13,
                                               },
                                               end: Position {
                                                line: 416,
                                                column: 24,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Function(
                                              Function {
                                               head: Simple(
                                                FunctionHeadSimple {
                                                 identifier: "_",
                                                },
                                               ),
                                               body: String(
                                                String_ {
                                                 parts: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "crl",
                                                    span: Span {
                                                     start: Position {
                                                      line: 416,
                                                      column: 30,
                                                     },
                                                     end: Position {
                                                      line: 416,
                                                      column: 33,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 span: Span {
                                                  start: Position {
                                                   line: 416,
                                                   column: 29,
                                                  },
                                                  end: Position {
                                                   line: 416,
                                                   column: 34,
                                                  },
                                                 },
                                                },
                                               ),
                                               span: Span {
                                                start: Position {
                                                 line: 416,
                                                 column: 26,
                                                },
                                                end: Position {
                                                 line: 416,
                                                 column: 34,
                                                },
                                               },
                                              },
                                             ),
                                             PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "cfg",
                                                 span: Span {
                                                  start: Position {
                                                   line: 416,
                                                   column: 36,
                                                  },
                                                  end: Position {
                                                   line: 416,
                                                   column: 39,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "pki",
                                                  span: Span {
                                                   start: Position {
                                                    line: 416,
                                                    column: 40,
                                                   },
                                                   end: Position {
                                                    line: 416,
                                                    column: 43,
                                                   },
                                                  },
                                                 },
                                                ),
                                                Raw(
                                                 PartRaw {
                                                  content: "manual",
                                                  span: Span {
                                                   start: Position {
                                                    line: 416,
                                                    column: 44,
                                                   },
                                                   end: Position {
                                                    line: 416,
                                                    column: 50,
                                                   },
                                                  },
                                                 },
                                                ),
                                                Raw(
                                                 PartRaw {
                                                  content: "server",
                                                  span: Span {
                                                   start: Position {
                                                    line: 416,
                                                    column: 51,
                                                   },
                                                   end: Position {
                                                    line: 416,
                                                    column: 57,
                                                   },
                                                  },
                                                 },
                                                ),
                                                Raw(
                                                 PartRaw {
                                                  content: "crl",
                                                  span: Span {
                                                   start: Position {
                                                    line: 416,
                                                    column: 58,
                                                   },
                                                   end: Position {
                                                    line: 416,
                                                    column: 61,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       to: String(
                                        String_ {
                                         parts: [
                                          Interpolation(
                                           PartInterpolation {
                                            expression: PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "cfg",
                                                span: Span {
                                                 start: Position {
                                                  line: 416,
                                                  column: 68,
                                                 },
                                                 end: Position {
                                                  line: 416,
                                                  column: 71,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "pki",
                                                 span: Span {
                                                  start: Position {
                                                   line: 416,
                                                   column: 72,
                                                  },
                                                  end: Position {
                                                   line: 416,
                                                   column: 75,
                                                  },
                                                 },
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "manual",
                                                 span: Span {
                                                  start: Position {
                                                   line: 416,
                                                   column: 76,
                                                  },
                                                  end: Position {
                                                   line: 416,
                                                   column: 82,
                                                  },
                                                 },
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "server",
                                                 span: Span {
                                                  start: Position {
                                                   line: 416,
                                                   column: 83,
                                                  },
                                                  end: Position {
                                                   line: 416,
                                                   column: 89,
                                                  },
                                                 },
                                                },
                                               ),
                                               Raw(
                                                PartRaw {
                                                 content: "crl",
                                                 span: Span {
                                                  start: Position {
                                                   line: 416,
                                                   column: 90,
                                                  },
                                                  end: Position {
                                                   line: 416,
                                                   column: 93,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 416,
                                           column: 65,
                                          },
                                          end: Position {
                                           line: 416,
                                           column: 95,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 413,
                                      column: 16,
                                     },
                                     end: Position {
                                      line: 417,
                                      column: 10,
                                     },
                                    },
                                   },
                                  ),
                                  span: Span {
                                   start: Position {
                                    line: 409,
                                    column: 15,
                                   },
                                   end: Position {
                                    line: 417,
                                    column: 10,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "ca",
                                 span: Span {
                                  start: Position {
                                   line: 419,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 419,
                                   column: 11,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "cert",
                                 span: Span {
                                  start: Position {
                                   line: 419,
                                   column: 12,
                                  },
                                  end: Position {
                                   line: 419,
                                   column: 16,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: IfThenElse(
                               IfThenElse {
                                predicate: Identifier(
                                 Identifier {
                                  id: "needToCreateCA",
                                  span: Span {
                                   start: Position {
                                    line: 419,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 419,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                                then: String(
                                 String_ {
                                  parts: [
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 419,
                                           column: 45,
                                          },
                                          end: Position {
                                           line: 419,
                                           column: 48,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "dataDir",
                                          span: Span {
                                           start: Position {
                                            line: 419,
                                            column: 49,
                                           },
                                           end: Position {
                                            line: 419,
                                            column: 56,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "/keys/ca.cert",
                                     span: Span {
                                      start: Position {
                                       line: 419,
                                       column: 43,
                                      },
                                      end: Position {
                                       line: 419,
                                       column: 70,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 419,
                                    column: 42,
                                   },
                                   end: Position {
                                    line: 419,
                                    column: 71,
                                   },
                                  },
                                 },
                                ),
                                else_: String(
                                 String_ {
                                  parts: [
                                   Interpolation(
                                    PartInterpolation {
                                     expression: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 420,
                                           column: 27,
                                          },
                                          end: Position {
                                           line: 420,
                                           column: 30,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "pki",
                                          span: Span {
                                           start: Position {
                                            line: 420,
                                            column: 31,
                                           },
                                           end: Position {
                                            line: 420,
                                            column: 34,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "manual",
                                          span: Span {
                                           start: Position {
                                            line: 420,
                                            column: 35,
                                           },
                                           end: Position {
                                            line: 420,
                                            column: 41,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "ca",
                                          span: Span {
                                           start: Position {
                                            line: 420,
                                            column: 42,
                                           },
                                           end: Position {
                                            line: 420,
                                            column: 44,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "cert",
                                          span: Span {
                                           start: Position {
                                            line: 420,
                                            column: 45,
                                           },
                                           end: Position {
                                            line: 420,
                                            column: 49,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 420,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 420,
                                    column: 51,
                                   },
                                  },
                                 },
                                ),
                                span: Span {
                                 start: Position {
                                  line: 419,
                                  column: 19,
                                 },
                                 end: Position {
                                  line: 420,
                                  column: 51,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 385,
                             column: 36,
                            },
                            end: Position {
                             line: 421,
                             column: 8,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "systemd",
                            span: Span {
                             start: Position {
                              line: 423,
                              column: 7,
                             },
                             end: Position {
                              line: 423,
                              column: 14,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "services",
                            span: Span {
                             start: Position {
                              line: 423,
                              column: 15,
                             },
                             end: Position {
                              line: 423,
                              column: 23,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "taskserver-init",
                            span: Span {
                             start: Position {
                              line: 423,
                              column: 24,
                             },
                             end: Position {
                              line: 423,
                              column: 39,
                             },
                            },
                           },
                          ),
                         ],
                         to: Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "wantedBy",
                                 span: Span {
                                  start: Position {
                                   line: 424,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 424,
                                   column: 17,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: List(
                               List {
                                elements: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "taskserver.service",
                                      span: Span {
                                       start: Position {
                                        line: 424,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 424,
                                        column: 41,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 424,
                                     column: 22,
                                    },
                                    end: Position {
                                     line: 424,
                                     column: 42,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 424,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 424,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "before",
                                 span: Span {
                                  start: Position {
                                   line: 425,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 425,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: List(
                               List {
                                elements: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "taskserver.service",
                                      span: Span {
                                       start: Position {
                                        line: 425,
                                        column: 21,
                                       },
                                       end: Position {
                                        line: 425,
                                        column: 39,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 425,
                                     column: 20,
                                    },
                                    end: Position {
                                     line: 425,
                                     column: 40,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 425,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 425,
                                  column: 42,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "description",
                                 span: Span {
                                  start: Position {
                                   line: 426,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 426,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Initialize Taskserver Data Directory",
                                   span: Span {
                                    start: Position {
                                     line: 426,
                                     column: 24,
                                    },
                                    end: Position {
                                     line: 426,
                                     column: 60,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 426,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 426,
                                  column: 61,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "preStart",
                                 span: Span {
                                  start: Position {
                                   line: 428,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 428,
                                   column: 17,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "mkdir -m 0770 -p \"",
                                   span: Span {
                                    start: Position {
                                     line: 429,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 429,
                                     column: 29,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 429,
                                         column: 31,
                                        },
                                        end: Position {
                                         line: 429,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 429,
                                          column: 35,
                                         },
                                         end: Position {
                                          line: 429,
                                          column: 42,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "\"\nchown \"",
                                   span: Span {
                                    start: Position {
                                     line: 429,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 430,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 430,
                                         column: 20,
                                        },
                                        end: Position {
                                         line: 430,
                                         column: 23,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "user",
                                        span: Span {
                                         start: Position {
                                          line: 430,
                                          column: 24,
                                         },
                                         end: Position {
                                          line: 430,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: ":",
                                   span: Span {
                                    start: Position {
                                     line: 429,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 430,
                                     column: 30,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 430,
                                         column: 32,
                                        },
                                        end: Position {
                                         line: 430,
                                         column: 35,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "group",
                                        span: Span {
                                         start: Position {
                                          line: 430,
                                          column: 36,
                                         },
                                         end: Position {
                                          line: 430,
                                          column: 41,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "\" \"",
                                   span: Span {
                                    start: Position {
                                     line: 429,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 430,
                                     column: 45,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 430,
                                         column: 47,
                                        },
                                        end: Position {
                                         line: 430,
                                         column: 50,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 430,
                                          column: 51,
                                         },
                                         end: Position {
                                          line: 430,
                                          column: 58,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "\"\n",
                                   span: Span {
                                    start: Position {
                                     line: 429,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 431,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 428,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 431,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "script",
                                 span: Span {
                                  start: Position {
                                   line: 433,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 433,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "",
                                   span: Span {
                                    start: Position {
                                     line: 434,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 434,
                                     column: 11,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: Identifier(
                                    Identifier {
                                     id: "taskd",
                                     span: Span {
                                      start: Position {
                                       line: 434,
                                       column: 13,
                                      },
                                      end: Position {
                                       line: 434,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: " init\ntouch \"",
                                   span: Span {
                                    start: Position {
                                     line: 434,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 435,
                                     column: 18,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 435,
                                         column: 20,
                                        },
                                        end: Position {
                                         line: 435,
                                         column: 23,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 435,
                                          column: 24,
                                         },
                                         end: Position {
                                          line: 435,
                                          column: 31,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/.is_initialized\"\n",
                                   span: Span {
                                    start: Position {
                                     line: 434,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 436,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 433,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 436,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "environment",
                                 span: Span {
                                  start: Position {
                                   line: 438,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 438,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "TASKDDATA",
                                 span: Span {
                                  start: Position {
                                   line: 438,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 438,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 438,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 438,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "dataDir",
                                   span: Span {
                                    start: Position {
                                     line: 438,
                                     column: 37,
                                    },
                                    end: Position {
                                     line: 438,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "unitConfig",
                                 span: Span {
                                  start: Position {
                                   line: 440,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 440,
                                   column: 19,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "ConditionPathExists",
                                 span: Span {
                                  start: Position {
                                   line: 440,
                                   column: 20,
                                  },
                                  end: Position {
                                   line: 440,
                                   column: 39,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "!",
                                   span: Span {
                                    start: Position {
                                     line: 440,
                                     column: 43,
                                    },
                                    end: Position {
                                     line: 440,
                                     column: 58,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 440,
                                         column: 46,
                                        },
                                        end: Position {
                                         line: 440,
                                         column: 49,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 440,
                                          column: 50,
                                         },
                                         end: Position {
                                          line: 440,
                                          column: 57,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/.is_initialized",
                                   span: Span {
                                    start: Position {
                                     line: 440,
                                     column: 43,
                                    },
                                    end: Position {
                                     line: 440,
                                     column: 74,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 440,
                                  column: 42,
                                 },
                                 end: Position {
                                  line: 440,
                                  column: 75,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 442,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 442,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "Type",
                                 span: Span {
                                  start: Position {
                                   line: 442,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 442,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "oneshot",
                                   span: Span {
                                    start: Position {
                                     line: 442,
                                     column: 31,
                                    },
                                    end: Position {
                                     line: 442,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 442,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 442,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 443,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 443,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "User",
                                 span: Span {
                                  start: Position {
                                   line: 443,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 443,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 443,
                                    column: 30,
                                   },
                                   end: Position {
                                    line: 443,
                                    column: 33,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "user",
                                   span: Span {
                                    start: Position {
                                     line: 443,
                                     column: 34,
                                    },
                                    end: Position {
                                     line: 443,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 444,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 444,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "Group",
                                 span: Span {
                                  start: Position {
                                   line: 444,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 444,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 444,
                                    column: 31,
                                   },
                                   end: Position {
                                    line: 444,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "group",
                                   span: Span {
                                    start: Position {
                                     line: 444,
                                     column: 35,
                                    },
                                    end: Position {
                                     line: 444,
                                     column: 40,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 445,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 445,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "PermissionsStartOnly",
                                 span: Span {
                                  start: Position {
                                   line: 445,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 445,
                                   column: 43,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "true",
                                span: Span {
                                 start: Position {
                                  line: 445,
                                  column: 46,
                                 },
                                 end: Position {
                                  line: 445,
                                  column: 50,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 446,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 446,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "PrivateNetwork",
                                 span: Span {
                                  start: Position {
                                   line: 446,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 446,
                                   column: 37,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "true",
                                span: Span {
                                 start: Position {
                                  line: 446,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 446,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 447,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 447,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "PrivateDevices",
                                 span: Span {
                                  start: Position {
                                   line: 447,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 447,
                                   column: 37,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "true",
                                span: Span {
                                 start: Position {
                                  line: 447,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 447,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 448,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 448,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "PrivateTmp",
                                 span: Span {
                                  start: Position {
                                   line: 448,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 448,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "true",
                                span: Span {
                                 start: Position {
                                  line: 448,
                                  column: 36,
                                 },
                                 end: Position {
                                  line: 448,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 423,
                             column: 42,
                            },
                            end: Position {
                             line: 449,
                             column: 8,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "systemd",
                            span: Span {
                             start: Position {
                              line: 451,
                              column: 7,
                             },
                             end: Position {
                              line: 451,
                              column: 14,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "services",
                            span: Span {
                             start: Position {
                              line: 451,
                              column: 15,
                             },
                             end: Position {
                              line: 451,
                              column: 23,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "taskserver",
                            span: Span {
                             start: Position {
                              line: 451,
                              column: 24,
                             },
                             end: Position {
                              line: 451,
                              column: 34,
                             },
                            },
                           },
                          ),
                         ],
                         to: Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "description",
                                 span: Span {
                                  start: Position {
                                   line: 452,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 452,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Taskwarrior Server",
                                   span: Span {
                                    start: Position {
                                     line: 452,
                                     column: 24,
                                    },
                                    end: Position {
                                     line: 452,
                                     column: 42,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 452,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 452,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "wantedBy",
                                 span: Span {
                                  start: Position {
                                   line: 454,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 454,
                                   column: 17,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: List(
                               List {
                                elements: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "multi-user.target",
                                      span: Span {
                                       start: Position {
                                        line: 454,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 454,
                                        column: 40,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 454,
                                     column: 22,
                                    },
                                    end: Position {
                                     line: 454,
                                     column: 41,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 454,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 454,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "after",
                                 span: Span {
                                  start: Position {
                                   line: 455,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 455,
                                   column: 14,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: List(
                               List {
                                elements: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "network.target",
                                      span: Span {
                                       start: Position {
                                        line: 455,
                                        column: 20,
                                       },
                                       end: Position {
                                        line: 455,
                                        column: 34,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 455,
                                     column: 19,
                                    },
                                    end: Position {
                                     line: 455,
                                     column: 35,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 455,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 455,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "environment",
                                 span: Span {
                                  start: Position {
                                   line: 457,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 457,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "TASKDDATA",
                                 span: Span {
                                  start: Position {
                                   line: 457,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 457,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: PropertyAccess(
                               PropertyAccess {
                                expression: Identifier(
                                 Identifier {
                                  id: "cfg",
                                  span: Span {
                                   start: Position {
                                    line: 457,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 457,
                                    column: 36,
                                   },
                                  },
                                 },
                                ),
                                attribute_path: [
                                 Raw(
                                  PartRaw {
                                   content: "dataDir",
                                   span: Span {
                                    start: Position {
                                     line: 457,
                                     column: 37,
                                    },
                                    end: Position {
                                     line: 457,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                default: None,
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "preStart",
                                 span: Span {
                                  start: Position {
                                   line: 459,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 459,
                                   column: 17,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: LetIn(
                               LetIn {
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "jsonOrgs",
                                      span: Span {
                                       start: Position {
                                        line: 460,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 460,
                                        column: 19,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "builtins",
                                         span: Span {
                                          start: Position {
                                           line: 460,
                                           column: 22,
                                          },
                                          end: Position {
                                           line: 460,
                                           column: 30,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "toJSON",
                                          span: Span {
                                           start: Position {
                                            line: 460,
                                            column: 31,
                                           },
                                           end: Position {
                                            line: 460,
                                            column: 37,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      PropertyAccess(
                                       PropertyAccess {
                                        expression: Identifier(
                                         Identifier {
                                          id: "cfg",
                                          span: Span {
                                           start: Position {
                                            line: 460,
                                            column: 38,
                                           },
                                           end: Position {
                                            line: 460,
                                            column: 41,
                                           },
                                          },
                                         },
                                        ),
                                        attribute_path: [
                                         Raw(
                                          PartRaw {
                                           content: "organisations",
                                           span: Span {
                                            start: Position {
                                             line: 460,
                                             column: 42,
                                            },
                                            end: Position {
                                             line: 460,
                                             column: 55,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        default: None,
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "jsonFile",
                                      span: Span {
                                       start: Position {
                                        line: 461,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 461,
                                        column: 19,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "pkgs",
                                         span: Span {
                                          start: Position {
                                           line: 461,
                                           column: 22,
                                          },
                                          end: Position {
                                           line: 461,
                                           column: 26,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "writeText",
                                          span: Span {
                                           start: Position {
                                            line: 461,
                                            column: 27,
                                           },
                                           end: Position {
                                            line: 461,
                                            column: 36,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "orgs.json",
                                           span: Span {
                                            start: Position {
                                             line: 461,
                                             column: 38,
                                            },
                                            end: Position {
                                             line: 461,
                                             column: 47,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 461,
                                          column: 37,
                                         },
                                         end: Position {
                                          line: 461,
                                          column: 48,
                                         },
                                        },
                                       },
                                      ),
                                      Identifier(
                                       Identifier {
                                        id: "jsonOrgs",
                                        span: Span {
                                         start: Position {
                                          line: 461,
                                          column: 49,
                                         },
                                         end: Position {
                                          line: 461,
                                          column: 57,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "helperTool",
                                      span: Span {
                                       start: Position {
                                        line: 462,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 462,
                                        column: 21,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: String(
                                    String_ {
                                     parts: [
                                      Interpolation(
                                       PartInterpolation {
                                        expression: Identifier(
                                         Identifier {
                                          id: "nixos-taskserver",
                                          span: Span {
                                           start: Position {
                                            line: 462,
                                            column: 27,
                                           },
                                           end: Position {
                                            line: 462,
                                            column: 43,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "/bin/nixos-taskserver",
                                        span: Span {
                                         start: Position {
                                          line: 462,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 462,
                                          column: 65,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 462,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 462,
                                       column: 66,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                target: String(
                                 String_ {
                                  parts: [
                                   Interpolation(
                                    PartInterpolation {
                                     expression: Identifier(
                                      Identifier {
                                       id: "helperTool",
                                       span: Span {
                                        start: Position {
                                         line: 463,
                                         column: 15,
                                        },
                                        end: Position {
                                         line: 463,
                                         column: 25,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: " process-json '",
                                     span: Span {
                                      start: Position {
                                       line: 463,
                                       column: 13,
                                      },
                                      end: Position {
                                       line: 463,
                                       column: 41,
                                      },
                                     },
                                    },
                                   ),
                                   Interpolation(
                                    PartInterpolation {
                                     expression: Identifier(
                                      Identifier {
                                       id: "jsonFile",
                                       span: Span {
                                        start: Position {
                                         line: 463,
                                         column: 43,
                                        },
                                        end: Position {
                                         line: 463,
                                         column: 51,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "'",
                                     span: Span {
                                      start: Position {
                                       line: 463,
                                       column: 13,
                                      },
                                      end: Position {
                                       line: 463,
                                       column: 53,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 463,
                                    column: 12,
                                   },
                                   end: Position {
                                    line: 463,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                                span: Span {
                                 start: Position {
                                  line: 459,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 463,
                                  column: 54,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 465,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 465,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Map(
                               Map {
                                recursive: false,
                                bindings: [
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "ExecStart",
                                      span: Span {
                                       start: Position {
                                        line: 466,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 466,
                                        column: 20,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: LetIn(
                                    LetIn {
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "mkCfgFlag",
                                           span: Span {
                                            start: Position {
                                             line: 467,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 467,
                                             column: 22,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: Function(
                                         Function {
                                          head: Simple(
                                           FunctionHeadSimple {
                                            identifier: "flag",
                                           },
                                          ),
                                          body: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "escapeShellArg",
                                              span: Span {
                                               start: Position {
                                                line: 467,
                                                column: 31,
                                               },
                                               end: Position {
                                                line: 467,
                                                column: 45,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "--",
                                                  span: Span {
                                                   start: Position {
                                                    line: 467,
                                                    column: 47,
                                                   },
                                                   end: Position {
                                                    line: 467,
                                                    column: 56,
                                                   },
                                                  },
                                                 },
                                                ),
                                                Interpolation(
                                                 PartInterpolation {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "flag",
                                                    span: Span {
                                                     start: Position {
                                                      line: 467,
                                                      column: 51,
                                                     },
                                                     end: Position {
                                                      line: 467,
                                                      column: 55,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 467,
                                                 column: 46,
                                                },
                                                end: Position {
                                                 line: 467,
                                                 column: 57,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                          span: Span {
                                           start: Position {
                                            line: 467,
                                            column: 25,
                                           },
                                           end: Position {
                                            line: 467,
                                            column: 57,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "cfgFlags",
                                           span: Span {
                                            start: Position {
                                             line: 468,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 468,
                                             column: 21,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "concatMapStringsSep",
                                            span: Span {
                                             start: Position {
                                              line: 468,
                                              column: 24,
                                             },
                                             end: Position {
                                              line: 468,
                                              column: 43,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: " ",
                                                span: Span {
                                                 start: Position {
                                                  line: 468,
                                                  column: 45,
                                                 },
                                                 end: Position {
                                                  line: 468,
                                                  column: 46,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 468,
                                               column: 44,
                                              },
                                              end: Position {
                                               line: 468,
                                               column: 47,
                                              },
                                             },
                                            },
                                           ),
                                           Identifier(
                                            Identifier {
                                             id: "mkCfgFlag",
                                             span: Span {
                                              start: Position {
                                               line: 468,
                                               column: 48,
                                              },
                                              end: Position {
                                               line: 468,
                                               column: 57,
                                              },
                                             },
                                            },
                                           ),
                                           PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cfg",
                                               span: Span {
                                                start: Position {
                                                 line: 468,
                                                 column: 58,
                                                },
                                                end: Position {
                                                 line: 468,
                                                 column: 61,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "config",
                                                span: Span {
                                                 start: Position {
                                                  line: 468,
                                                  column: 62,
                                                 },
                                                 end: Position {
                                                  line: 468,
                                                  column: 68,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     target: String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "@",
                                          span: Span {
                                           start: Position {
                                            line: 469,
                                            column: 15,
                                           },
                                           end: Position {
                                            line: 469,
                                            column: 24,
                                           },
                                          },
                                         },
                                        ),
                                        Interpolation(
                                         PartInterpolation {
                                          expression: Identifier(
                                           Identifier {
                                            id: "taskd",
                                            span: Span {
                                             start: Position {
                                              line: 469,
                                              column: 18,
                                             },
                                             end: Position {
                                              line: 469,
                                              column: 23,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: " taskd server ",
                                          span: Span {
                                           start: Position {
                                            line: 469,
                                            column: 15,
                                           },
                                           end: Position {
                                            line: 469,
                                            column: 38,
                                           },
                                          },
                                         },
                                        ),
                                        Interpolation(
                                         PartInterpolation {
                                          expression: Identifier(
                                           Identifier {
                                            id: "cfgFlags",
                                            span: Span {
                                             start: Position {
                                              line: 469,
                                              column: 40,
                                             },
                                             end: Position {
                                              line: 469,
                                              column: 48,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 469,
                                         column: 14,
                                        },
                                        end: Position {
                                         line: 469,
                                         column: 50,
                                        },
                                       },
                                      },
                                     ),
                                     span: Span {
                                      start: Position {
                                       line: 466,
                                       column: 23,
                                      },
                                      end: Position {
                                       line: 469,
                                       column: 50,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "ExecReload",
                                      span: Span {
                                       start: Position {
                                        line: 470,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 470,
                                        column: 21,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: String(
                                    String_ {
                                     parts: [
                                      Interpolation(
                                       PartInterpolation {
                                        expression: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "pkgs",
                                            span: Span {
                                             start: Position {
                                              line: 470,
                                              column: 27,
                                             },
                                             end: Position {
                                              line: 470,
                                              column: 31,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "coreutils",
                                             span: Span {
                                              start: Position {
                                               line: 470,
                                               column: 32,
                                              },
                                              end: Position {
                                               line: 470,
                                               column: 41,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "/bin/kill -USR1 $MAINPID",
                                        span: Span {
                                         start: Position {
                                          line: 470,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 470,
                                          column: 66,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 470,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 470,
                                       column: 67,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "Restart",
                                      span: Span {
                                       start: Position {
                                        line: 471,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 471,
                                        column: 18,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "on-failure",
                                        span: Span {
                                         start: Position {
                                          line: 471,
                                          column: 22,
                                         },
                                         end: Position {
                                          line: 471,
                                          column: 32,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 471,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 471,
                                       column: 33,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "PermissionsStartOnly",
                                      span: Span {
                                       start: Position {
                                        line: 472,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 472,
                                        column: 31,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Identifier(
                                    Identifier {
                                     id: "true",
                                     span: Span {
                                      start: Position {
                                       line: 472,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 472,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "PrivateTmp",
                                      span: Span {
                                       start: Position {
                                        line: 473,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 473,
                                        column: 21,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Identifier(
                                    Identifier {
                                     id: "true",
                                     span: Span {
                                      start: Position {
                                       line: 473,
                                       column: 24,
                                      },
                                      end: Position {
                                       line: 473,
                                       column: 28,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "PrivateDevices",
                                      span: Span {
                                       start: Position {
                                        line: 474,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 474,
                                        column: 25,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: Identifier(
                                    Identifier {
                                     id: "true",
                                     span: Span {
                                      start: Position {
                                       line: 474,
                                       column: 28,
                                      },
                                      end: Position {
                                       line: 474,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "User",
                                      span: Span {
                                       start: Position {
                                        line: 475,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 475,
                                        column: 15,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 475,
                                         column: 18,
                                        },
                                        end: Position {
                                         line: 475,
                                         column: 21,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "user",
                                        span: Span {
                                         start: Position {
                                          line: 475,
                                          column: 22,
                                         },
                                         end: Position {
                                          line: 475,
                                          column: 26,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 KeyValue(
                                  BindingKeyValue {
                                   from: [
                                    Raw(
                                     PartRaw {
                                      content: "Group",
                                      span: Span {
                                       start: Position {
                                        line: 476,
                                        column: 11,
                                       },
                                       end: Position {
                                        line: 476,
                                        column: 16,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   to: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 476,
                                         column: 19,
                                        },
                                        end: Position {
                                         line: 476,
                                         column: 22,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "group",
                                        span: Span {
                                         start: Position {
                                          line: 476,
                                          column: 23,
                                         },
                                         end: Position {
                                          line: 476,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 465,
                                  column: 25,
                                 },
                                 end: Position {
                                  line: 477,
                                  column: 10,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 451,
                             column: 37,
                            },
                            end: Position {
                             line: 478,
                             column: 8,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 370,
                        column: 22,
                       },
                       end: Position {
                        line: 479,
                        column: 6,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                 FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "mkIf",
                     span: Span {
                      start: Position {
                       line: 480,
                       column: 6,
                      },
                      end: Position {
                       line: 480,
                       column: 10,
                      },
                     },
                    },
                   ),
                   arguments: [
                    BinaryOperation(
                     BinaryOperation {
                      left: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 480,
                            column: 12,
                           },
                           end: Position {
                            line: 480,
                            column: 15,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "enable",
                           span: Span {
                            start: Position {
                             line: 480,
                             column: 16,
                            },
                            end: Position {
                             line: 480,
                             column: 22,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      operator: LogicalAnd,
                      right: Identifier(
                       Identifier {
                        id: "needToCreateCA",
                        span: Span {
                         start: Position {
                          line: 480,
                          column: 26,
                         },
                         end: Position {
                          line: 480,
                          column: 40,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "systemd",
                            span: Span {
                             start: Position {
                              line: 481,
                              column: 7,
                             },
                             end: Position {
                              line: 481,
                              column: 14,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "services",
                            span: Span {
                             start: Position {
                              line: 481,
                              column: 15,
                             },
                             end: Position {
                              line: 481,
                              column: 23,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "taskserver-ca",
                            span: Span {
                             start: Position {
                              line: 481,
                              column: 24,
                             },
                             end: Position {
                              line: 481,
                              column: 37,
                             },
                            },
                           },
                          ),
                         ],
                         to: Map(
                          Map {
                           recursive: false,
                           bindings: [
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "wantedBy",
                                 span: Span {
                                  start: Position {
                                   line: 482,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 482,
                                   column: 17,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: List(
                               List {
                                elements: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "taskserver.service",
                                      span: Span {
                                       start: Position {
                                        line: 482,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 482,
                                        column: 41,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 482,
                                     column: 22,
                                    },
                                    end: Position {
                                     line: 482,
                                     column: 42,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 482,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 482,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "after",
                                 span: Span {
                                  start: Position {
                                   line: 483,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 483,
                                   column: 14,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: List(
                               List {
                                elements: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "taskserver-init.service",
                                      span: Span {
                                       start: Position {
                                        line: 483,
                                        column: 20,
                                       },
                                       end: Position {
                                        line: 483,
                                        column: 43,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 483,
                                     column: 19,
                                    },
                                    end: Position {
                                     line: 483,
                                     column: 44,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 483,
                                  column: 17,
                                 },
                                 end: Position {
                                  line: 483,
                                  column: 46,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "before",
                                 span: Span {
                                  start: Position {
                                   line: 484,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 484,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: List(
                               List {
                                elements: [
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "taskserver.service",
                                      span: Span {
                                       start: Position {
                                        line: 484,
                                        column: 21,
                                       },
                                       end: Position {
                                        line: 484,
                                        column: 39,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 484,
                                     column: 20,
                                    },
                                    end: Position {
                                     line: 484,
                                     column: 40,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 484,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 484,
                                  column: 42,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "description",
                                 span: Span {
                                  start: Position {
                                   line: 485,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 485,
                                   column: 20,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "Initialize CA for TaskServer",
                                   span: Span {
                                    start: Position {
                                     line: 485,
                                     column: 24,
                                    },
                                    end: Position {
                                     line: 485,
                                     column: 52,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 485,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 485,
                                  column: 53,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 486,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 486,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "Type",
                                 span: Span {
                                  start: Position {
                                   line: 486,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 486,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "oneshot",
                                   span: Span {
                                    start: Position {
                                     line: 486,
                                     column: 31,
                                    },
                                    end: Position {
                                     line: 486,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 486,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 486,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 487,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 487,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "UMask",
                                 span: Span {
                                  start: Position {
                                   line: 487,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 487,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: String(
                               String_ {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "0077",
                                   span: Span {
                                    start: Position {
                                     line: 487,
                                     column: 32,
                                    },
                                    end: Position {
                                     line: 487,
                                     column: 36,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 487,
                                  column: 31,
                                 },
                                 end: Position {
                                  line: 487,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 488,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 488,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "PrivateNetwork",
                                 span: Span {
                                  start: Position {
                                   line: 488,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 488,
                                   column: 37,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "true",
                                span: Span {
                                 start: Position {
                                  line: 488,
                                  column: 40,
                                 },
                                 end: Position {
                                  line: 488,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "serviceConfig",
                                 span: Span {
                                  start: Position {
                                   line: 489,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 489,
                                   column: 22,
                                  },
                                 },
                                },
                               ),
                               Raw(
                                PartRaw {
                                 content: "PrivateTmp",
                                 span: Span {
                                  start: Position {
                                   line: 489,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 489,
                                   column: 33,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: Identifier(
                               Identifier {
                                id: "true",
                                span: Span {
                                 start: Position {
                                  line: 489,
                                  column: 36,
                                 },
                                 end: Position {
                                  line: 489,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                            KeyValue(
                             BindingKeyValue {
                              from: [
                               Raw(
                                PartRaw {
                                 content: "script",
                                 span: Span {
                                  start: Position {
                                   line: 491,
                                   column: 9,
                                  },
                                  end: Position {
                                   line: 491,
                                   column: 15,
                                  },
                                 },
                                },
                               ),
                              ],
                              to: IndentedString(
                               IndentedString {
                                parts: [
                                 Raw(
                                  PartRaw {
                                   content: "silent_certtool() {\n  if ! output=\"$(\"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 493,
                                     column: 29,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: Identifier(
                                    Identifier {
                                     id: "certtool",
                                     span: Span {
                                      start: Position {
                                       line: 493,
                                       column: 31,
                                      },
                                      end: Position {
                                       line: 493,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "\" \"$@\" 2>&1)\"; then\n    echo \"GNUTLS certtool invocation failed with output:\" >&2\n    echo \"$output\" >&2\n  fi\n}\n\nmkdir -m 0700 -p \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 499,
                                     column: 29,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 499,
                                         column: 31,
                                        },
                                        end: Position {
                                         line: 499,
                                         column: 34,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 499,
                                          column: 35,
                                         },
                                         end: Position {
                                          line: 499,
                                          column: 42,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys\"\nchown root:root \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 500,
                                     column: 28,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 500,
                                         column: 30,
                                        },
                                        end: Position {
                                         line: 500,
                                         column: 33,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 500,
                                          column: 34,
                                         },
                                         end: Position {
                                          line: 500,
                                          column: 41,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys\"\n\nif [ ! -e \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 502,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 502,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 502,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 502,
                                          column: 28,
                                         },
                                         end: Position {
                                          line: 502,
                                          column: 35,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/ca.key\" ]; then\n  silent_certtool -p \\\n    --bits ",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 504,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: FunctionApplication(
                                    FunctionApplication {
                                     function: Identifier(
                                      Identifier {
                                       id: "toString",
                                       span: Span {
                                        start: Position {
                                         line: 504,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 504,
                                         column: 32,
                                        },
                                       },
                                      },
                                     ),
                                     arguments: [
                                      PropertyAccess(
                                       PropertyAccess {
                                        expression: Identifier(
                                         Identifier {
                                          id: "cfg",
                                          span: Span {
                                           start: Position {
                                            line: 504,
                                            column: 33,
                                           },
                                           end: Position {
                                            line: 504,
                                            column: 36,
                                           },
                                          },
                                         },
                                        ),
                                        attribute_path: [
                                         Raw(
                                          PartRaw {
                                           content: "pki",
                                           span: Span {
                                            start: Position {
                                             line: 504,
                                             column: 37,
                                            },
                                            end: Position {
                                             line: 504,
                                             column: 40,
                                            },
                                           },
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "auto",
                                           span: Span {
                                            start: Position {
                                             line: 504,
                                             column: 41,
                                            },
                                            end: Position {
                                             line: 504,
                                             column: 45,
                                            },
                                           },
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "bits",
                                           span: Span {
                                            start: Position {
                                             line: 504,
                                             column: 46,
                                            },
                                            end: Position {
                                             line: 504,
                                             column: 50,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        default: None,
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: " \\\n    --outfile \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 505,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 505,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 505,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 505,
                                          column: 32,
                                         },
                                         end: Position {
                                          line: 505,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/ca.key\"\n  silent_certtool -s \\\n    --template \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 507,
                                     column: 27,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "pkgs",
                                         span: Span {
                                          start: Position {
                                           line: 507,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 507,
                                           column: 33,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "writeText",
                                          span: Span {
                                           start: Position {
                                            line: 507,
                                            column: 34,
                                           },
                                           end: Position {
                                            line: 507,
                                            column: 43,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "taskserver-ca.template",
                                           span: Span {
                                            start: Position {
                                             line: 507,
                                             column: 45,
                                            },
                                            end: Position {
                                             line: 507,
                                             column: 67,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 507,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 507,
                                          column: 68,
                                         },
                                        },
                                       },
                                      ),
                                      IndentedString(
                                       IndentedString {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "cn = ",
                                           span: Span {
                                            start: Position {
                                             line: 508,
                                             column: 1,
                                            },
                                            end: Position {
                                             line: 508,
                                             column: 22,
                                            },
                                           },
                                          },
                                         ),
                                         Interpolation(
                                          PartInterpolation {
                                           expression: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cfg",
                                               span: Span {
                                                start: Position {
                                                 line: 508,
                                                 column: 24,
                                                },
                                                end: Position {
                                                 line: 508,
                                                 column: 27,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "fqdn",
                                                span: Span {
                                                 start: Position {
                                                  line: 508,
                                                  column: 28,
                                                 },
                                                 end: Position {
                                                  line: 508,
                                                  column: 32,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "\nexpiration_days = ",
                                           span: Span {
                                            start: Position {
                                             line: 508,
                                             column: 1,
                                            },
                                            end: Position {
                                             line: 509,
                                             column: 35,
                                            },
                                           },
                                          },
                                         ),
                                         Interpolation(
                                          PartInterpolation {
                                           expression: FunctionApplication(
                                            FunctionApplication {
                                             function: Identifier(
                                              Identifier {
                                               id: "toString",
                                               span: Span {
                                                start: Position {
                                                 line: 509,
                                                 column: 37,
                                                },
                                                end: Position {
                                                 line: 509,
                                                 column: 45,
                                                },
                                               },
                                              },
                                             ),
                                             arguments: [
                                              PropertyAccess(
                                               PropertyAccess {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "cfg",
                                                  span: Span {
                                                   start: Position {
                                                    line: 509,
                                                    column: 46,
                                                   },
                                                   end: Position {
                                                    line: 509,
                                                    column: 49,
                                                   },
                                                  },
                                                 },
                                                ),
                                                attribute_path: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "pki",
                                                   span: Span {
                                                    start: Position {
                                                     line: 509,
                                                     column: 50,
                                                    },
                                                    end: Position {
                                                     line: 509,
                                                     column: 53,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "auto",
                                                   span: Span {
                                                    start: Position {
                                                     line: 509,
                                                     column: 54,
                                                    },
                                                    end: Position {
                                                     line: 509,
                                                     column: 58,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "expiration",
                                                   span: Span {
                                                    start: Position {
                                                     line: 509,
                                                     column: 59,
                                                    },
                                                    end: Position {
                                                     line: 509,
                                                     column: 69,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "ca",
                                                   span: Span {
                                                    start: Position {
                                                     line: 509,
                                                     column: 70,
                                                    },
                                                    end: Position {
                                                     line: 509,
                                                     column: 72,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                default: None,
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "\ncert_signing_key\nca\n",
                                           span: Span {
                                            start: Position {
                                             line: 508,
                                             column: 1,
                                            },
                                            end: Position {
                                             line: 512,
                                             column: 15,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 507,
                                          column: 69,
                                         },
                                         end: Position {
                                          line: 512,
                                          column: 17,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "\" \\\n    --load-privkey \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 513,
                                     column: 31,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 513,
                                         column: 33,
                                        },
                                        end: Position {
                                         line: 513,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 513,
                                          column: 37,
                                         },
                                         end: Position {
                                          line: 513,
                                          column: 44,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/ca.key\" \\\n    --outfile \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 514,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 514,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 514,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 514,
                                          column: 32,
                                         },
                                         end: Position {
                                          line: 514,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/ca.cert\"\n\n  chgrp \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 516,
                                     column: 20,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 516,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 516,
                                         column: 25,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "group",
                                        span: Span {
                                         start: Position {
                                          line: 516,
                                          column: 26,
                                         },
                                         end: Position {
                                          line: 516,
                                          column: 31,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "\" \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 516,
                                     column: 35,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 516,
                                         column: 37,
                                        },
                                        end: Position {
                                         line: 516,
                                         column: 40,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 516,
                                          column: 41,
                                         },
                                         end: Position {
                                          line: 516,
                                          column: 48,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/ca.cert\"\n  chmod g+r \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 517,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 517,
                                         column: 26,
                                        },
                                        end: Position {
                                         line: 517,
                                         column: 29,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 517,
                                          column: 30,
                                         },
                                         end: Position {
                                          line: 517,
                                          column: 37,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/ca.cert\"\nfi\n\nif [ ! -e \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 520,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 520,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 520,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 520,
                                          column: 28,
                                         },
                                         end: Position {
                                          line: 520,
                                          column: 35,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.key\" ]; then\n  silent_certtool -p \\\n    --bits ",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 522,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: FunctionApplication(
                                    FunctionApplication {
                                     function: Identifier(
                                      Identifier {
                                       id: "toString",
                                       span: Span {
                                        start: Position {
                                         line: 522,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 522,
                                         column: 32,
                                        },
                                       },
                                      },
                                     ),
                                     arguments: [
                                      PropertyAccess(
                                       PropertyAccess {
                                        expression: Identifier(
                                         Identifier {
                                          id: "cfg",
                                          span: Span {
                                           start: Position {
                                            line: 522,
                                            column: 33,
                                           },
                                           end: Position {
                                            line: 522,
                                            column: 36,
                                           },
                                          },
                                         },
                                        ),
                                        attribute_path: [
                                         Raw(
                                          PartRaw {
                                           content: "pki",
                                           span: Span {
                                            start: Position {
                                             line: 522,
                                             column: 37,
                                            },
                                            end: Position {
                                             line: 522,
                                             column: 40,
                                            },
                                           },
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "auto",
                                           span: Span {
                                            start: Position {
                                             line: 522,
                                             column: 41,
                                            },
                                            end: Position {
                                             line: 522,
                                             column: 45,
                                            },
                                           },
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "bits",
                                           span: Span {
                                            start: Position {
                                             line: 522,
                                             column: 46,
                                            },
                                            end: Position {
                                             line: 522,
                                             column: 50,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        default: None,
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: " \\\n    --outfile \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 523,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 523,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 523,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 523,
                                          column: 32,
                                         },
                                         end: Position {
                                          line: 523,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.key\"\n\n  silent_certtool -c \\\n    --template \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 526,
                                     column: 27,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "pkgs",
                                         span: Span {
                                          start: Position {
                                           line: 526,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 526,
                                           column: 33,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "writeText",
                                          span: Span {
                                           start: Position {
                                            line: 526,
                                            column: 34,
                                           },
                                           end: Position {
                                            line: 526,
                                            column: 43,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "taskserver-cert.template",
                                           span: Span {
                                            start: Position {
                                             line: 526,
                                             column: 45,
                                            },
                                            end: Position {
                                             line: 526,
                                             column: 69,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 526,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 526,
                                          column: 70,
                                         },
                                        },
                                       },
                                      ),
                                      IndentedString(
                                       IndentedString {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "cn = ",
                                           span: Span {
                                            start: Position {
                                             line: 527,
                                             column: 1,
                                            },
                                            end: Position {
                                             line: 527,
                                             column: 22,
                                            },
                                           },
                                          },
                                         ),
                                         Interpolation(
                                          PartInterpolation {
                                           expression: PropertyAccess(
                                            PropertyAccess {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cfg",
                                               span: Span {
                                                start: Position {
                                                 line: 527,
                                                 column: 24,
                                                },
                                                end: Position {
                                                 line: 527,
                                                 column: 27,
                                                },
                                               },
                                              },
                                             ),
                                             attribute_path: [
                                              Raw(
                                               PartRaw {
                                                content: "fqdn",
                                                span: Span {
                                                 start: Position {
                                                  line: 527,
                                                  column: 28,
                                                 },
                                                 end: Position {
                                                  line: 527,
                                                  column: 32,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             default: None,
                                            },
                                           ),
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "\nexpiration_days = ",
                                           span: Span {
                                            start: Position {
                                             line: 527,
                                             column: 1,
                                            },
                                            end: Position {
                                             line: 528,
                                             column: 35,
                                            },
                                           },
                                          },
                                         ),
                                         Interpolation(
                                          PartInterpolation {
                                           expression: FunctionApplication(
                                            FunctionApplication {
                                             function: Identifier(
                                              Identifier {
                                               id: "toString",
                                               span: Span {
                                                start: Position {
                                                 line: 528,
                                                 column: 37,
                                                },
                                                end: Position {
                                                 line: 528,
                                                 column: 45,
                                                },
                                               },
                                              },
                                             ),
                                             arguments: [
                                              PropertyAccess(
                                               PropertyAccess {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "cfg",
                                                  span: Span {
                                                   start: Position {
                                                    line: 528,
                                                    column: 46,
                                                   },
                                                   end: Position {
                                                    line: 528,
                                                    column: 49,
                                                   },
                                                  },
                                                 },
                                                ),
                                                attribute_path: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "pki",
                                                   span: Span {
                                                    start: Position {
                                                     line: 528,
                                                     column: 50,
                                                    },
                                                    end: Position {
                                                     line: 528,
                                                     column: 53,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "auto",
                                                   span: Span {
                                                    start: Position {
                                                     line: 528,
                                                     column: 54,
                                                    },
                                                    end: Position {
                                                     line: 528,
                                                     column: 58,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "expiration",
                                                   span: Span {
                                                    start: Position {
                                                     line: 528,
                                                     column: 59,
                                                    },
                                                    end: Position {
                                                     line: 528,
                                                     column: 69,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "server",
                                                   span: Span {
                                                    start: Position {
                                                     line: 528,
                                                     column: 70,
                                                    },
                                                    end: Position {
                                                     line: 528,
                                                     column: 76,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                default: None,
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "\ntls_www_server\nencryption_key\nsigning_key\n",
                                           span: Span {
                                            start: Position {
                                             line: 527,
                                             column: 1,
                                            },
                                            end: Position {
                                             line: 532,
                                             column: 15,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 526,
                                          column: 71,
                                         },
                                         end: Position {
                                          line: 532,
                                          column: 17,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "\" \\\n    --load-ca-privkey \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 533,
                                     column: 34,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 533,
                                         column: 36,
                                        },
                                        end: Position {
                                         line: 533,
                                         column: 39,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 533,
                                          column: 40,
                                         },
                                         end: Position {
                                          line: 533,
                                          column: 47,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/ca.key\" \\\n    --load-ca-certificate \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 534,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 534,
                                         column: 40,
                                        },
                                        end: Position {
                                         line: 534,
                                         column: 43,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 534,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 534,
                                          column: 51,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/ca.cert\" \\\n    --load-privkey \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 535,
                                     column: 31,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 535,
                                         column: 33,
                                        },
                                        end: Position {
                                         line: 535,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 535,
                                          column: 37,
                                         },
                                         end: Position {
                                          line: 535,
                                          column: 44,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.key\" \\\n    --outfile \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 536,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 536,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 536,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 536,
                                          column: 32,
                                         },
                                         end: Position {
                                          line: 536,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.cert\"\n\n  chgrp \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 538,
                                     column: 20,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 538,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 538,
                                         column: 25,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "group",
                                        span: Span {
                                         start: Position {
                                          line: 538,
                                          column: 26,
                                         },
                                         end: Position {
                                          line: 538,
                                          column: 31,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "\" \\\n    \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 539,
                                     column: 16,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 539,
                                         column: 18,
                                        },
                                        end: Position {
                                         line: 539,
                                         column: 21,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 539,
                                          column: 22,
                                         },
                                         end: Position {
                                          line: 539,
                                          column: 29,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.key\" \\\n    \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 540,
                                     column: 16,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 540,
                                         column: 18,
                                        },
                                        end: Position {
                                         line: 540,
                                         column: 21,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 540,
                                          column: 22,
                                         },
                                         end: Position {
                                          line: 540,
                                          column: 29,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.cert\"\n\n  chmod g+r \\\n    \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 543,
                                     column: 16,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 543,
                                         column: 18,
                                        },
                                        end: Position {
                                         line: 543,
                                         column: 21,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 543,
                                          column: 22,
                                         },
                                         end: Position {
                                          line: 543,
                                          column: 29,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.key\" \\\n    \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 544,
                                     column: 16,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 544,
                                         column: 18,
                                        },
                                        end: Position {
                                         line: 544,
                                         column: 21,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 544,
                                          column: 22,
                                         },
                                         end: Position {
                                          line: 544,
                                          column: 29,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.cert\"\nfi\n\nif [ ! -e \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 547,
                                     column: 22,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 547,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 547,
                                         column: 27,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 547,
                                          column: 28,
                                         },
                                         end: Position {
                                          line: 547,
                                          column: 35,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.crl\" ]; then\n  silent_certtool --generate-crl \\\n    --template \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 549,
                                     column: 27,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "pkgs",
                                         span: Span {
                                          start: Position {
                                           line: 549,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 549,
                                           column: 33,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "writeText",
                                          span: Span {
                                           start: Position {
                                            line: 549,
                                            column: 34,
                                           },
                                           end: Position {
                                            line: 549,
                                            column: 43,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "taskserver-crl.template",
                                           span: Span {
                                            start: Position {
                                             line: 549,
                                             column: 45,
                                            },
                                            end: Position {
                                             line: 549,
                                             column: 68,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 549,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 549,
                                          column: 69,
                                         },
                                        },
                                       },
                                      ),
                                      IndentedString(
                                       IndentedString {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: "expiration_days = ",
                                           span: Span {
                                            start: Position {
                                             line: 550,
                                             column: 1,
                                            },
                                            end: Position {
                                             line: 550,
                                             column: 35,
                                            },
                                           },
                                          },
                                         ),
                                         Interpolation(
                                          PartInterpolation {
                                           expression: FunctionApplication(
                                            FunctionApplication {
                                             function: Identifier(
                                              Identifier {
                                               id: "toString",
                                               span: Span {
                                                start: Position {
                                                 line: 550,
                                                 column: 37,
                                                },
                                                end: Position {
                                                 line: 550,
                                                 column: 45,
                                                },
                                               },
                                              },
                                             ),
                                             arguments: [
                                              PropertyAccess(
                                               PropertyAccess {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "cfg",
                                                  span: Span {
                                                   start: Position {
                                                    line: 550,
                                                    column: 46,
                                                   },
                                                   end: Position {
                                                    line: 550,
                                                    column: 49,
                                                   },
                                                  },
                                                 },
                                                ),
                                                attribute_path: [
                                                 Raw(
                                                  PartRaw {
                                                   content: "pki",
                                                   span: Span {
                                                    start: Position {
                                                     line: 550,
                                                     column: 50,
                                                    },
                                                    end: Position {
                                                     line: 550,
                                                     column: 53,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "auto",
                                                   span: Span {
                                                    start: Position {
                                                     line: 550,
                                                     column: 54,
                                                    },
                                                    end: Position {
                                                     line: 550,
                                                     column: 58,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "expiration",
                                                   span: Span {
                                                    start: Position {
                                                     line: 550,
                                                     column: 59,
                                                    },
                                                    end: Position {
                                                     line: 550,
                                                     column: 69,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 Raw(
                                                  PartRaw {
                                                   content: "crl",
                                                   span: Span {
                                                    start: Position {
                                                     line: 550,
                                                     column: 70,
                                                    },
                                                    end: Position {
                                                     line: 550,
                                                     column: 73,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                                default: None,
                                               },
                                              ),
                                             ],
                                            },
                                           ),
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "\n",
                                           span: Span {
                                            start: Position {
                                             line: 550,
                                             column: 1,
                                            },
                                            end: Position {
                                             line: 551,
                                             column: 15,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 549,
                                          column: 70,
                                         },
                                         end: Position {
                                          line: 551,
                                          column: 17,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "\" \\\n    --load-ca-privkey \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 552,
                                     column: 34,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 552,
                                         column: 36,
                                        },
                                        end: Position {
                                         line: 552,
                                         column: 39,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 552,
                                          column: 40,
                                         },
                                         end: Position {
                                          line: 552,
                                          column: 47,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/ca.key\" \\\n    --load-ca-certificate \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 553,
                                     column: 38,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 553,
                                         column: 40,
                                        },
                                        end: Position {
                                         line: 553,
                                         column: 43,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 553,
                                          column: 44,
                                         },
                                         end: Position {
                                          line: 553,
                                          column: 51,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/ca.cert\" \\\n    --outfile \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 554,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 554,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 554,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 554,
                                          column: 32,
                                         },
                                         end: Position {
                                          line: 554,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.crl\"\n\n  chgrp \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 556,
                                     column: 20,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 556,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 556,
                                         column: 25,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "group",
                                        span: Span {
                                         start: Position {
                                          line: 556,
                                          column: 26,
                                         },
                                         end: Position {
                                          line: 556,
                                          column: 31,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "\" \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 556,
                                     column: 35,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 556,
                                         column: 37,
                                        },
                                        end: Position {
                                         line: 556,
                                         column: 40,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 556,
                                          column: 41,
                                         },
                                         end: Position {
                                          line: 556,
                                          column: 48,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.crl\"\n  chmod g+r \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 557,
                                     column: 24,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 557,
                                         column: 26,
                                        },
                                        end: Position {
                                         line: 557,
                                         column: 29,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 557,
                                          column: 30,
                                         },
                                         end: Position {
                                          line: 557,
                                          column: 37,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys/server.crl\"\nfi\n\nchmod go+x \"",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 560,
                                     column: 23,
                                    },
                                   },
                                  },
                                 ),
                                 Interpolation(
                                  PartInterpolation {
                                   expression: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 560,
                                         column: 25,
                                        },
                                        end: Position {
                                         line: 560,
                                         column: 28,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "dataDir",
                                        span: Span {
                                         start: Position {
                                          line: 560,
                                          column: 29,
                                         },
                                         end: Position {
                                          line: 560,
                                          column: 36,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  },
                                 ),
                                 Raw(
                                  PartRaw {
                                   content: "/keys\"\n",
                                   span: Span {
                                    start: Position {
                                     line: 492,
                                     column: 1,
                                    },
                                    end: Position {
                                     line: 561,
                                     column: 9,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                span: Span {
                                 start: Position {
                                  line: 491,
                                  column: 18,
                                 },
                                 end: Position {
                                  line: 561,
                                  column: 11,
                                 },
                                },
                               },
                              ),
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 481,
                             column: 40,
                            },
                            end: Position {
                             line: 562,
                             column: 8,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 480,
                        column: 42,
                       },
                       end: Position {
                        line: 563,
                        column: 6,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                 FunctionApplication(
                  FunctionApplication {
                   function: Identifier(
                    Identifier {
                     id: "mkIf",
                     span: Span {
                      start: Position {
                       line: 564,
                       column: 6,
                      },
                      end: Position {
                       line: 564,
                       column: 10,
                      },
                     },
                    },
                   ),
                   arguments: [
                    BinaryOperation(
                     BinaryOperation {
                      left: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 564,
                            column: 12,
                           },
                           end: Position {
                            line: 564,
                            column: 15,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "enable",
                           span: Span {
                            start: Position {
                             line: 564,
                             column: 16,
                            },
                            end: Position {
                             line: 564,
                             column: 22,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      operator: LogicalAnd,
                      right: PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 564,
                            column: 26,
                           },
                           end: Position {
                            line: 564,
                            column: 29,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "openFirewall",
                           span: Span {
                            start: Position {
                             line: 564,
                             column: 30,
                            },
                            end: Position {
                             line: 564,
                             column: 42,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     },
                    ),
                    Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "networking",
                            span: Span {
                             start: Position {
                              line: 565,
                              column: 7,
                             },
                             end: Position {
                              line: 565,
                              column: 17,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "firewall",
                            span: Span {
                             start: Position {
                              line: 565,
                              column: 18,
                             },
                             end: Position {
                              line: 565,
                              column: 26,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "allowedTCPPorts",
                            span: Span {
                             start: Position {
                              line: 565,
                              column: 27,
                             },
                             end: Position {
                              line: 565,
                              column: 42,
                             },
                            },
                           },
                          ),
                         ],
                         to: List(
                          List {
                           elements: [
                            PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "cfg",
                                span: Span {
                                 start: Position {
                                  line: 565,
                                  column: 47,
                                 },
                                 end: Position {
                                  line: 565,
                                  column: 50,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "listenPort",
                                 span: Span {
                                  start: Position {
                                   line: 565,
                                   column: 51,
                                  },
                                  end: Position {
                                   line: 565,
                                   column: 61,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 565,
                             column: 45,
                            },
                            end: Position {
                             line: 565,
                             column: 63,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 564,
                        column: 44,
                       },
                       end: Position {
                        line: 566,
                        column: 6,
                       },
                      },
                     },
                    ),
                   ],
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 369,
                  column: 20,
                 },
                 end: Position {
                  line: 567,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 569,
                column: 3,
               },
               end: Position {
                line: 569,
                column: 7,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "doc",
              span: Span {
               start: Position {
                line: 569,
                column: 8,
               },
               end: Position {
                line: 569,
                column: 11,
               },
              },
             },
            ),
           ],
           to: Path(
            Path {
             parts: [
              Raw(
               PartRaw {
                content: "./doc.xml",
                span: Span {
                 start: Position {
                  line: 569,
                  column: 14,
                 },
                 end: Position {
                  line: 569,
                  column: 23,
                 },
                },
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 569,
               column: 14,
              },
              end: Position {
               line: 569,
               column: 23,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 137,
          column: 4,
         },
         end: Position {
          line: 570,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 570,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 570,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 570,
    column: 2,
   },
  },
 },
)