Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "options",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "utils",
      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: "gcfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 7,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 10,
              },
              end: Position {
               line: 6,
               column: 16,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 17,
               },
               end: Position {
                line: 6,
                column: 25,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "tarsnap",
              span: Span {
               start: Position {
                line: 6,
                column: 26,
               },
               end: Position {
                line: 6,
                column: 33,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "opt",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "options",
             span: Span {
              start: Position {
               line: 7,
               column: 9,
              },
              end: Position {
               line: 7,
               column: 16,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 7,
                column: 17,
               },
               end: Position {
                line: 7,
                column: 25,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "tarsnap",
              span: Span {
               start: Position {
                line: 7,
                column: 26,
               },
               end: Position {
                line: 7,
                column: 33,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "configFile",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 13,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "name",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "cfg",
              },
             ),
             body: IndentedString(
              IndentedString {
               parts: [
                Raw(
                 PartRaw {
                  content: "keyfile ",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 10,
                    column: 13,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "cfg",
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 15,
                       },
                       end: Position {
                        line: 10,
                        column: 18,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "keyfile",
                       span: Span {
                        start: Position {
                         line: 10,
                         column: 19,
                        },
                        end: Position {
                         line: 10,
                         column: 26,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 11,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 11,
                        column: 7,
                       },
                       end: Position {
                        line: 11,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     BinaryOperation(
                      BinaryOperation {
                       left: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 11,
                             column: 23,
                            },
                            end: Position {
                             line: 11,
                             column: 26,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "cachedir",
                            span: Span {
                             start: Position {
                              line: 11,
                              column: 27,
                             },
                             end: Position {
                              line: 11,
                              column: 35,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       operator: NotEqualTo,
                       right: Identifier(
                        Identifier {
                         id: "null",
                         span: Span {
                          start: Position {
                           line: 11,
                           column: 39,
                          },
                          end: Position {
                           line: 11,
                           column: 43,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "cachedir ",
                          span: Span {
                           start: Position {
                            line: 11,
                            column: 46,
                           },
                           end: Position {
                            line: 11,
                            column: 70,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 11,
                                column: 57,
                               },
                               end: Position {
                                line: 11,
                                column: 60,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "cachedir",
                               span: Span {
                                start: Position {
                                 line: 11,
                                 column: 61,
                                },
                                end: Position {
                                 line: 11,
                                 column: 69,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 11,
                         column: 45,
                        },
                        end: Position {
                         line: 11,
                         column: 71,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 12,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 12,
                        column: 7,
                       },
                       end: Position {
                        line: 12,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 12,
                           column: 22,
                          },
                          end: Position {
                           line: 12,
                           column: 25,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "nodump",
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 26,
                           },
                           end: Position {
                            line: 12,
                            column: 32,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "nodump",
                          span: Span {
                           start: Position {
                            line: 12,
                            column: 34,
                           },
                           end: Position {
                            line: 12,
                            column: 40,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 12,
                         column: 33,
                        },
                        end: Position {
                         line: 12,
                         column: 41,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 13,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 13,
                        column: 7,
                       },
                       end: Position {
                        line: 13,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 13,
                           column: 22,
                          },
                          end: Position {
                           line: 13,
                           column: 25,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "printStats",
                          span: Span {
                           start: Position {
                            line: 13,
                            column: 26,
                           },
                           end: Position {
                            line: 13,
                            column: 36,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "print-stats",
                          span: Span {
                           start: Position {
                            line: 13,
                            column: 38,
                           },
                           end: Position {
                            line: 13,
                            column: 49,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 13,
                         column: 37,
                        },
                        end: Position {
                         line: 13,
                         column: 50,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 14,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 14,
                        column: 7,
                       },
                       end: Position {
                        line: 14,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 14,
                           column: 22,
                          },
                          end: Position {
                           line: 14,
                           column: 25,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "printStats",
                          span: Span {
                           start: Position {
                            line: 14,
                            column: 26,
                           },
                           end: Position {
                            line: 14,
                            column: 36,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "humanize-numbers",
                          span: Span {
                           start: Position {
                            line: 14,
                            column: 38,
                           },
                           end: Position {
                            line: 14,
                            column: 54,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 14,
                         column: 37,
                        },
                        end: Position {
                         line: 14,
                         column: 55,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 15,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 15,
                        column: 7,
                       },
                       end: Position {
                        line: 15,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     BinaryOperation(
                      BinaryOperation {
                       left: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 15,
                             column: 23,
                            },
                            end: Position {
                             line: 15,
                             column: 26,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "checkpointBytes",
                            span: Span {
                             start: Position {
                              line: 15,
                              column: 27,
                             },
                             end: Position {
                              line: 15,
                              column: 42,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       operator: NotEqualTo,
                       right: Identifier(
                        Identifier {
                         id: "null",
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 46,
                          },
                          end: Position {
                           line: 15,
                           column: 50,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     BinaryOperation(
                      BinaryOperation {
                       left: String(
                        String_ {
                         parts: [
                          Raw(
                           PartRaw {
                            content: "checkpoint-bytes ",
                            span: Span {
                             start: Position {
                              line: 15,
                              column: 54,
                             },
                             end: Position {
                              line: 15,
                              column: 71,
                             },
                            },
                           },
                          ),
                         ],
                         span: Span {
                          start: Position {
                           line: 15,
                           column: 53,
                          },
                          end: Position {
                           line: 15,
                           column: 72,
                          },
                         },
                        },
                       ),
                       operator: Addition,
                       right: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 15,
                             column: 73,
                            },
                            end: Position {
                             line: 15,
                             column: 76,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "checkpointBytes",
                            span: Span {
                             start: Position {
                              line: 15,
                              column: 77,
                             },
                             end: Position {
                              line: 15,
                              column: 92,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 16,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 16,
                        column: 7,
                       },
                       end: Position {
                        line: 16,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 16,
                           column: 22,
                          },
                          end: Position {
                           line: 16,
                           column: 25,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "aggressiveNetworking",
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 26,
                           },
                           end: Position {
                            line: 16,
                            column: 46,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "aggressive-networking",
                          span: Span {
                           start: Position {
                            line: 16,
                            column: 48,
                           },
                           end: Position {
                            line: 16,
                            column: 69,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 16,
                         column: 47,
                        },
                        end: Position {
                         line: 16,
                         column: 70,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 17,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "concatStringsSep",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 7,
                       },
                       end: Position {
                        line: 17,
                        column: 23,
                       },
                      },
                     },
                    ),
                    arguments: [
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 25,
                           },
                           end: Position {
                            line: 17,
                            column: 27,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 17,
                         column: 24,
                        },
                        end: Position {
                         line: 17,
                         column: 28,
                        },
                       },
                      },
                     ),
                     FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "map",
                         span: Span {
                          start: Position {
                           line: 17,
                           column: 30,
                          },
                          end: Position {
                           line: 17,
                           column: 33,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "v",
                           },
                          ),
                          body: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "exclude ",
                               span: Span {
                                start: Position {
                                 line: 17,
                                 column: 39,
                                },
                                end: Position {
                                 line: 17,
                                 column: 51,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: Identifier(
                                Identifier {
                                 id: "v",
                                 span: Span {
                                  start: Position {
                                   line: 17,
                                   column: 49,
                                  },
                                  end: Position {
                                   line: 17,
                                   column: 50,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 17,
                              column: 38,
                             },
                             end: Position {
                              line: 17,
                              column: 52,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 17,
                            column: 35,
                           },
                           end: Position {
                            line: 17,
                            column: 52,
                           },
                          },
                         },
                        ),
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 17,
                              column: 54,
                             },
                             end: Position {
                              line: 17,
                              column: 57,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "excludes",
                             span: Span {
                              start: Position {
                               line: 17,
                               column: 58,
                              },
                              end: Position {
                               line: 17,
                               column: 66,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       ],
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 18,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "concatStringsSep",
                      span: Span {
                       start: Position {
                        line: 18,
                        column: 7,
                       },
                       end: Position {
                        line: 18,
                        column: 23,
                       },
                      },
                     },
                    ),
                    arguments: [
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 18,
                            column: 25,
                           },
                           end: Position {
                            line: 18,
                            column: 27,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 18,
                         column: 24,
                        },
                        end: Position {
                         line: 18,
                         column: 28,
                        },
                       },
                      },
                     ),
                     FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "map",
                         span: Span {
                          start: Position {
                           line: 18,
                           column: 30,
                          },
                          end: Position {
                           line: 18,
                           column: 33,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "v",
                           },
                          ),
                          body: String(
                           String_ {
                            parts: [
                             Raw(
                              PartRaw {
                               content: "include ",
                               span: Span {
                                start: Position {
                                 line: 18,
                                 column: 39,
                                },
                                end: Position {
                                 line: 18,
                                 column: 51,
                                },
                               },
                              },
                             ),
                             Interpolation(
                              PartInterpolation {
                               expression: Identifier(
                                Identifier {
                                 id: "v",
                                 span: Span {
                                  start: Position {
                                   line: 18,
                                   column: 49,
                                  },
                                  end: Position {
                                   line: 18,
                                   column: 50,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                            ],
                            span: Span {
                             start: Position {
                              line: 18,
                              column: 38,
                             },
                             end: Position {
                              line: 18,
                              column: 52,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 18,
                            column: 35,
                           },
                           end: Position {
                            line: 18,
                            column: 52,
                           },
                          },
                         },
                        ),
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 18,
                              column: 54,
                             },
                             end: Position {
                              line: 18,
                              column: 57,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "includes",
                             span: Span {
                              start: Position {
                               line: 18,
                               column: 58,
                              },
                              end: Position {
                               line: 18,
                               column: 66,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       ],
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 19,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 19,
                        column: 7,
                       },
                       end: Position {
                        line: 19,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 19,
                           column: 22,
                          },
                          end: Position {
                           line: 19,
                           column: 25,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "lowmem",
                          span: Span {
                           start: Position {
                            line: 19,
                            column: 26,
                           },
                           end: Position {
                            line: 19,
                            column: 32,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "lowmem",
                          span: Span {
                           start: Position {
                            line: 19,
                            column: 34,
                           },
                           end: Position {
                            line: 19,
                            column: 40,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 19,
                         column: 33,
                        },
                        end: Position {
                         line: 19,
                         column: 41,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 20,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 20,
                        column: 7,
                       },
                       end: Position {
                        line: 20,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 20,
                           column: 22,
                          },
                          end: Position {
                           line: 20,
                           column: 25,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "verylowmem",
                          span: Span {
                           start: Position {
                            line: 20,
                            column: 26,
                           },
                           end: Position {
                            line: 20,
                            column: 36,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "verylowmem",
                          span: Span {
                           start: Position {
                            line: 20,
                            column: 38,
                           },
                           end: Position {
                            line: 20,
                            column: 48,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 20,
                         column: 37,
                        },
                        end: Position {
                         line: 20,
                         column: 49,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 21,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 21,
                        column: 7,
                       },
                       end: Position {
                        line: 21,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     BinaryOperation(
                      BinaryOperation {
                       left: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 23,
                            },
                            end: Position {
                             line: 21,
                             column: 26,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "maxbw",
                            span: Span {
                             start: Position {
                              line: 21,
                              column: 27,
                             },
                             end: Position {
                              line: 21,
                              column: 32,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       operator: NotEqualTo,
                       right: Identifier(
                        Identifier {
                         id: "null",
                         span: Span {
                          start: Position {
                           line: 21,
                           column: 36,
                          },
                          end: Position {
                           line: 21,
                           column: 40,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "maxbw ",
                          span: Span {
                           start: Position {
                            line: 21,
                            column: 43,
                           },
                           end: Position {
                            line: 21,
                            column: 70,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "toString",
                              span: Span {
                               start: Position {
                                line: 21,
                                column: 51,
                               },
                               end: Position {
                                line: 21,
                                column: 59,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 21,
                                   column: 60,
                                  },
                                  end: Position {
                                   line: 21,
                                   column: 63,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "maxbw",
                                  span: Span {
                                   start: Position {
                                    line: 21,
                                    column: 64,
                                   },
                                   end: Position {
                                    line: 21,
                                    column: 69,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 21,
                         column: 42,
                        },
                        end: Position {
                         line: 21,
                         column: 71,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 22,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 22,
                        column: 7,
                       },
                       end: Position {
                        line: 22,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     BinaryOperation(
                      BinaryOperation {
                       left: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 22,
                             column: 23,
                            },
                            end: Position {
                             line: 22,
                             column: 26,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "maxbwRateUp",
                            span: Span {
                             start: Position {
                              line: 22,
                              column: 27,
                             },
                             end: Position {
                              line: 22,
                              column: 38,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       operator: NotEqualTo,
                       right: Identifier(
                        Identifier {
                         id: "null",
                         span: Span {
                          start: Position {
                           line: 22,
                           column: 42,
                          },
                          end: Position {
                           line: 22,
                           column: 46,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "maxbw-rate-up ",
                          span: Span {
                           start: Position {
                            line: 22,
                            column: 49,
                           },
                           end: Position {
                            line: 22,
                            column: 90,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "toString",
                              span: Span {
                               start: Position {
                                line: 22,
                                column: 65,
                               },
                               end: Position {
                                line: 22,
                                column: 73,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 22,
                                   column: 74,
                                  },
                                  end: Position {
                                   line: 22,
                                   column: 77,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "maxbwRateUp",
                                  span: Span {
                                   start: Position {
                                    line: 22,
                                    column: 78,
                                   },
                                   end: Position {
                                    line: 22,
                                    column: 89,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 22,
                         column: 48,
                        },
                        end: Position {
                         line: 22,
                         column: 91,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 23,
                    column: 5,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: Identifier(
                     Identifier {
                      id: "optionalString",
                      span: Span {
                       start: Position {
                        line: 23,
                        column: 7,
                       },
                       end: Position {
                        line: 23,
                        column: 21,
                       },
                      },
                     },
                    ),
                    arguments: [
                     BinaryOperation(
                      BinaryOperation {
                       left: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 23,
                             column: 23,
                            },
                            end: Position {
                             line: 23,
                             column: 26,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "maxbwRateDown",
                            span: Span {
                             start: Position {
                              line: 23,
                              column: 27,
                             },
                             end: Position {
                              line: 23,
                              column: 40,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       operator: NotEqualTo,
                       right: Identifier(
                        Identifier {
                         id: "null",
                         span: Span {
                          start: Position {
                           line: 23,
                           column: 44,
                          },
                          end: Position {
                           line: 23,
                           column: 48,
                          },
                         },
                        },
                       ),
                      },
                     ),
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "maxbw-rate-down ",
                          span: Span {
                           start: Position {
                            line: 23,
                            column: 51,
                           },
                           end: Position {
                            line: 23,
                            column: 96,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "toString",
                              span: Span {
                               start: Position {
                                line: 23,
                                column: 69,
                               },
                               end: Position {
                                line: 23,
                                column: 77,
                               },
                              },
                             },
                            ),
                            arguments: [
                             PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 23,
                                   column: 78,
                                  },
                                  end: Position {
                                   line: 23,
                                   column: 81,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "maxbwRateDown",
                                  span: Span {
                                   start: Position {
                                    line: 23,
                                    column: 82,
                                   },
                                   end: Position {
                                    line: 23,
                                    column: 95,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 23,
                         column: 50,
                        },
                        end: Position {
                         line: 23,
                         column: 97,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
                Raw(
                 PartRaw {
                  content: "\n",
                  span: Span {
                   start: Position {
                    line: 10,
                    column: 1,
                   },
                   end: Position {
                    line: 24,
                    column: 3,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 9,
                 column: 27,
                },
                end: Position {
                 line: 24,
                 column: 5,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 9,
               column: 22,
              },
              end: Position {
               line: 24,
               column: 5,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 9,
             column: 16,
            },
            end: Position {
             line: 24,
             column: 5,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "imports",
              span: Span {
               start: Position {
                line: 27,
                column: 3,
               },
               end: Position {
                line: 27,
                column: 10,
               },
              },
             },
            ),
           ],
           to: List(
            List {
             elements: [
              FunctionApplication(
               FunctionApplication {
                function: Identifier(
                 Identifier {
                  id: "mkRemovedOptionModule",
                  span: Span {
                   start: Position {
                    line: 28,
                    column: 6,
                   },
                   end: Position {
                    line: 28,
                    column: 27,
                   },
                  },
                 },
                ),
                arguments: [
                 List(
                  List {
                   elements: [
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "services",
                         span: Span {
                          start: Position {
                           line: 28,
                           column: 31,
                          },
                          end: Position {
                           line: 28,
                           column: 39,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 28,
                        column: 30,
                       },
                       end: Position {
                        line: 28,
                        column: 40,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "tarsnap",
                         span: Span {
                          start: Position {
                           line: 28,
                           column: 42,
                          },
                          end: Position {
                           line: 28,
                           column: 49,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 28,
                        column: 41,
                       },
                       end: Position {
                        line: 28,
                        column: 50,
                       },
                      },
                     },
                    ),
                    String(
                     String_ {
                      parts: [
                       Raw(
                        PartRaw {
                         content: "cachedir",
                         span: Span {
                          start: Position {
                           line: 28,
                           column: 52,
                          },
                          end: Position {
                           line: 28,
                           column: 60,
                          },
                         },
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 28,
                        column: 51,
                       },
                       end: Position {
                        line: 28,
                        column: 61,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 28,
                     column: 28,
                    },
                    end: Position {
                     line: 28,
                     column: 63,
                    },
                   },
                  },
                 ),
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "Use services.tarsnap.archives.<name>.cachedir",
                      span: Span {
                       start: Position {
                        line: 28,
                        column: 65,
                       },
                       end: Position {
                        line: 28,
                        column: 110,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 28,
                     column: 64,
                    },
                    end: Position {
                     line: 28,
                     column: 111,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 27,
               column: 13,
              },
              end: Position {
               line: 29,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 31,
                column: 3,
               },
               end: Position {
                line: 31,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 32,
                     column: 5,
                    },
                    end: Position {
                     line: 32,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "tarsnap",
                   span: Span {
                    start: Position {
                     line: 32,
                     column: 14,
                    },
                    end: Position {
                     line: 32,
                     column: 21,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 33,
                          column: 7,
                         },
                         end: Position {
                          line: 33,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 33,
                           column: 16,
                          },
                          end: Position {
                           line: 33,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 33,
                                column: 32,
                               },
                               end: Position {
                                line: 33,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 33,
                                 column: 36,
                                },
                                end: Position {
                                 line: 33,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "periodic tarsnap backups",
                                span: Span {
                                 start: Position {
                                  line: 33,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 33,
                                  column: 67,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 33,
                               column: 42,
                              },
                              end: Position {
                               line: 33,
                               column: 68,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "keyfile",
                        span: Span {
                         start: Position {
                          line: 35,
                          column: 7,
                         },
                         end: Position {
                          line: 35,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 35,
                           column: 17,
                          },
                          end: Position {
                           line: 35,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 36,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 36,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 36,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 36,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 36,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 36,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 37,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 37,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/root/tarsnap.key",
                                  span: Span {
                                   start: Position {
                                    line: 37,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 37,
                                    column: 37,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 37,
                                 column: 19,
                                },
                                end: Position {
                                 line: 37,
                                 column: 38,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 38,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 38,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 38,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 38,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 38,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 38,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "The keyfile which associates this machine with your tarsnap\naccount.\nCreate the keyfile with {command}`tarsnap-keygen`.\n\nNote that each individual archive (specified below) may also have its\nown individual keyfile specified. Tarsnap does not allow multiple\nconcurrent backups with the same cache directory and key (starting a\nnew backup will cause another one to fail). If you have multiple\narchives specified, you should either spread out your backups to be\nfar apart, or specify a separate key for each archive. By default\nevery archive defaults to using\n`\"/root/tarsnap.key\"`.\n\nIt's recommended for backups that you generate a key for every archive\nusing `tarsnap-keygen(1)`, and then generate a\nwrite-only tarsnap key using `tarsnap-keymgmt(1)`,\nand keep your master key(s) for a particular machine off-site.\n\nThe keyfile name should be given as a string and not a path, to\navoid the key being copied into the Nix store.\n",
                                     span: Span {
                                      start: Position {
                                       line: 39,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 59,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 38,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 59,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 35,
                            column: 26,
                           },
                           end: Position {
                            line: 60,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "archives",
                        span: Span {
                         start: Position {
                          line: 62,
                          column: 7,
                         },
                         end: Position {
                          line: 62,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 62,
                           column: 18,
                          },
                          end: Position {
                           line: 62,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 63,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 63,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "types",
                                   span: Span {
                                    start: Position {
                                     line: 63,
                                     column: 16,
                                    },
                                    end: Position {
                                     line: 63,
                                     column: 21,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "attrsOf",
                                    span: Span {
                                     start: Position {
                                      line: 63,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 63,
                                      column: 29,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 63,
                                        column: 31,
                                       },
                                       end: Position {
                                        line: 63,
                                        column: 36,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "submodule",
                                       span: Span {
                                        start: Position {
                                         line: 63,
                                         column: 37,
                                        },
                                        end: Position {
                                         line: 63,
                                         column: 46,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   Function(
                                    Function {
                                     head: Destructured(
                                      FunctionHeadDestructured {
                                       ellipsis: true,
                                       identifier: None,
                                       arguments: [
                                        FunctionHeadDestructuredArgument {
                                         identifier: "config",
                                         default: None,
                                        },
                                        FunctionHeadDestructuredArgument {
                                         identifier: "options",
                                         default: None,
                                        },
                                       ],
                                      },
                                     ),
                                     body: Map(
                                      Map {
                                       recursive: false,
                                       bindings: [
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "options",
                                             span: Span {
                                              start: Position {
                                               line: 65,
                                               column: 13,
                                              },
                                              end: Position {
                                               line: 65,
                                               column: 20,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: Map(
                                           Map {
                                            recursive: false,
                                            bindings: [
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "keyfile",
                                                  span: Span {
                                                   start: Position {
                                                    line: 66,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 66,
                                                    column: 22,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 66,
                                                     column: 25,
                                                    },
                                                    end: Position {
                                                     line: 66,
                                                     column: 33,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 67,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 67,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 67,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 67,
                                                             column: 29,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "str",
                                                            span: Span {
                                                             start: Position {
                                                              line: 67,
                                                              column: 30,
                                                             },
                                                             end: Position {
                                                              line: 67,
                                                              column: 33,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 68,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 68,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "gcfg",
                                                           span: Span {
                                                            start: Position {
                                                             line: 68,
                                                             column: 27,
                                                            },
                                                            end: Position {
                                                             line: 68,
                                                             column: 31,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "keyfile",
                                                            span: Span {
                                                             start: Position {
                                                              line: 68,
                                                              column: 32,
                                                             },
                                                             end: Position {
                                                              line: 68,
                                                              column: 39,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "defaultText",
                                                          span: Span {
                                                           start: Position {
                                                            line: 69,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 69,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: Identifier(
                                                          Identifier {
                                                           id: "literalExpression",
                                                           span: Span {
                                                            start: Position {
                                                             line: 69,
                                                             column: 31,
                                                            },
                                                            end: Position {
                                                             line: 69,
                                                             column: 48,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         arguments: [
                                                          String(
                                                           String_ {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "config.",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 69,
                                                                 column: 50,
                                                                },
                                                                end: Position {
                                                                 line: 69,
                                                                 column: 71,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             Interpolation(
                                                              PartInterpolation {
                                                               expression: PropertyAccess(
                                                                PropertyAccess {
                                                                 expression: Identifier(
                                                                  Identifier {
                                                                   id: "opt",
                                                                   span: Span {
                                                                    start: Position {
                                                                     line: 69,
                                                                     column: 59,
                                                                    },
                                                                    end: Position {
                                                                     line: 69,
                                                                     column: 62,
                                                                    },
                                                                   },
                                                                  },
                                                                 ),
                                                                 attribute_path: [
                                                                  Raw(
                                                                   PartRaw {
                                                                    content: "keyfile",
                                                                    span: Span {
                                                                     start: Position {
                                                                      line: 69,
                                                                      column: 63,
                                                                     },
                                                                     end: Position {
                                                                      line: 69,
                                                                      column: 70,
                                                                     },
                                                                    },
                                                                   },
                                                                  ),
                                                                 ],
                                                                 default: None,
                                                                },
                                                               ),
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 69,
                                                              column: 49,
                                                             },
                                                             end: Position {
                                                              line: 69,
                                                              column: 72,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 70,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 70,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 70,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 70,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 70,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 70,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Set a specific keyfile for this archive. This defaults to\n`\"/root/tarsnap.key\"` if left unspecified.\n\nUse this option if you want to run multiple backups\nconcurrently - each archive must have a unique key. You can\ngenerate a write-only key derived from your master key (which\nis recommended) using `tarsnap-keymgmt(1)`.\n\nNote: every archive must have an individual master key. You\nmust generate multiple keys with\n`tarsnap-keygen(1)`, and then generate write\nonly keys from those.\n\nThe keyfile name should be given as a string and not a path, to\navoid the key being copied into the Nix store.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 71,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 86,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 70,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 86,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 66,
                                                      column: 34,
                                                     },
                                                     end: Position {
                                                      line: 87,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "cachedir",
                                                  span: Span {
                                                   start: Position {
                                                    line: 89,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 89,
                                                    column: 23,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 89,
                                                     column: 26,
                                                    },
                                                    end: Position {
                                                     line: 89,
                                                     column: 34,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 90,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 90,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "types",
                                                             span: Span {
                                                              start: Position {
                                                               line: 90,
                                                               column: 24,
                                                              },
                                                              end: Position {
                                                               line: 90,
                                                               column: 29,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "nullOr",
                                                              span: Span {
                                                               start: Position {
                                                                line: 90,
                                                                column: 30,
                                                               },
                                                               end: Position {
                                                                line: 90,
                                                                column: 36,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          PropertyAccess(
                                                           PropertyAccess {
                                                            expression: Identifier(
                                                             Identifier {
                                                              id: "types",
                                                              span: Span {
                                                               start: Position {
                                                                line: 90,
                                                                column: 37,
                                                               },
                                                               end: Position {
                                                                line: 90,
                                                                column: 42,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            attribute_path: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "path",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 90,
                                                                 column: 43,
                                                                },
                                                                end: Position {
                                                                 line: 90,
                                                                 column: 47,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            default: None,
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 91,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 91,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: String(
                                                        String_ {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "/var/cache/tarsnap/",
                                                            span: Span {
                                                             start: Position {
                                                              line: 91,
                                                              column: 28,
                                                             },
                                                             end: Position {
                                                              line: 91,
                                                              column: 88,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                          Interpolation(
                                                           PartInterpolation {
                                                            expression: FunctionApplication(
                                                             FunctionApplication {
                                                              function: PropertyAccess(
                                                               PropertyAccess {
                                                                expression: Identifier(
                                                                 Identifier {
                                                                  id: "utils",
                                                                  span: Span {
                                                                   start: Position {
                                                                    line: 91,
                                                                    column: 49,
                                                                   },
                                                                   end: Position {
                                                                    line: 91,
                                                                    column: 54,
                                                                   },
                                                                  },
                                                                 },
                                                                ),
                                                                attribute_path: [
                                                                 Raw(
                                                                  PartRaw {
                                                                   content: "escapeSystemdPath",
                                                                   span: Span {
                                                                    start: Position {
                                                                     line: 91,
                                                                     column: 55,
                                                                    },
                                                                    end: Position {
                                                                     line: 91,
                                                                     column: 72,
                                                                    },
                                                                   },
                                                                  },
                                                                 ),
                                                                ],
                                                                default: None,
                                                               },
                                                              ),
                                                              arguments: [
                                                               PropertyAccess(
                                                                PropertyAccess {
                                                                 expression: Identifier(
                                                                  Identifier {
                                                                   id: "config",
                                                                   span: Span {
                                                                    start: Position {
                                                                     line: 91,
                                                                     column: 73,
                                                                    },
                                                                    end: Position {
                                                                     line: 91,
                                                                     column: 79,
                                                                    },
                                                                   },
                                                                  },
                                                                 ),
                                                                 attribute_path: [
                                                                  Raw(
                                                                   PartRaw {
                                                                    content: "keyfile",
                                                                    span: Span {
                                                                     start: Position {
                                                                      line: 91,
                                                                      column: 80,
                                                                     },
                                                                     end: Position {
                                                                      line: 91,
                                                                      column: 87,
                                                                     },
                                                                    },
                                                                   },
                                                                  ),
                                                                 ],
                                                                 default: None,
                                                                },
                                                               ),
                                                              ],
                                                             },
                                                            ),
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 91,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 91,
                                                           column: 89,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "defaultText",
                                                          span: Span {
                                                           start: Position {
                                                            line: 92,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 92,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: Identifier(
                                                          Identifier {
                                                           id: "literalExpression",
                                                           span: Span {
                                                            start: Position {
                                                             line: 92,
                                                             column: 31,
                                                            },
                                                            end: Position {
                                                             line: 92,
                                                             column: 48,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "\"/var/cache/tarsnap/",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 93,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 93,
                                                                 column: 39,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             Raw(
                                                              PartRaw {
                                                               content: "$",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 93,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 93,
                                                                 column: 42,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             Raw(
                                                              PartRaw {
                                                               content: "{utils.escapeSystemdPath config.",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 93,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 93,
                                                                 column: 74,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             Interpolation(
                                                              PartInterpolation {
                                                               expression: PropertyAccess(
                                                                PropertyAccess {
                                                                 expression: Identifier(
                                                                  Identifier {
                                                                   id: "options",
                                                                   span: Span {
                                                                    start: Position {
                                                                     line: 93,
                                                                     column: 76,
                                                                    },
                                                                    end: Position {
                                                                     line: 93,
                                                                     column: 83,
                                                                    },
                                                                   },
                                                                  },
                                                                 ),
                                                                 attribute_path: [
                                                                  Raw(
                                                                   PartRaw {
                                                                    content: "keyfile",
                                                                    span: Span {
                                                                     start: Position {
                                                                      line: 93,
                                                                      column: 84,
                                                                     },
                                                                     end: Position {
                                                                      line: 93,
                                                                      column: 91,
                                                                     },
                                                                    },
                                                                   },
                                                                  ),
                                                                 ],
                                                                 default: None,
                                                                },
                                                               ),
                                                              },
                                                             ),
                                                             Raw(
                                                              PartRaw {
                                                               content: "}\"\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 93,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 94,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 92,
                                                              column: 49,
                                                             },
                                                             end: Position {
                                                              line: 94,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 95,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 95,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 95,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 95,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 95,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 95,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "The cache allows tarsnap to identify previously stored data\nblocks, reducing archival time and bandwidth usage.\n\nShould the cache become desynchronized or corrupted, tarsnap\nwill refuse to run until you manually rebuild the cache with\n{command}`tarsnap --fsck`.\n\nSet to `null` to disable caching.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 96,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 104,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 95,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 104,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 89,
                                                      column: 35,
                                                     },
                                                     end: Position {
                                                      line: 105,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "nodump",
                                                  span: Span {
                                                   start: Position {
                                                    line: 107,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 107,
                                                    column: 21,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 107,
                                                     column: 24,
                                                    },
                                                    end: Position {
                                                     line: 107,
                                                     column: 32,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 108,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 108,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 108,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 108,
                                                             column: 29,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "bool",
                                                            span: Span {
                                                             start: Position {
                                                              line: 108,
                                                              column: 30,
                                                             },
                                                             end: Position {
                                                              line: 108,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 109,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 109,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "true",
                                                         span: Span {
                                                          start: Position {
                                                           line: 109,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 109,
                                                           column: 31,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 110,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 110,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 110,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 110,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 110,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 110,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Exclude files with the `nodump` flag.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 111,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 112,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 110,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 112,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 107,
                                                      column: 33,
                                                     },
                                                     end: Position {
                                                      line: 113,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "printStats",
                                                  span: Span {
                                                   start: Position {
                                                    line: 115,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 115,
                                                    column: 25,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 115,
                                                     column: 28,
                                                    },
                                                    end: Position {
                                                     line: 115,
                                                     column: 36,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 116,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 116,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 116,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 116,
                                                             column: 29,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "bool",
                                                            span: Span {
                                                             start: Position {
                                                              line: 116,
                                                              column: 30,
                                                             },
                                                             end: Position {
                                                              line: 116,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 117,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 117,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "true",
                                                         span: Span {
                                                          start: Position {
                                                           line: 117,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 117,
                                                           column: 31,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 118,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 118,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 118,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 118,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 118,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 118,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Print global archive statistics upon completion.\nThe output is available via\n{command}`systemctl status tarsnap-archive-name`.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 119,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 122,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 118,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 122,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 115,
                                                      column: 37,
                                                     },
                                                     end: Position {
                                                      line: 123,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "checkpointBytes",
                                                  span: Span {
                                                   start: Position {
                                                    line: 125,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 125,
                                                    column: 30,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 125,
                                                     column: 33,
                                                    },
                                                    end: Position {
                                                     line: 125,
                                                     column: 41,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 126,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 126,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "types",
                                                             span: Span {
                                                              start: Position {
                                                               line: 126,
                                                               column: 24,
                                                              },
                                                              end: Position {
                                                               line: 126,
                                                               column: 29,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "nullOr",
                                                              span: Span {
                                                               start: Position {
                                                                line: 126,
                                                                column: 30,
                                                               },
                                                               end: Position {
                                                                line: 126,
                                                                column: 36,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          PropertyAccess(
                                                           PropertyAccess {
                                                            expression: Identifier(
                                                             Identifier {
                                                              id: "types",
                                                              span: Span {
                                                               start: Position {
                                                                line: 126,
                                                                column: 37,
                                                               },
                                                               end: Position {
                                                                line: 126,
                                                                column: 42,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            attribute_path: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "str",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 126,
                                                                 column: 43,
                                                                },
                                                                end: Position {
                                                                 line: 126,
                                                                 column: 46,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            default: None,
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 127,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 127,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: String(
                                                        String_ {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "1GB",
                                                            span: Span {
                                                             start: Position {
                                                              line: 127,
                                                              column: 28,
                                                             },
                                                             end: Position {
                                                              line: 127,
                                                              column: 31,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 127,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 127,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 128,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 128,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 128,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 128,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 128,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 128,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Create a checkpoint every `checkpointBytes`\nof uploaded data (optionally specified using an SI prefix).\n\n1GB is the minimum value. A higher value is recommended,\nas checkpointing is expensive.\n\nSet to `null` to disable checkpointing.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 129,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 136,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 128,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 136,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 125,
                                                      column: 42,
                                                     },
                                                     end: Position {
                                                      line: 137,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "period",
                                                  span: Span {
                                                   start: Position {
                                                    line: 139,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 139,
                                                    column: 21,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 139,
                                                     column: 24,
                                                    },
                                                    end: Position {
                                                     line: 139,
                                                     column: 32,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 140,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 140,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 140,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 140,
                                                             column: 29,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "str",
                                                            span: Span {
                                                             start: Position {
                                                              line: 140,
                                                              column: 30,
                                                             },
                                                             end: Position {
                                                              line: 140,
                                                              column: 33,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 141,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 141,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: String(
                                                        String_ {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "01:15",
                                                            span: Span {
                                                             start: Position {
                                                              line: 141,
                                                              column: 28,
                                                             },
                                                             end: Position {
                                                              line: 141,
                                                              column: 33,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 141,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 141,
                                                           column: 34,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "example",
                                                          span: Span {
                                                           start: Position {
                                                            line: 142,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 142,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: String(
                                                        String_ {
                                                         parts: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "hourly",
                                                            span: Span {
                                                             start: Position {
                                                              line: 142,
                                                              column: 28,
                                                             },
                                                             end: Position {
                                                              line: 142,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         span: Span {
                                                          start: Position {
                                                           line: 142,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 142,
                                                           column: 35,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 143,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 143,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 143,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 143,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 143,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 143,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Create archive at this interval.\n\nThe format is described in\n{manpage}`systemd.time(7)`.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 144,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 148,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 143,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 148,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 139,
                                                      column: 33,
                                                     },
                                                     end: Position {
                                                      line: 149,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "aggressiveNetworking",
                                                  span: Span {
                                                   start: Position {
                                                    line: 151,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 151,
                                                    column: 35,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 151,
                                                     column: 38,
                                                    },
                                                    end: Position {
                                                     line: 151,
                                                     column: 46,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 152,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 152,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 152,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 152,
                                                             column: 29,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "bool",
                                                            span: Span {
                                                             start: Position {
                                                              line: 152,
                                                              column: 30,
                                                             },
                                                             end: Position {
                                                              line: 152,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 153,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 153,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "false",
                                                         span: Span {
                                                          start: Position {
                                                           line: 153,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 153,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 154,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 154,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 154,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 154,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 154,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 154,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Upload data over multiple TCP connections, potentially\nincreasing tarsnap's bandwidth utilisation at the cost\nof slowing down all other network traffic. Not\nrecommended unless TCP congestion is the dominant\nlimiting factor.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 155,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 160,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 154,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 160,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 151,
                                                      column: 47,
                                                     },
                                                     end: Position {
                                                      line: 161,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "directories",
                                                  span: Span {
                                                   start: Position {
                                                    line: 163,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 163,
                                                    column: 26,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 163,
                                                     column: 29,
                                                    },
                                                    end: Position {
                                                     line: 163,
                                                     column: 37,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 164,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 164,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "types",
                                                             span: Span {
                                                              start: Position {
                                                               line: 164,
                                                               column: 24,
                                                              },
                                                              end: Position {
                                                               line: 164,
                                                               column: 29,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "listOf",
                                                              span: Span {
                                                               start: Position {
                                                                line: 164,
                                                                column: 30,
                                                               },
                                                               end: Position {
                                                                line: 164,
                                                                column: 36,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          PropertyAccess(
                                                           PropertyAccess {
                                                            expression: Identifier(
                                                             Identifier {
                                                              id: "types",
                                                              span: Span {
                                                               start: Position {
                                                                line: 164,
                                                                column: 37,
                                                               },
                                                               end: Position {
                                                                line: 164,
                                                                column: 42,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            attribute_path: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "path",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 164,
                                                                 column: 43,
                                                                },
                                                                end: Position {
                                                                 line: 164,
                                                                 column: 47,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            default: None,
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 165,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 165,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: List(
                                                        List {
                                                         elements: [],
                                                         span: Span {
                                                          start: Position {
                                                           line: 165,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 165,
                                                           column: 29,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 166,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 166,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 166,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 166,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 166,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 166,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          String(
                                                           String_ {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "List of filesystem paths to archive.",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 166,
                                                                 column: 42,
                                                                },
                                                                end: Position {
                                                                 line: 166,
                                                                 column: 78,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 166,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 166,
                                                              column: 79,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 163,
                                                      column: 38,
                                                     },
                                                     end: Position {
                                                      line: 167,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "excludes",
                                                  span: Span {
                                                   start: Position {
                                                    line: 169,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 169,
                                                    column: 23,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 169,
                                                     column: 26,
                                                    },
                                                    end: Position {
                                                     line: 169,
                                                     column: 34,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 170,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 170,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "types",
                                                             span: Span {
                                                              start: Position {
                                                               line: 170,
                                                               column: 24,
                                                              },
                                                              end: Position {
                                                               line: 170,
                                                               column: 29,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "listOf",
                                                              span: Span {
                                                               start: Position {
                                                                line: 170,
                                                                column: 30,
                                                               },
                                                               end: Position {
                                                                line: 170,
                                                                column: 36,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          PropertyAccess(
                                                           PropertyAccess {
                                                            expression: Identifier(
                                                             Identifier {
                                                              id: "types",
                                                              span: Span {
                                                               start: Position {
                                                                line: 170,
                                                                column: 37,
                                                               },
                                                               end: Position {
                                                                line: 170,
                                                                column: 42,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            attribute_path: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "str",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 170,
                                                                 column: 43,
                                                                },
                                                                end: Position {
                                                                 line: 170,
                                                                 column: 46,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            default: None,
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 171,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 171,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: List(
                                                        List {
                                                         elements: [],
                                                         span: Span {
                                                          start: Position {
                                                           line: 171,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 171,
                                                           column: 29,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 172,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 172,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 172,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 172,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 172,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 172,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Exclude files and directories matching these patterns.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 173,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 174,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 172,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 174,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 169,
                                                      column: 35,
                                                     },
                                                     end: Position {
                                                      line: 175,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "includes",
                                                  span: Span {
                                                   start: Position {
                                                    line: 177,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 177,
                                                    column: 23,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 177,
                                                     column: 26,
                                                    },
                                                    end: Position {
                                                     line: 177,
                                                     column: 34,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 178,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 178,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "types",
                                                             span: Span {
                                                              start: Position {
                                                               line: 178,
                                                               column: 24,
                                                              },
                                                              end: Position {
                                                               line: 178,
                                                               column: 29,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "listOf",
                                                              span: Span {
                                                               start: Position {
                                                                line: 178,
                                                                column: 30,
                                                               },
                                                               end: Position {
                                                                line: 178,
                                                                column: 36,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          PropertyAccess(
                                                           PropertyAccess {
                                                            expression: Identifier(
                                                             Identifier {
                                                              id: "types",
                                                              span: Span {
                                                               start: Position {
                                                                line: 178,
                                                                column: 37,
                                                               },
                                                               end: Position {
                                                                line: 178,
                                                                column: 42,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            attribute_path: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "str",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 178,
                                                                 column: 43,
                                                                },
                                                                end: Position {
                                                                 line: 178,
                                                                 column: 46,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            default: None,
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 179,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 179,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: List(
                                                        List {
                                                         elements: [],
                                                         span: Span {
                                                          start: Position {
                                                           line: 179,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 179,
                                                           column: 29,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 180,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 180,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 180,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 180,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 180,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 180,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Include only files and directories matching these\npatterns (the empty list includes everything).\n\nExclusions have precedence over inclusions.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 181,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 185,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 180,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 185,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 177,
                                                      column: 35,
                                                     },
                                                     end: Position {
                                                      line: 186,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "lowmem",
                                                  span: Span {
                                                   start: Position {
                                                    line: 188,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 188,
                                                    column: 21,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 188,
                                                     column: 24,
                                                    },
                                                    end: Position {
                                                     line: 188,
                                                     column: 32,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 189,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 189,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 189,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 189,
                                                             column: 29,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "bool",
                                                            span: Span {
                                                             start: Position {
                                                              line: 189,
                                                              column: 30,
                                                             },
                                                             end: Position {
                                                              line: 189,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 190,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 190,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "false",
                                                         span: Span {
                                                          start: Position {
                                                           line: 190,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 190,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 191,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 191,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 191,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 191,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 191,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 191,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Reduce memory consumption by not caching small files.\nPossibly beneficial if the average file size is smaller\nthan 1 MB and the number of files is lower than the\ntotal amount of RAM in KB.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 192,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 196,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 191,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 196,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 188,
                                                      column: 33,
                                                     },
                                                     end: Position {
                                                      line: 197,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "verylowmem",
                                                  span: Span {
                                                   start: Position {
                                                    line: 199,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 199,
                                                    column: 25,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 199,
                                                     column: 28,
                                                    },
                                                    end: Position {
                                                     line: 199,
                                                     column: 36,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 200,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 200,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 200,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 200,
                                                             column: 29,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "bool",
                                                            span: Span {
                                                             start: Position {
                                                              line: 200,
                                                              column: 30,
                                                             },
                                                             end: Position {
                                                              line: 200,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 201,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 201,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "false",
                                                         span: Span {
                                                          start: Position {
                                                           line: 201,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 201,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 202,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 202,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 202,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 202,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 202,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 202,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Reduce memory consumption by a factor of 2 beyond what\n`lowmem` does, at the cost of significantly\nslowing down the archiving process.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 203,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 206,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 202,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 206,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 199,
                                                      column: 37,
                                                     },
                                                     end: Position {
                                                      line: 207,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "maxbw",
                                                  span: Span {
                                                   start: Position {
                                                    line: 209,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 209,
                                                    column: 20,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 209,
                                                     column: 23,
                                                    },
                                                    end: Position {
                                                     line: 209,
                                                     column: 31,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 210,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 210,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "types",
                                                             span: Span {
                                                              start: Position {
                                                               line: 210,
                                                               column: 24,
                                                              },
                                                              end: Position {
                                                               line: 210,
                                                               column: 29,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "nullOr",
                                                              span: Span {
                                                               start: Position {
                                                                line: 210,
                                                                column: 30,
                                                               },
                                                               end: Position {
                                                                line: 210,
                                                                column: 36,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          PropertyAccess(
                                                           PropertyAccess {
                                                            expression: Identifier(
                                                             Identifier {
                                                              id: "types",
                                                              span: Span {
                                                               start: Position {
                                                                line: 210,
                                                                column: 37,
                                                               },
                                                               end: Position {
                                                                line: 210,
                                                                column: 42,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            attribute_path: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "int",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 210,
                                                                 column: 43,
                                                                },
                                                                end: Position {
                                                                 line: 210,
                                                                 column: 46,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            default: None,
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 211,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 211,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "null",
                                                         span: Span {
                                                          start: Position {
                                                           line: 211,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 211,
                                                           column: 31,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 212,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 212,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 212,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 212,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 212,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 212,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Abort archival if upstream bandwidth usage in bytes\nexceeds this threshold.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 213,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 215,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 212,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 215,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 209,
                                                      column: 32,
                                                     },
                                                     end: Position {
                                                      line: 216,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "maxbwRateUp",
                                                  span: Span {
                                                   start: Position {
                                                    line: 218,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 218,
                                                    column: 26,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 218,
                                                     column: 29,
                                                    },
                                                    end: Position {
                                                     line: 218,
                                                     column: 37,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 219,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 219,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "types",
                                                             span: Span {
                                                              start: Position {
                                                               line: 219,
                                                               column: 24,
                                                              },
                                                              end: Position {
                                                               line: 219,
                                                               column: 29,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "nullOr",
                                                              span: Span {
                                                               start: Position {
                                                                line: 219,
                                                                column: 30,
                                                               },
                                                               end: Position {
                                                                line: 219,
                                                                column: 36,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          PropertyAccess(
                                                           PropertyAccess {
                                                            expression: Identifier(
                                                             Identifier {
                                                              id: "types",
                                                              span: Span {
                                                               start: Position {
                                                                line: 219,
                                                                column: 37,
                                                               },
                                                               end: Position {
                                                                line: 219,
                                                                column: 42,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            attribute_path: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "int",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 219,
                                                                 column: 43,
                                                                },
                                                                end: Position {
                                                                 line: 219,
                                                                 column: 46,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            default: None,
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 220,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 220,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "null",
                                                         span: Span {
                                                          start: Position {
                                                           line: 220,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 220,
                                                           column: 31,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "example",
                                                          span: Span {
                                                           start: Position {
                                                            line: 221,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 221,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: Identifier(
                                                          Identifier {
                                                           id: "literalExpression",
                                                           span: Span {
                                                            start: Position {
                                                             line: 221,
                                                             column: 27,
                                                            },
                                                            end: Position {
                                                             line: 221,
                                                             column: 44,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         arguments: [
                                                          String(
                                                           String_ {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "25 * 1000",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 221,
                                                                 column: 46,
                                                                },
                                                                end: Position {
                                                                 line: 221,
                                                                 column: 55,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 221,
                                                              column: 45,
                                                             },
                                                             end: Position {
                                                              line: 221,
                                                              column: 56,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 222,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 222,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 222,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 222,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 222,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 222,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Upload bandwidth rate limit in bytes.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 223,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 224,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 222,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 224,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 218,
                                                      column: 38,
                                                     },
                                                     end: Position {
                                                      line: 225,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "maxbwRateDown",
                                                  span: Span {
                                                   start: Position {
                                                    line: 227,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 227,
                                                    column: 28,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 227,
                                                     column: 31,
                                                    },
                                                    end: Position {
                                                     line: 227,
                                                     column: 39,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 228,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 228,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "types",
                                                             span: Span {
                                                              start: Position {
                                                               line: 228,
                                                               column: 24,
                                                              },
                                                              end: Position {
                                                               line: 228,
                                                               column: 29,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "nullOr",
                                                              span: Span {
                                                               start: Position {
                                                                line: 228,
                                                                column: 30,
                                                               },
                                                               end: Position {
                                                                line: 228,
                                                                column: 36,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          PropertyAccess(
                                                           PropertyAccess {
                                                            expression: Identifier(
                                                             Identifier {
                                                              id: "types",
                                                              span: Span {
                                                               start: Position {
                                                                line: 228,
                                                                column: 37,
                                                               },
                                                               end: Position {
                                                                line: 228,
                                                                column: 42,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            attribute_path: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "int",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 228,
                                                                 column: 43,
                                                                },
                                                                end: Position {
                                                                 line: 228,
                                                                 column: 46,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            default: None,
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 229,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 229,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "null",
                                                         span: Span {
                                                          start: Position {
                                                           line: 229,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 229,
                                                           column: 31,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "example",
                                                          span: Span {
                                                           start: Position {
                                                            line: 230,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 230,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: Identifier(
                                                          Identifier {
                                                           id: "literalExpression",
                                                           span: Span {
                                                            start: Position {
                                                             line: 230,
                                                             column: 27,
                                                            },
                                                            end: Position {
                                                             line: 230,
                                                             column: 44,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         arguments: [
                                                          String(
                                                           String_ {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "50 * 1000",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 230,
                                                                 column: 46,
                                                                },
                                                                end: Position {
                                                                 line: 230,
                                                                 column: 55,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 230,
                                                              column: 45,
                                                             },
                                                             end: Position {
                                                              line: 230,
                                                              column: 56,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 231,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 231,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 231,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 231,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 231,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 231,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Download bandwidth rate limit in bytes.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 232,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 233,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 231,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 233,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 227,
                                                      column: 40,
                                                     },
                                                     end: Position {
                                                      line: 234,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "verbose",
                                                  span: Span {
                                                   start: Position {
                                                    line: 236,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 236,
                                                    column: 22,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 236,
                                                     column: 25,
                                                    },
                                                    end: Position {
                                                     line: 236,
                                                     column: 33,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 237,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 237,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 237,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 237,
                                                             column: 29,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "bool",
                                                            span: Span {
                                                             start: Position {
                                                              line: 237,
                                                              column: 30,
                                                             },
                                                             end: Position {
                                                              line: 237,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 238,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 238,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "false",
                                                         span: Span {
                                                          start: Position {
                                                           line: 238,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 238,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 239,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 239,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 239,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 239,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 239,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 239,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Whether to produce verbose logging output.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 240,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 241,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 239,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 241,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 236,
                                                      column: 34,
                                                     },
                                                     end: Position {
                                                      line: 242,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "explicitSymlinks",
                                                  span: Span {
                                                   start: Position {
                                                    line: 243,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 243,
                                                    column: 31,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 243,
                                                     column: 34,
                                                    },
                                                    end: Position {
                                                     line: 243,
                                                     column: 42,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 244,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 244,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 244,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 244,
                                                             column: 29,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "bool",
                                                            span: Span {
                                                             start: Position {
                                                              line: 244,
                                                              column: 30,
                                                             },
                                                             end: Position {
                                                              line: 244,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 245,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 245,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "false",
                                                         span: Span {
                                                          start: Position {
                                                           line: 245,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 245,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 246,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 246,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 246,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 246,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 246,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 246,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Whether to follow symlinks specified as archives.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 247,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 248,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 246,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 248,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 243,
                                                      column: 43,
                                                     },
                                                     end: Position {
                                                      line: 249,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "followSymlinks",
                                                  span: Span {
                                                   start: Position {
                                                    line: 250,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 250,
                                                    column: 29,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "mkOption",
                                                   span: Span {
                                                    start: Position {
                                                     line: 250,
                                                     column: 32,
                                                    },
                                                    end: Position {
                                                     line: 250,
                                                     column: 40,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 251,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 251,
                                                            column: 21,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "types",
                                                           span: Span {
                                                            start: Position {
                                                             line: 251,
                                                             column: 24,
                                                            },
                                                            end: Position {
                                                             line: 251,
                                                             column: 29,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "bool",
                                                            span: Span {
                                                             start: Position {
                                                              line: 251,
                                                              column: 30,
                                                             },
                                                             end: Position {
                                                              line: 251,
                                                              column: 34,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "default",
                                                          span: Span {
                                                           start: Position {
                                                            line: 252,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 252,
                                                            column: 24,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: Identifier(
                                                        Identifier {
                                                         id: "false",
                                                         span: Span {
                                                          start: Position {
                                                           line: 252,
                                                           column: 27,
                                                          },
                                                          end: Position {
                                                           line: 252,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                     KeyValue(
                                                      BindingKeyValue {
                                                       from: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "description",
                                                          span: Span {
                                                           start: Position {
                                                            line: 253,
                                                            column: 17,
                                                           },
                                                           end: Position {
                                                            line: 253,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       to: FunctionApplication(
                                                        FunctionApplication {
                                                         function: PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "lib",
                                                             span: Span {
                                                              start: Position {
                                                               line: 253,
                                                               column: 31,
                                                              },
                                                              end: Position {
                                                               line: 253,
                                                               column: 34,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "mdDoc",
                                                              span: Span {
                                                               start: Position {
                                                                line: 253,
                                                                column: 35,
                                                               },
                                                               end: Position {
                                                                line: 253,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         arguments: [
                                                          IndentedString(
                                                           IndentedString {
                                                            parts: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "Whether to follow all symlinks in archive trees.\n",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 254,
                                                                 column: 1,
                                                                },
                                                                end: Position {
                                                                 line: 255,
                                                                 column: 17,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 253,
                                                              column: 41,
                                                             },
                                                             end: Position {
                                                              line: 255,
                                                              column: 19,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                        },
                                                       ),
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 250,
                                                      column: 41,
                                                     },
                                                     end: Position {
                                                      line: 256,
                                                      column: 16,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 65,
                                              column: 23,
                                             },
                                             end: Position {
                                              line: 257,
                                              column: 14,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 64,
                                         column: 11,
                                        },
                                        end: Position {
                                         line: 258,
                                         column: 12,
                                        },
                                       },
                                      },
                                     ),
                                     span: Span {
                                      start: Position {
                                       line: 63,
                                       column: 48,
                                      },
                                      end: Position {
                                       line: 258,
                                       column: 12,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 261,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 261,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               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: 263,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 263,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 263,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 263,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "{\n  nixos =\n    { directories = [ \"/home\" \"/root/ssl\" ];\n    };\n\n  gamedata =\n    { directories = [ \"/var/lib/minecraft\" ];\n      period      = \"*:30\";\n    };\n}\n",
                                     span: Span {
                                      start: Position {
                                       line: 264,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 274,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 263,
                                    column: 37,
                                   },
                                   end: Position {
                                    line: 274,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 276,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 276,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 276,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 276,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 276,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 276,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Tarsnap archive configurations. Each attribute names an archive\nto be created at a given time interval, according to the options\nassociated with it. When uploading to the tarsnap server,\narchive names are suffixed by a 1 second resolution timestamp,\nwith the format `%Y%m%d%H%M%S`.\n\nFor each member of the set is created a timer which triggers the\ninstanced `tarsnap-archive-name` service unit. You may use\n{command}`systemctl start tarsnap-archive-name` to\nmanually trigger creation of `archive-name` at\nany time.\n",
                                     span: Span {
                                      start: Position {
                                       line: 277,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 288,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 276,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 288,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 62,
                            column: 27,
                           },
                           end: Position {
                            line: 289,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 32,
                    column: 24,
                   },
                   end: Position {
                    line: 290,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 31,
               column: 13,
              },
              end: Position {
               line: 291,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 293,
                column: 3,
               },
               end: Position {
                line: 293,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 293,
                 column: 12,
                },
                end: Position {
                 line: 293,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "gcfg",
                  span: Span {
                   start: Position {
                    line: 293,
                    column: 17,
                   },
                   end: Position {
                    line: 293,
                    column: 21,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 293,
                     column: 22,
                    },
                    end: Position {
                     line: 293,
                     column: 28,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "assertions",
                      span: Span {
                       start: Position {
                        line: 294,
                        column: 5,
                       },
                       end: Position {
                        line: 294,
                        column: 15,
                       },
                      },
                     },
                    ),
                   ],
                   to: BinaryOperation(
                    BinaryOperation {
                     left: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mapAttrsToList",
                         span: Span {
                          start: Position {
                           line: 295,
                           column: 8,
                          },
                          end: Position {
                           line: 295,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "name",
                           },
                          ),
                          body: Function(
                           Function {
                            head: Simple(
                             FunctionHeadSimple {
                              identifier: "cfg",
                             },
                            ),
                            body: Map(
                             Map {
                              recursive: false,
                              bindings: [
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "assertion",
                                    span: Span {
                                     start: Position {
                                      line: 296,
                                      column: 11,
                                     },
                                     end: Position {
                                      line: 296,
                                      column: 20,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: BinaryOperation(
                                  BinaryOperation {
                                   left: PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 296,
                                         column: 23,
                                        },
                                        end: Position {
                                         line: 296,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "directories",
                                        span: Span {
                                         start: Position {
                                          line: 296,
                                          column: 27,
                                         },
                                         end: Position {
                                          line: 296,
                                          column: 38,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                   operator: NotEqualTo,
                                   right: List(
                                    List {
                                     elements: [],
                                     span: Span {
                                      start: Position {
                                       line: 296,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 296,
                                       column: 44,
                                      },
                                     },
                                    },
                                   ),
                                  },
                                 ),
                                },
                               ),
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "message",
                                    span: Span {
                                     start: Position {
                                      line: 297,
                                      column: 11,
                                     },
                                     end: Position {
                                      line: 297,
                                      column: 18,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "Must specify paths for tarsnap to back up",
                                      span: Span {
                                       start: Position {
                                        line: 297,
                                        column: 22,
                                       },
                                       end: Position {
                                        line: 297,
                                        column: 63,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 297,
                                     column: 21,
                                    },
                                    end: Position {
                                     line: 297,
                                     column: 64,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 296,
                                column: 9,
                               },
                               end: Position {
                                line: 298,
                                column: 10,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 295,
                              column: 30,
                             },
                             end: Position {
                              line: 298,
                              column: 10,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 295,
                            column: 24,
                           },
                           end: Position {
                            line: 298,
                            column: 10,
                           },
                          },
                         },
                        ),
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "gcfg",
                            span: Span {
                             start: Position {
                              line: 298,
                              column: 12,
                             },
                             end: Position {
                              line: 298,
                              column: 16,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "archives",
                             span: Span {
                              start: Position {
                               line: 298,
                               column: 17,
                              },
                              end: Position {
                               line: 298,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       ],
                      },
                     ),
                     operator: Concatenation,
                     right: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mapAttrsToList",
                         span: Span {
                          start: Position {
                           line: 299,
                           column: 8,
                          },
                          end: Position {
                           line: 299,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "name",
                           },
                          ),
                          body: Function(
                           Function {
                            head: Simple(
                             FunctionHeadSimple {
                              identifier: "cfg",
                             },
                            ),
                            body: Map(
                             Map {
                              recursive: false,
                              bindings: [
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "assertion",
                                    span: Span {
                                     start: Position {
                                      line: 300,
                                      column: 11,
                                     },
                                     end: Position {
                                      line: 300,
                                      column: 20,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: UnaryOperation(
                                  UnaryOperation {
                                   operator: Not,
                                   operand: BinaryOperation(
                                    BinaryOperation {
                                     left: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 300,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 300,
                                           column: 28,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "lowmem",
                                          span: Span {
                                           start: Position {
                                            line: 300,
                                            column: 29,
                                           },
                                           end: Position {
                                            line: 300,
                                            column: 35,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     operator: LogicalAnd,
                                     right: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 300,
                                           column: 39,
                                          },
                                          end: Position {
                                           line: 300,
                                           column: 42,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "verylowmem",
                                          span: Span {
                                           start: Position {
                                            line: 300,
                                            column: 43,
                                           },
                                           end: Position {
                                            line: 300,
                                            column: 53,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                   span: Span {
                                    start: Position {
                                     line: 300,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 300,
                                     column: 54,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                               KeyValue(
                                BindingKeyValue {
                                 from: [
                                  Raw(
                                   PartRaw {
                                    content: "message",
                                    span: Span {
                                     start: Position {
                                      line: 301,
                                      column: 11,
                                     },
                                     end: Position {
                                      line: 301,
                                      column: 18,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 to: String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "You cannot set both lowmem and verylowmem",
                                      span: Span {
                                       start: Position {
                                        line: 301,
                                        column: 22,
                                       },
                                       end: Position {
                                        line: 301,
                                        column: 63,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 301,
                                     column: 21,
                                    },
                                    end: Position {
                                     line: 301,
                                     column: 64,
                                    },
                                   },
                                  },
                                 ),
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 300,
                                column: 9,
                               },
                               end: Position {
                                line: 302,
                                column: 10,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 299,
                              column: 30,
                             },
                             end: Position {
                              line: 302,
                              column: 10,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 299,
                            column: 24,
                           },
                           end: Position {
                            line: 302,
                            column: 10,
                           },
                          },
                         },
                        ),
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "gcfg",
                            span: Span {
                             start: Position {
                              line: 302,
                              column: 12,
                             },
                             end: Position {
                              line: 302,
                              column: 16,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "archives",
                             span: Span {
                              start: Position {
                               line: 302,
                               column: 17,
                              },
                              end: Position {
                               line: 302,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 304,
                        column: 5,
                       },
                       end: Position {
                        line: 304,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 304,
                        column: 13,
                       },
                       end: Position {
                        line: 304,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: BinaryOperation(
                    BinaryOperation {
                     left: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mapAttrs'",
                         span: Span {
                          start: Position {
                           line: 305,
                           column: 8,
                          },
                          end: Position {
                           line: 305,
                           column: 17,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "name",
                           },
                          ),
                          body: Function(
                           Function {
                            head: Simple(
                             FunctionHeadSimple {
                              identifier: "cfg",
                             },
                            ),
                            body: FunctionApplication(
                             FunctionApplication {
                              function: Identifier(
                               Identifier {
                                id: "nameValuePair",
                                span: Span {
                                 start: Position {
                                  line: 305,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 305,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                              arguments: [
                               String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "tarsnap-",
                                    span: Span {
                                     start: Position {
                                      line: 305,
                                      column: 45,
                                     },
                                     end: Position {
                                      line: 305,
                                      column: 60,
                                     },
                                    },
                                   },
                                  ),
                                  Interpolation(
                                   PartInterpolation {
                                    expression: Identifier(
                                     Identifier {
                                      id: "name",
                                      span: Span {
                                       start: Position {
                                        line: 305,
                                        column: 55,
                                       },
                                       end: Position {
                                        line: 305,
                                        column: 59,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 305,
                                   column: 44,
                                  },
                                  end: Position {
                                   line: 305,
                                   column: 61,
                                  },
                                 },
                                },
                               ),
                               Map(
                                Map {
                                 recursive: false,
                                 bindings: [
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "description",
                                       span: Span {
                                        start: Position {
                                         line: 306,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 306,
                                         column: 20,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "Tarsnap archive '",
                                         span: Span {
                                          start: Position {
                                           line: 306,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 306,
                                           column: 48,
                                          },
                                         },
                                        },
                                       ),
                                       Interpolation(
                                        PartInterpolation {
                                         expression: Identifier(
                                          Identifier {
                                           id: "name",
                                           span: Span {
                                            start: Position {
                                             line: 306,
                                             column: 43,
                                            },
                                            end: Position {
                                             line: 306,
                                             column: 47,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       Raw(
                                        PartRaw {
                                         content: "'",
                                         span: Span {
                                          start: Position {
                                           line: 306,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 306,
                                           column: 49,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 306,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 306,
                                        column: 50,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "requires",
                                       span: Span {
                                        start: Position {
                                         line: 307,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 307,
                                         column: 17,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: List(
                                     List {
                                      elements: [
                                       String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "network-online.target",
                                            span: Span {
                                             start: Position {
                                              line: 307,
                                              column: 26,
                                             },
                                             end: Position {
                                              line: 307,
                                              column: 47,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 307,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 307,
                                           column: 48,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 307,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 307,
                                        column: 50,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "after",
                                       span: Span {
                                        start: Position {
                                         line: 308,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 308,
                                         column: 14,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: List(
                                     List {
                                      elements: [
                                       String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "network-online.target",
                                            span: Span {
                                             start: Position {
                                              line: 308,
                                              column: 26,
                                             },
                                             end: Position {
                                              line: 308,
                                              column: 47,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 308,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 308,
                                           column: 48,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 308,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 308,
                                        column: 50,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "path",
                                       span: Span {
                                        start: Position {
                                         line: 310,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 310,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: With(
                                     With {
                                      expression: Identifier(
                                       Identifier {
                                        id: "pkgs",
                                        span: Span {
                                         start: Position {
                                          line: 310,
                                          column: 21,
                                         },
                                         end: Position {
                                          line: 310,
                                          column: 25,
                                         },
                                        },
                                       },
                                      ),
                                      target: List(
                                       List {
                                        elements: [
                                         Identifier(
                                          Identifier {
                                           id: "iputils",
                                           span: Span {
                                            start: Position {
                                             line: 310,
                                             column: 29,
                                            },
                                            end: Position {
                                             line: 310,
                                             column: 36,
                                            },
                                           },
                                          },
                                         ),
                                         Identifier(
                                          Identifier {
                                           id: "tarsnap",
                                           span: Span {
                                            start: Position {
                                             line: 310,
                                             column: 37,
                                            },
                                            end: Position {
                                             line: 310,
                                             column: 44,
                                            },
                                           },
                                          },
                                         ),
                                         Identifier(
                                          Identifier {
                                           id: "util-linux",
                                           span: Span {
                                            start: Position {
                                             line: 310,
                                             column: 45,
                                            },
                                            end: Position {
                                             line: 310,
                                             column: 55,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 310,
                                          column: 27,
                                         },
                                         end: Position {
                                          line: 310,
                                          column: 57,
                                         },
                                        },
                                       },
                                      ),
                                      span: Span {
                                       start: Position {
                                        line: 310,
                                        column: 16,
                                       },
                                       end: Position {
                                        line: 310,
                                        column: 57,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "preStart",
                                       span: Span {
                                        start: Position {
                                         line: 316,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 316,
                                         column: 17,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: IndentedString(
                                     IndentedString {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "while ! ping -4 -q -c 1 v1-0-0-server.tarsnap.com &> /dev/null; do sleep 3; done\n",
                                         span: Span {
                                          start: Position {
                                           line: 317,
                                           column: 1,
                                          },
                                          end: Position {
                                           line: 318,
                                           column: 9,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 316,
                                        column: 20,
                                       },
                                       end: Position {
                                        line: 318,
                                        column: 11,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "script",
                                       span: Span {
                                        start: Position {
                                         line: 320,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 320,
                                         column: 15,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: LetIn(
                                     LetIn {
                                      bindings: [
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "tarsnap",
                                            span: Span {
                                             start: Position {
                                              line: 321,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 321,
                                              column: 18,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: IndentedString(
                                          IndentedString {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "tarsnap --configfile \"/etc/tarsnap/",
                                              span: Span {
                                               start: Position {
                                                line: 321,
                                                column: 23,
                                               },
                                               end: Position {
                                                line: 321,
                                                column: 58,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "name",
                                                span: Span {
                                                 start: Position {
                                                  line: 321,
                                                  column: 60,
                                                 },
                                                 end: Position {
                                                  line: 321,
                                                  column: 64,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: ".conf\"",
                                              span: Span {
                                               start: Position {
                                                line: 321,
                                                column: 23,
                                               },
                                               end: Position {
                                                line: 321,
                                                column: 71,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 321,
                                             column: 21,
                                            },
                                            end: Position {
                                             line: 321,
                                             column: 73,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "run",
                                            span: Span {
                                             start: Position {
                                              line: 322,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 322,
                                              column: 14,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: IndentedString(
                                          IndentedString {
                                           parts: [
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "tarsnap",
                                                span: Span {
                                                 start: Position {
                                                  line: 322,
                                                  column: 21,
                                                 },
                                                 end: Position {
                                                  line: 322,
                                                  column: 28,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: " -c -f \"",
                                              span: Span {
                                               start: Position {
                                                line: 322,
                                                column: 19,
                                               },
                                               end: Position {
                                                line: 322,
                                                column: 37,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "name",
                                                span: Span {
                                                 start: Position {
                                                  line: 322,
                                                  column: 39,
                                                 },
                                                 end: Position {
                                                  line: 322,
                                                  column: 43,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: "-$(date +\"%Y%m%d%H%M%S\")\" \\\n                       ",
                                              span: Span {
                                               start: Position {
                                                line: 322,
                                                column: 19,
                                               },
                                               end: Position {
                                                line: 323,
                                                column: 25,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: FunctionApplication(
                                               FunctionApplication {
                                                function: Identifier(
                                                 Identifier {
                                                  id: "optionalString",
                                                  span: Span {
                                                   start: Position {
                                                    line: 323,
                                                    column: 27,
                                                   },
                                                   end: Position {
                                                    line: 323,
                                                    column: 41,
                                                   },
                                                  },
                                                 },
                                                ),
                                                arguments: [
                                                 PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "cfg",
                                                     span: Span {
                                                      start: Position {
                                                       line: 323,
                                                       column: 42,
                                                      },
                                                      end: Position {
                                                       line: 323,
                                                       column: 45,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "verbose",
                                                      span: Span {
                                                       start: Position {
                                                        line: 323,
                                                        column: 46,
                                                       },
                                                       end: Position {
                                                        line: 323,
                                                        column: 53,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                 String(
                                                  String_ {
                                                   parts: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "-v",
                                                      span: Span {
                                                       start: Position {
                                                        line: 323,
                                                        column: 55,
                                                       },
                                                       end: Position {
                                                        line: 323,
                                                        column: 57,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   span: Span {
                                                    start: Position {
                                                     line: 323,
                                                     column: 54,
                                                    },
                                                    end: Position {
                                                     line: 323,
                                                     column: 58,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: " \\\n                       ",
                                              span: Span {
                                               start: Position {
                                                line: 322,
                                                column: 19,
                                               },
                                               end: Position {
                                                line: 324,
                                                column: 25,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: FunctionApplication(
                                               FunctionApplication {
                                                function: Identifier(
                                                 Identifier {
                                                  id: "optionalString",
                                                  span: Span {
                                                   start: Position {
                                                    line: 324,
                                                    column: 27,
                                                   },
                                                   end: Position {
                                                    line: 324,
                                                    column: 41,
                                                   },
                                                  },
                                                 },
                                                ),
                                                arguments: [
                                                 PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "cfg",
                                                     span: Span {
                                                      start: Position {
                                                       line: 324,
                                                       column: 42,
                                                      },
                                                      end: Position {
                                                       line: 324,
                                                       column: 45,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "explicitSymlinks",
                                                      span: Span {
                                                       start: Position {
                                                        line: 324,
                                                        column: 46,
                                                       },
                                                       end: Position {
                                                        line: 324,
                                                        column: 62,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                 String(
                                                  String_ {
                                                   parts: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "-H",
                                                      span: Span {
                                                       start: Position {
                                                        line: 324,
                                                        column: 64,
                                                       },
                                                       end: Position {
                                                        line: 324,
                                                        column: 66,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   span: Span {
                                                    start: Position {
                                                     line: 324,
                                                     column: 63,
                                                    },
                                                    end: Position {
                                                     line: 324,
                                                     column: 67,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: " \\\n                       ",
                                              span: Span {
                                               start: Position {
                                                line: 322,
                                                column: 19,
                                               },
                                               end: Position {
                                                line: 325,
                                                column: 25,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: FunctionApplication(
                                               FunctionApplication {
                                                function: Identifier(
                                                 Identifier {
                                                  id: "optionalString",
                                                  span: Span {
                                                   start: Position {
                                                    line: 325,
                                                    column: 27,
                                                   },
                                                   end: Position {
                                                    line: 325,
                                                    column: 41,
                                                   },
                                                  },
                                                 },
                                                ),
                                                arguments: [
                                                 PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "cfg",
                                                     span: Span {
                                                      start: Position {
                                                       line: 325,
                                                       column: 42,
                                                      },
                                                      end: Position {
                                                       line: 325,
                                                       column: 45,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "followSymlinks",
                                                      span: Span {
                                                       start: Position {
                                                        line: 325,
                                                        column: 46,
                                                       },
                                                       end: Position {
                                                        line: 325,
                                                        column: 60,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                 String(
                                                  String_ {
                                                   parts: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "-L",
                                                      span: Span {
                                                       start: Position {
                                                        line: 325,
                                                        column: 62,
                                                       },
                                                       end: Position {
                                                        line: 325,
                                                        column: 64,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   span: Span {
                                                    start: Position {
                                                     line: 325,
                                                     column: 61,
                                                    },
                                                    end: Position {
                                                     line: 325,
                                                     column: 65,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: " \\\n                       ",
                                              span: Span {
                                               start: Position {
                                                line: 322,
                                                column: 19,
                                               },
                                               end: Position {
                                                line: 326,
                                                column: 25,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: FunctionApplication(
                                               FunctionApplication {
                                                function: Identifier(
                                                 Identifier {
                                                  id: "concatStringsSep",
                                                  span: Span {
                                                   start: Position {
                                                    line: 326,
                                                    column: 27,
                                                   },
                                                   end: Position {
                                                    line: 326,
                                                    column: 43,
                                                   },
                                                  },
                                                 },
                                                ),
                                                arguments: [
                                                 String(
                                                  String_ {
                                                   parts: [
                                                    Raw(
                                                     PartRaw {
                                                      content: " ",
                                                      span: Span {
                                                       start: Position {
                                                        line: 326,
                                                        column: 45,
                                                       },
                                                       end: Position {
                                                        line: 326,
                                                        column: 46,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   span: Span {
                                                    start: Position {
                                                     line: 326,
                                                     column: 44,
                                                    },
                                                    end: Position {
                                                     line: 326,
                                                     column: 47,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "cfg",
                                                     span: Span {
                                                      start: Position {
                                                       line: 326,
                                                       column: 48,
                                                      },
                                                      end: Position {
                                                       line: 326,
                                                       column: 51,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "directories",
                                                      span: Span {
                                                       start: Position {
                                                        line: 326,
                                                        column: 52,
                                                       },
                                                       end: Position {
                                                        line: 326,
                                                        column: 63,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                ],
                                               },
                                              ),
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 322,
                                             column: 17,
                                            },
                                            end: Position {
                                             line: 326,
                                             column: 66,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "cachedir",
                                            span: Span {
                                             start: Position {
                                              line: 327,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 327,
                                              column: 19,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: FunctionApplication(
                                          FunctionApplication {
                                           function: Identifier(
                                            Identifier {
                                             id: "escapeShellArg",
                                             span: Span {
                                              start: Position {
                                               line: 327,
                                               column: 22,
                                              },
                                              end: Position {
                                               line: 327,
                                               column: 36,
                                              },
                                             },
                                            },
                                           ),
                                           arguments: [
                                            PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "cfg",
                                                span: Span {
                                                 start: Position {
                                                  line: 327,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 327,
                                                  column: 40,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "cachedir",
                                                 span: Span {
                                                  start: Position {
                                                   line: 327,
                                                   column: 41,
                                                  },
                                                  end: Position {
                                                   line: 327,
                                                   column: 49,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           ],
                                          },
                                         ),
                                        },
                                       ),
                                      ],
                                      target: IfThenElse(
                                       IfThenElse {
                                        predicate: BinaryOperation(
                                         BinaryOperation {
                                          left: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "cfg",
                                              span: Span {
                                               start: Position {
                                                line: 328,
                                                column: 18,
                                               },
                                               end: Position {
                                                line: 328,
                                                column: 21,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 328,
                                                 column: 22,
                                                },
                                                end: Position {
                                                 line: 328,
                                                 column: 30,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          operator: NotEqualTo,
                                          right: Identifier(
                                           Identifier {
                                            id: "null",
                                            span: Span {
                                             start: Position {
                                              line: 328,
                                              column: 34,
                                             },
                                             end: Position {
                                              line: 328,
                                              column: 38,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                        then: IndentedString(
                                         IndentedString {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "mkdir -p ",
                                             span: Span {
                                              start: Position {
                                               line: 329,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 329,
                                               column: 22,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 329,
                                                 column: 24,
                                                },
                                                end: Position {
                                                 line: 329,
                                                 column: 32,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "\nchmod 0700 ",
                                             span: Span {
                                              start: Position {
                                               line: 329,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 330,
                                               column: 24,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 330,
                                                 column: 26,
                                                },
                                                end: Position {
                                                 line: 330,
                                                 column: 34,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "\n\n( flock 9\n  if [ ! -e ",
                                             span: Span {
                                              start: Position {
                                               line: 329,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 333,
                                               column: 25,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 333,
                                                 column: 27,
                                                },
                                                end: Position {
                                                 line: 333,
                                                 column: 35,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "/firstrun ]; then\n    ( flock 10\n      flock -u 9\n      ",
                                             span: Span {
                                              start: Position {
                                               line: 329,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 336,
                                               column: 19,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "tarsnap",
                                               span: Span {
                                                start: Position {
                                                 line: 336,
                                                 column: 21,
                                                },
                                                end: Position {
                                                 line: 336,
                                                 column: 28,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: " --fsck\n      flock 9\n    ) 10>",
                                             span: Span {
                                              start: Position {
                                               line: 329,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 338,
                                               column: 22,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 338,
                                                 column: 24,
                                                },
                                                end: Position {
                                                 line: 338,
                                                 column: 32,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "/firstrun\n  fi\n) 9>",
                                             span: Span {
                                              start: Position {
                                               line: 329,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 340,
                                               column: 17,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 340,
                                                 column: 19,
                                                },
                                                end: Position {
                                                 line: 340,
                                                 column: 27,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "/lockf\n\n exec flock ",
                                             span: Span {
                                              start: Position {
                                               line: 329,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 342,
                                               column: 25,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 342,
                                                 column: 27,
                                                },
                                                end: Position {
                                                 line: 342,
                                                 column: 35,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "/firstrun ",
                                             span: Span {
                                              start: Position {
                                               line: 329,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 342,
                                               column: 46,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "run",
                                               span: Span {
                                                start: Position {
                                                 line: 342,
                                                 column: 48,
                                                },
                                                end: Position {
                                                 line: 342,
                                                 column: 51,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "\n",
                                             span: Span {
                                              start: Position {
                                               line: 329,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 343,
                                               column: 11,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 328,
                                            column: 45,
                                           },
                                           end: Position {
                                            line: 343,
                                            column: 13,
                                           },
                                          },
                                         },
                                        ),
                                        else_: String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "exec ",
                                             span: Span {
                                              start: Position {
                                               line: 343,
                                               column: 20,
                                              },
                                              end: Position {
                                               line: 343,
                                               column: 31,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "run",
                                               span: Span {
                                                start: Position {
                                                 line: 343,
                                                 column: 27,
                                                },
                                                end: Position {
                                                 line: 343,
                                                 column: 30,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 343,
                                            column: 19,
                                           },
                                           end: Position {
                                            line: 343,
                                            column: 32,
                                           },
                                          },
                                         },
                                        ),
                                        span: Span {
                                         start: Position {
                                          line: 328,
                                          column: 14,
                                         },
                                         end: Position {
                                          line: 343,
                                          column: 32,
                                         },
                                        },
                                       },
                                      ),
                                      span: Span {
                                       start: Position {
                                        line: 320,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 343,
                                        column: 32,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "serviceConfig",
                                       span: Span {
                                        start: Position {
                                         line: 345,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 345,
                                         column: 22,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: Map(
                                     Map {
                                      recursive: false,
                                      bindings: [
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "Type",
                                            span: Span {
                                             start: Position {
                                              line: 346,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 346,
                                              column: 15,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "oneshot",
                                              span: Span {
                                               start: Position {
                                                line: 346,
                                                column: 19,
                                               },
                                               end: Position {
                                                line: 346,
                                                column: 26,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 346,
                                             column: 18,
                                            },
                                            end: Position {
                                             line: 346,
                                             column: 27,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "IOSchedulingClass",
                                            span: Span {
                                             start: Position {
                                              line: 347,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 347,
                                              column: 28,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "idle",
                                              span: Span {
                                               start: Position {
                                                line: 347,
                                                column: 32,
                                               },
                                               end: Position {
                                                line: 347,
                                                column: 36,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 347,
                                             column: 31,
                                            },
                                            end: Position {
                                             line: 347,
                                             column: 37,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "NoNewPrivileges",
                                            span: Span {
                                             start: Position {
                                              line: 348,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 348,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "true",
                                              span: Span {
                                               start: Position {
                                                line: 348,
                                                column: 30,
                                               },
                                               end: Position {
                                                line: 348,
                                                column: 34,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 348,
                                             column: 29,
                                            },
                                            end: Position {
                                             line: 348,
                                             column: 35,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "CapabilityBoundingSet",
                                            span: Span {
                                             start: Position {
                                              line: 349,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 349,
                                              column: 32,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: List(
                                          List {
                                           elements: [
                                            String(
                                             String_ {
                                              parts: [
                                               Raw(
                                                PartRaw {
                                                 content: "CAP_DAC_READ_SEARCH",
                                                 span: Span {
                                                  start: Position {
                                                   line: 349,
                                                   column: 38,
                                                  },
                                                  end: Position {
                                                   line: 349,
                                                   column: 57,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              span: Span {
                                               start: Position {
                                                line: 349,
                                                column: 37,
                                               },
                                               end: Position {
                                                line: 349,
                                                column: 58,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 349,
                                             column: 35,
                                            },
                                            end: Position {
                                             line: 349,
                                             column: 60,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "PermissionsStartOnly",
                                            span: Span {
                                             start: Position {
                                              line: 350,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 350,
                                              column: 31,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "true",
                                              span: Span {
                                               start: Position {
                                                line: 350,
                                                column: 35,
                                               },
                                               end: Position {
                                                line: 350,
                                                column: 39,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 350,
                                             column: 34,
                                            },
                                            end: Position {
                                             line: 350,
                                             column: 40,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 345,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 351,
                                        column: 10,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 305,
                                   column: 62,
                                  },
                                  end: Position {
                                   line: 352,
                                   column: 8,
                                  },
                                 },
                                },
                               ),
                              ],
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 305,
                              column: 25,
                             },
                             end: Position {
                              line: 352,
                              column: 8,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 305,
                            column: 19,
                           },
                           end: Position {
                            line: 352,
                            column: 8,
                           },
                          },
                         },
                        ),
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "gcfg",
                            span: Span {
                             start: Position {
                              line: 352,
                              column: 10,
                             },
                             end: Position {
                              line: 352,
                              column: 14,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "archives",
                             span: Span {
                              start: Position {
                               line: 352,
                               column: 15,
                              },
                              end: Position {
                               line: 352,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       ],
                      },
                     ),
                     operator: Update,
                     right: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mapAttrs'",
                         span: Span {
                          start: Position {
                           line: 354,
                           column: 8,
                          },
                          end: Position {
                           line: 354,
                           column: 17,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "name",
                           },
                          ),
                          body: Function(
                           Function {
                            head: Simple(
                             FunctionHeadSimple {
                              identifier: "cfg",
                             },
                            ),
                            body: FunctionApplication(
                             FunctionApplication {
                              function: Identifier(
                               Identifier {
                                id: "nameValuePair",
                                span: Span {
                                 start: Position {
                                  line: 354,
                                  column: 30,
                                 },
                                 end: Position {
                                  line: 354,
                                  column: 43,
                                 },
                                },
                               },
                              ),
                              arguments: [
                               String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "tarsnap-restore-",
                                    span: Span {
                                     start: Position {
                                      line: 354,
                                      column: 45,
                                     },
                                     end: Position {
                                      line: 354,
                                      column: 68,
                                     },
                                    },
                                   },
                                  ),
                                  Interpolation(
                                   PartInterpolation {
                                    expression: Identifier(
                                     Identifier {
                                      id: "name",
                                      span: Span {
                                       start: Position {
                                        line: 354,
                                        column: 63,
                                       },
                                       end: Position {
                                        line: 354,
                                        column: 67,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 354,
                                   column: 44,
                                  },
                                  end: Position {
                                   line: 354,
                                   column: 69,
                                  },
                                 },
                                },
                               ),
                               Map(
                                Map {
                                 recursive: false,
                                 bindings: [
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "description",
                                       span: Span {
                                        start: Position {
                                         line: 355,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 355,
                                         column: 20,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: String(
                                     String_ {
                                      parts: [
                                       Raw(
                                        PartRaw {
                                         content: "Tarsnap restore '",
                                         span: Span {
                                          start: Position {
                                           line: 355,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 355,
                                           column: 48,
                                          },
                                         },
                                        },
                                       ),
                                       Interpolation(
                                        PartInterpolation {
                                         expression: Identifier(
                                          Identifier {
                                           id: "name",
                                           span: Span {
                                            start: Position {
                                             line: 355,
                                             column: 43,
                                            },
                                            end: Position {
                                             line: 355,
                                             column: 47,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       Raw(
                                        PartRaw {
                                         content: "'",
                                         span: Span {
                                          start: Position {
                                           line: 355,
                                           column: 24,
                                          },
                                          end: Position {
                                           line: 355,
                                           column: 49,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 355,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 355,
                                        column: 50,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "requires",
                                       span: Span {
                                        start: Position {
                                         line: 356,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 356,
                                         column: 17,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: List(
                                     List {
                                      elements: [
                                       String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "network-online.target",
                                            span: Span {
                                             start: Position {
                                              line: 356,
                                              column: 26,
                                             },
                                             end: Position {
                                              line: 356,
                                              column: 47,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 356,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 356,
                                           column: 48,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 356,
                                        column: 23,
                                       },
                                       end: Position {
                                        line: 356,
                                        column: 50,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "path",
                                       span: Span {
                                        start: Position {
                                         line: 358,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 358,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: With(
                                     With {
                                      expression: Identifier(
                                       Identifier {
                                        id: "pkgs",
                                        span: Span {
                                         start: Position {
                                          line: 358,
                                          column: 21,
                                         },
                                         end: Position {
                                          line: 358,
                                          column: 25,
                                         },
                                        },
                                       },
                                      ),
                                      target: List(
                                       List {
                                        elements: [
                                         Identifier(
                                          Identifier {
                                           id: "iputils",
                                           span: Span {
                                            start: Position {
                                             line: 358,
                                             column: 29,
                                            },
                                            end: Position {
                                             line: 358,
                                             column: 36,
                                            },
                                           },
                                          },
                                         ),
                                         Identifier(
                                          Identifier {
                                           id: "tarsnap",
                                           span: Span {
                                            start: Position {
                                             line: 358,
                                             column: 37,
                                            },
                                            end: Position {
                                             line: 358,
                                             column: 44,
                                            },
                                           },
                                          },
                                         ),
                                         Identifier(
                                          Identifier {
                                           id: "util-linux",
                                           span: Span {
                                            start: Position {
                                             line: 358,
                                             column: 45,
                                            },
                                            end: Position {
                                             line: 358,
                                             column: 55,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 358,
                                          column: 27,
                                         },
                                         end: Position {
                                          line: 358,
                                          column: 57,
                                         },
                                        },
                                       },
                                      ),
                                      span: Span {
                                       start: Position {
                                        line: 358,
                                        column: 16,
                                       },
                                       end: Position {
                                        line: 358,
                                        column: 57,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "script",
                                       span: Span {
                                        start: Position {
                                         line: 360,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 360,
                                         column: 15,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: LetIn(
                                     LetIn {
                                      bindings: [
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "tarsnap",
                                            span: Span {
                                             start: Position {
                                              line: 361,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 361,
                                              column: 18,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: IndentedString(
                                          IndentedString {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "tarsnap --configfile \"/etc/tarsnap/",
                                              span: Span {
                                               start: Position {
                                                line: 361,
                                                column: 23,
                                               },
                                               end: Position {
                                                line: 361,
                                                column: 58,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "name",
                                                span: Span {
                                                 start: Position {
                                                  line: 361,
                                                  column: 60,
                                                 },
                                                 end: Position {
                                                  line: 361,
                                                  column: 64,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: ".conf\"",
                                              span: Span {
                                               start: Position {
                                                line: 361,
                                                column: 23,
                                               },
                                               end: Position {
                                                line: 361,
                                                column: 71,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 361,
                                             column: 21,
                                            },
                                            end: Position {
                                             line: 361,
                                             column: 73,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "lastArchive",
                                            span: Span {
                                             start: Position {
                                              line: 362,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 362,
                                              column: 22,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "$(",
                                              span: Span {
                                               start: Position {
                                                line: 362,
                                                column: 26,
                                               },
                                               end: Position {
                                                line: 362,
                                                column: 38,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "tarsnap",
                                                span: Span {
                                                 start: Position {
                                                  line: 362,
                                                  column: 30,
                                                 },
                                                 end: Position {
                                                  line: 362,
                                                  column: 37,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: " --list-archives | sort | tail -1)",
                                              span: Span {
                                               start: Position {
                                                line: 362,
                                                column: 26,
                                               },
                                               end: Position {
                                                line: 362,
                                                column: 72,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 362,
                                             column: 25,
                                            },
                                            end: Position {
                                             line: 362,
                                             column: 73,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "run",
                                            span: Span {
                                             start: Position {
                                              line: 363,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 363,
                                              column: 14,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: IndentedString(
                                          IndentedString {
                                           parts: [
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "tarsnap",
                                                span: Span {
                                                 start: Position {
                                                  line: 363,
                                                  column: 21,
                                                 },
                                                 end: Position {
                                                  line: 363,
                                                  column: 28,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: " -x -f \"",
                                              span: Span {
                                               start: Position {
                                                line: 363,
                                                column: 19,
                                               },
                                               end: Position {
                                                line: 363,
                                                column: 37,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: Identifier(
                                               Identifier {
                                                id: "lastArchive",
                                                span: Span {
                                                 start: Position {
                                                  line: 363,
                                                  column: 39,
                                                 },
                                                 end: Position {
                                                  line: 363,
                                                  column: 50,
                                                 },
                                                },
                                               },
                                              ),
                                             },
                                            ),
                                            Raw(
                                             PartRaw {
                                              content: "\" ",
                                              span: Span {
                                               start: Position {
                                                line: 363,
                                                column: 19,
                                               },
                                               end: Position {
                                                line: 363,
                                                column: 53,
                                               },
                                              },
                                             },
                                            ),
                                            Interpolation(
                                             PartInterpolation {
                                              expression: FunctionApplication(
                                               FunctionApplication {
                                                function: Identifier(
                                                 Identifier {
                                                  id: "optionalString",
                                                  span: Span {
                                                   start: Position {
                                                    line: 363,
                                                    column: 55,
                                                   },
                                                   end: Position {
                                                    line: 363,
                                                    column: 69,
                                                   },
                                                  },
                                                 },
                                                ),
                                                arguments: [
                                                 PropertyAccess(
                                                  PropertyAccess {
                                                   expression: Identifier(
                                                    Identifier {
                                                     id: "cfg",
                                                     span: Span {
                                                      start: Position {
                                                       line: 363,
                                                       column: 70,
                                                      },
                                                      end: Position {
                                                       line: 363,
                                                       column: 73,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   attribute_path: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "verbose",
                                                      span: Span {
                                                       start: Position {
                                                        line: 363,
                                                        column: 74,
                                                       },
                                                       end: Position {
                                                        line: 363,
                                                        column: 81,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   default: None,
                                                  },
                                                 ),
                                                 String(
                                                  String_ {
                                                   parts: [
                                                    Raw(
                                                     PartRaw {
                                                      content: "-v",
                                                      span: Span {
                                                       start: Position {
                                                        line: 363,
                                                        column: 83,
                                                       },
                                                       end: Position {
                                                        line: 363,
                                                        column: 85,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                   ],
                                                   span: Span {
                                                    start: Position {
                                                     line: 363,
                                                     column: 82,
                                                    },
                                                    end: Position {
                                                     line: 363,
                                                     column: 86,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                ],
                                               },
                                              ),
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 363,
                                             column: 17,
                                            },
                                            end: Position {
                                             line: 363,
                                             column: 89,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "cachedir",
                                            span: Span {
                                             start: Position {
                                              line: 364,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 364,
                                              column: 19,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: FunctionApplication(
                                          FunctionApplication {
                                           function: Identifier(
                                            Identifier {
                                             id: "escapeShellArg",
                                             span: Span {
                                              start: Position {
                                               line: 364,
                                               column: 22,
                                              },
                                              end: Position {
                                               line: 364,
                                               column: 36,
                                              },
                                             },
                                            },
                                           ),
                                           arguments: [
                                            PropertyAccess(
                                             PropertyAccess {
                                              expression: Identifier(
                                               Identifier {
                                                id: "cfg",
                                                span: Span {
                                                 start: Position {
                                                  line: 364,
                                                  column: 37,
                                                 },
                                                 end: Position {
                                                  line: 364,
                                                  column: 40,
                                                 },
                                                },
                                               },
                                              ),
                                              attribute_path: [
                                               Raw(
                                                PartRaw {
                                                 content: "cachedir",
                                                 span: Span {
                                                  start: Position {
                                                   line: 364,
                                                   column: 41,
                                                  },
                                                  end: Position {
                                                   line: 364,
                                                   column: 49,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              default: None,
                                             },
                                            ),
                                           ],
                                          },
                                         ),
                                        },
                                       ),
                                      ],
                                      target: IfThenElse(
                                       IfThenElse {
                                        predicate: BinaryOperation(
                                         BinaryOperation {
                                          left: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "cfg",
                                              span: Span {
                                               start: Position {
                                                line: 366,
                                                column: 16,
                                               },
                                               end: Position {
                                                line: 366,
                                                column: 19,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 366,
                                                 column: 20,
                                                },
                                                end: Position {
                                                 line: 366,
                                                 column: 28,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          operator: NotEqualTo,
                                          right: Identifier(
                                           Identifier {
                                            id: "null",
                                            span: Span {
                                             start: Position {
                                              line: 366,
                                              column: 32,
                                             },
                                             end: Position {
                                              line: 366,
                                              column: 36,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                        then: IndentedString(
                                         IndentedString {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "mkdir -p ",
                                             span: Span {
                                              start: Position {
                                               line: 367,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 367,
                                               column: 20,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 367,
                                                 column: 22,
                                                },
                                                end: Position {
                                                 line: 367,
                                                 column: 30,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "\nchmod 0700 ",
                                             span: Span {
                                              start: Position {
                                               line: 367,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 368,
                                               column: 22,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 368,
                                                 column: 24,
                                                },
                                                end: Position {
                                                 line: 368,
                                                 column: 32,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "\n\n( flock 9\n  if [ ! -e ",
                                             span: Span {
                                              start: Position {
                                               line: 367,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 371,
                                               column: 23,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 371,
                                                 column: 25,
                                                },
                                                end: Position {
                                                 line: 371,
                                                 column: 33,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "/firstrun ]; then\n    ( flock 10\n      flock -u 9\n      ",
                                             span: Span {
                                              start: Position {
                                               line: 367,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 374,
                                               column: 17,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "tarsnap",
                                               span: Span {
                                                start: Position {
                                                 line: 374,
                                                 column: 19,
                                                },
                                                end: Position {
                                                 line: 374,
                                                 column: 26,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: " --fsck\n      flock 9\n    ) 10>",
                                             span: Span {
                                              start: Position {
                                               line: 367,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 376,
                                               column: 20,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 376,
                                                 column: 22,
                                                },
                                                end: Position {
                                                 line: 376,
                                                 column: 30,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "/firstrun\n  fi\n) 9>",
                                             span: Span {
                                              start: Position {
                                               line: 367,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 378,
                                               column: 15,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 378,
                                                 column: 17,
                                                },
                                                end: Position {
                                                 line: 378,
                                                 column: 25,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "/lockf\n\n exec flock ",
                                             span: Span {
                                              start: Position {
                                               line: 367,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 380,
                                               column: 23,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "cachedir",
                                               span: Span {
                                                start: Position {
                                                 line: 380,
                                                 column: 25,
                                                },
                                                end: Position {
                                                 line: 380,
                                                 column: 33,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "/firstrun ",
                                             span: Span {
                                              start: Position {
                                               line: 367,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 380,
                                               column: 44,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "run",
                                               span: Span {
                                                start: Position {
                                                 line: 380,
                                                 column: 46,
                                                },
                                                end: Position {
                                                 line: 380,
                                                 column: 49,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: "\n",
                                             span: Span {
                                              start: Position {
                                               line: 367,
                                               column: 1,
                                              },
                                              end: Position {
                                               line: 381,
                                               column: 9,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 366,
                                            column: 43,
                                           },
                                           end: Position {
                                            line: 381,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                        else_: String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "exec ",
                                             span: Span {
                                              start: Position {
                                               line: 381,
                                               column: 18,
                                              },
                                              end: Position {
                                               line: 381,
                                               column: 29,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: Identifier(
                                              Identifier {
                                               id: "run",
                                               span: Span {
                                                start: Position {
                                                 line: 381,
                                                 column: 25,
                                                },
                                                end: Position {
                                                 line: 381,
                                                 column: 28,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 381,
                                            column: 17,
                                           },
                                           end: Position {
                                            line: 381,
                                            column: 30,
                                           },
                                          },
                                         },
                                        ),
                                        span: Span {
                                         start: Position {
                                          line: 366,
                                          column: 12,
                                         },
                                         end: Position {
                                          line: 381,
                                          column: 30,
                                         },
                                        },
                                       },
                                      ),
                                      span: Span {
                                       start: Position {
                                        line: 360,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 381,
                                        column: 30,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                  KeyValue(
                                   BindingKeyValue {
                                    from: [
                                     Raw(
                                      PartRaw {
                                       content: "serviceConfig",
                                       span: Span {
                                        start: Position {
                                         line: 383,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 383,
                                         column: 22,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    to: Map(
                                     Map {
                                      recursive: false,
                                      bindings: [
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "Type",
                                            span: Span {
                                             start: Position {
                                              line: 384,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 384,
                                              column: 15,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "oneshot",
                                              span: Span {
                                               start: Position {
                                                line: 384,
                                                column: 19,
                                               },
                                               end: Position {
                                                line: 384,
                                                column: 26,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 384,
                                             column: 18,
                                            },
                                            end: Position {
                                             line: 384,
                                             column: 27,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "IOSchedulingClass",
                                            span: Span {
                                             start: Position {
                                              line: 385,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 385,
                                              column: 28,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "idle",
                                              span: Span {
                                               start: Position {
                                                line: 385,
                                                column: 32,
                                               },
                                               end: Position {
                                                line: 385,
                                                column: 36,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 385,
                                             column: 31,
                                            },
                                            end: Position {
                                             line: 385,
                                             column: 37,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "NoNewPrivileges",
                                            span: Span {
                                             start: Position {
                                              line: 386,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 386,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "true",
                                              span: Span {
                                               start: Position {
                                                line: 386,
                                                column: 30,
                                               },
                                               end: Position {
                                                line: 386,
                                                column: 34,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 386,
                                             column: 29,
                                            },
                                            end: Position {
                                             line: 386,
                                             column: 35,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "CapabilityBoundingSet",
                                            span: Span {
                                             start: Position {
                                              line: 387,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 387,
                                              column: 32,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: List(
                                          List {
                                           elements: [
                                            String(
                                             String_ {
                                              parts: [
                                               Raw(
                                                PartRaw {
                                                 content: "CAP_DAC_READ_SEARCH",
                                                 span: Span {
                                                  start: Position {
                                                   line: 387,
                                                   column: 38,
                                                  },
                                                  end: Position {
                                                   line: 387,
                                                   column: 57,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                              span: Span {
                                               start: Position {
                                                line: 387,
                                                column: 37,
                                               },
                                               end: Position {
                                                line: 387,
                                                column: 58,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 387,
                                             column: 35,
                                            },
                                            end: Position {
                                             line: 387,
                                             column: 60,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                       KeyValue(
                                        BindingKeyValue {
                                         from: [
                                          Raw(
                                           PartRaw {
                                            content: "PermissionsStartOnly",
                                            span: Span {
                                             start: Position {
                                              line: 388,
                                              column: 11,
                                             },
                                             end: Position {
                                              line: 388,
                                              column: 31,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         to: String(
                                          String_ {
                                           parts: [
                                            Raw(
                                             PartRaw {
                                              content: "true",
                                              span: Span {
                                               start: Position {
                                                line: 388,
                                                column: 35,
                                               },
                                               end: Position {
                                                line: 388,
                                                column: 39,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           span: Span {
                                            start: Position {
                                             line: 388,
                                             column: 34,
                                            },
                                            end: Position {
                                             line: 388,
                                             column: 40,
                                            },
                                           },
                                          },
                                         ),
                                        },
                                       ),
                                      ],
                                      span: Span {
                                       start: Position {
                                        line: 383,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 389,
                                        column: 10,
                                       },
                                      },
                                     },
                                    ),
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 354,
                                   column: 69,
                                  },
                                  end: Position {
                                   line: 390,
                                   column: 8,
                                  },
                                 },
                                },
                               ),
                              ],
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 354,
                              column: 25,
                             },
                             end: Position {
                              line: 390,
                              column: 8,
                             },
                            },
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 354,
                            column: 19,
                           },
                           end: Position {
                            line: 390,
                            column: 8,
                           },
                          },
                         },
                        ),
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "gcfg",
                            span: Span {
                             start: Position {
                              line: 390,
                              column: 10,
                             },
                             end: Position {
                              line: 390,
                              column: 14,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "archives",
                             span: Span {
                              start: Position {
                               line: 390,
                               column: 15,
                              },
                              end: Position {
                               line: 390,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 394,
                        column: 5,
                       },
                       end: Position {
                        line: 394,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "timers",
                      span: Span {
                       start: Position {
                        line: 394,
                        column: 13,
                       },
                       end: Position {
                        line: 394,
                        column: 19,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mapAttrs'",
                       span: Span {
                        start: Position {
                         line: 394,
                         column: 22,
                        },
                        end: Position {
                         line: 394,
                         column: 31,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Function(
                       Function {
                        head: Simple(
                         FunctionHeadSimple {
                          identifier: "name",
                         },
                        ),
                        body: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "cfg",
                           },
                          ),
                          body: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "nameValuePair",
                              span: Span {
                               start: Position {
                                line: 394,
                                column: 44,
                               },
                               end: Position {
                                line: 394,
                                column: 57,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "tarsnap-",
                                  span: Span {
                                   start: Position {
                                    line: 394,
                                    column: 59,
                                   },
                                   end: Position {
                                    line: 394,
                                    column: 74,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "name",
                                    span: Span {
                                     start: Position {
                                      line: 394,
                                      column: 69,
                                     },
                                     end: Position {
                                      line: 394,
                                      column: 73,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 394,
                                 column: 58,
                                },
                                end: Position {
                                 line: 394,
                                 column: 75,
                                },
                               },
                              },
                             ),
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "timerConfig",
                                     span: Span {
                                      start: Position {
                                       line: 395,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 395,
                                       column: 20,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "OnCalendar",
                                     span: Span {
                                      start: Position {
                                       line: 395,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 395,
                                       column: 31,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 395,
                                        column: 34,
                                       },
                                       end: Position {
                                        line: 395,
                                        column: 37,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "period",
                                       span: Span {
                                        start: Position {
                                         line: 395,
                                         column: 38,
                                        },
                                        end: Position {
                                         line: 395,
                                         column: 44,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "timerConfig",
                                     span: Span {
                                      start: Position {
                                       line: 396,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 396,
                                       column: 20,
                                      },
                                     },
                                    },
                                   ),
                                   Raw(
                                    PartRaw {
                                     content: "Persistent",
                                     span: Span {
                                      start: Position {
                                       line: 396,
                                       column: 21,
                                      },
                                      end: Position {
                                       line: 396,
                                       column: 31,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "true",
                                       span: Span {
                                        start: Position {
                                         line: 396,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 396,
                                         column: 39,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 396,
                                      column: 34,
                                     },
                                     end: Position {
                                      line: 396,
                                      column: 40,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "wantedBy",
                                     span: Span {
                                      start: Position {
                                       line: 397,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 397,
                                       column: 17,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: List(
                                   List {
                                    elements: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "timers.target",
                                          span: Span {
                                           start: Position {
                                            line: 397,
                                            column: 23,
                                           },
                                           end: Position {
                                            line: 397,
                                            column: 36,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 397,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 397,
                                         column: 37,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 397,
                                      column: 20,
                                     },
                                     end: Position {
                                      line: 397,
                                      column: 39,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 395,
                                 column: 7,
                                },
                                end: Position {
                                 line: 398,
                                 column: 8,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 394,
                            column: 39,
                           },
                           end: Position {
                            line: 398,
                            column: 8,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 394,
                          column: 33,
                         },
                         end: Position {
                          line: 398,
                          column: 8,
                         },
                        },
                       },
                      ),
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "gcfg",
                          span: Span {
                           start: Position {
                            line: 398,
                            column: 10,
                           },
                           end: Position {
                            line: 398,
                            column: 14,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "archives",
                           span: Span {
                            start: Position {
                             line: 398,
                             column: 15,
                            },
                            end: Position {
                             line: 398,
                             column: 23,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 400,
                        column: 5,
                       },
                       end: Position {
                        line: 400,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 400,
                        column: 17,
                       },
                       end: Position {
                        line: 400,
                        column: 20,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mapAttrs'",
                       span: Span {
                        start: Position {
                         line: 401,
                         column: 7,
                        },
                        end: Position {
                         line: 401,
                         column: 16,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Function(
                       Function {
                        head: Simple(
                         FunctionHeadSimple {
                          identifier: "name",
                         },
                        ),
                        body: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "cfg",
                           },
                          ),
                          body: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "nameValuePair",
                              span: Span {
                               start: Position {
                                line: 401,
                                column: 29,
                               },
                               end: Position {
                                line: 401,
                                column: 42,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "tarsnap/",
                                  span: Span {
                                   start: Position {
                                    line: 401,
                                    column: 44,
                                   },
                                   end: Position {
                                    line: 401,
                                    column: 59,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: Identifier(
                                   Identifier {
                                    id: "name",
                                    span: Span {
                                     start: Position {
                                      line: 401,
                                      column: 54,
                                     },
                                     end: Position {
                                      line: 401,
                                      column: 58,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: ".conf",
                                  span: Span {
                                   start: Position {
                                    line: 401,
                                    column: 44,
                                   },
                                   end: Position {
                                    line: 401,
                                    column: 64,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 401,
                                 column: 43,
                                },
                                end: Position {
                                 line: 401,
                                 column: 65,
                                },
                               },
                              },
                             ),
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "text",
                                     span: Span {
                                      start: Position {
                                       line: 402,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 402,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "configFile",
                                      span: Span {
                                       start: Position {
                                        line: 402,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 402,
                                        column: 28,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "name",
                                       span: Span {
                                        start: Position {
                                         line: 402,
                                         column: 29,
                                        },
                                        end: Position {
                                         line: 402,
                                         column: 33,
                                        },
                                       },
                                      },
                                     ),
                                     Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 402,
                                         column: 34,
                                        },
                                        end: Position {
                                         line: 402,
                                         column: 37,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 402,
                                 column: 9,
                                },
                                end: Position {
                                 line: 403,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 401,
                            column: 24,
                           },
                           end: Position {
                            line: 403,
                            column: 10,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 401,
                          column: 18,
                         },
                         end: Position {
                          line: 403,
                          column: 10,
                         },
                        },
                       },
                      ),
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "gcfg",
                          span: Span {
                           start: Position {
                            line: 403,
                            column: 12,
                           },
                           end: Position {
                            line: 403,
                            column: 16,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "archives",
                           span: Span {
                            start: Position {
                             line: 403,
                             column: 17,
                            },
                            end: Position {
                             line: 403,
                             column: 25,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 405,
                        column: 5,
                       },
                       end: Position {
                        line: 405,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 405,
                        column: 17,
                       },
                       end: Position {
                        line: 405,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 405,
                            column: 36,
                           },
                           end: Position {
                            line: 405,
                            column: 40,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "tarsnap",
                           span: Span {
                            start: Position {
                             line: 405,
                             column: 41,
                            },
                            end: Position {
                             line: 405,
                             column: 48,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 405,
                       column: 34,
                      },
                      end: Position {
                       line: 405,
                       column: 50,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 293,
                  column: 29,
                 },
                 end: Position {
                  line: 406,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 26,
          column: 1,
         },
         end: Position {
          line: 407,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 407,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 407,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 407,
    column: 2,
   },
  },
 },
)