Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "zfs",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 28,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "autoReplication",
              span: Span {
               start: Position {
                line: 6,
                column: 29,
               },
               end: Position {
                line: 6,
                column: 44,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "recursive",
            span: Span {
             start: Position {
              line: 7,
              column: 3,
             },
             end: Position {
              line: 7,
              column: 12,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: Identifier(
            Identifier {
             id: "optionalString",
             span: Span {
              start: Position {
               line: 7,
               column: 15,
              },
              end: Position {
               line: 7,
               column: 29,
              },
             },
            },
           ),
           arguments: [
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 7,
                  column: 30,
                 },
                 end: Position {
                  line: 7,
                  column: 33,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "recursive",
                 span: Span {
                  start: Position {
                   line: 7,
                   column: 34,
                  },
                  end: Position {
                   line: 7,
                   column: 43,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: " --recursive",
                 span: Span {
                  start: Position {
                   line: 7,
                   column: 45,
                  },
                  end: Position {
                   line: 7,
                   column: 57,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 7,
                column: 44,
               },
               end: Position {
                line: 7,
                column: 58,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "followDelete",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 15,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: Identifier(
            Identifier {
             id: "optionalString",
             span: Span {
              start: Position {
               line: 8,
               column: 18,
              },
              end: Position {
               line: 8,
               column: 32,
              },
             },
            },
           ),
           arguments: [
            PropertyAccess(
             PropertyAccess {
              expression: Identifier(
               Identifier {
                id: "cfg",
                span: Span {
                 start: Position {
                  line: 8,
                  column: 33,
                 },
                 end: Position {
                  line: 8,
                  column: 36,
                 },
                },
               },
              ),
              attribute_path: [
               Raw(
                PartRaw {
                 content: "followDelete",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 37,
                  },
                  end: Position {
                   line: 8,
                   column: 49,
                  },
                 },
                },
               ),
              ],
              default: None,
             },
            ),
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: " --follow-delete",
                 span: Span {
                  start: Position {
                   line: 8,
                   column: 51,
                  },
                  end: Position {
                   line: 8,
                   column: 67,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 8,
                column: 50,
               },
               end: Position {
                line: 8,
                column: 68,
               },
              },
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 10,
                column: 3,
               },
               end: Position {
                line: 10,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "services",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 5,
                    },
                    end: Position {
                     line: 11,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "zfs",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 14,
                    },
                    end: Position {
                     line: 11,
                     column: 17,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "autoReplication",
                   span: Span {
                    start: Position {
                     line: 11,
                     column: 18,
                    },
                    end: Position {
                     line: 11,
                     column: 33,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 12,
                          column: 7,
                         },
                         end: Position {
                          line: 12,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 12,
                           column: 16,
                          },
                          end: Position {
                           line: 12,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 12,
                                column: 32,
                               },
                               end: Position {
                                line: 12,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 12,
                                 column: 36,
                                },
                                end: Position {
                                 line: 12,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "ZFS snapshot replication.",
                                span: Span {
                                 start: Position {
                                  line: 12,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 12,
                                  column: 68,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 12,
                               column: 42,
                              },
                              end: Position {
                               line: 12,
                               column: 69,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "followDelete",
                        span: Span {
                         start: Position {
                          line: 14,
                          column: 7,
                         },
                         end: Position {
                          line: 14,
                          column: 19,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 14,
                           column: 22,
                          },
                          end: Position {
                           line: 14,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 15,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 15,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 15,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 15,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 15,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 15,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Remove remote snapshots that don't have a local correspondant.",
                                     span: Span {
                                      start: Position {
                                       line: 15,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 15,
                                       column: 96,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 15,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 15,
                                    column: 97,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 16,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 16,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 16,
                                 column: 19,
                                },
                                end: Position {
                                 line: 16,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 17,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 17,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 17,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 17,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 17,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 17,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 14,
                            column: 31,
                           },
                           end: Position {
                            line: 18,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "host",
                        span: Span {
                         start: Position {
                          line: 20,
                          column: 7,
                         },
                         end: Position {
                          line: 20,
                          column: 11,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 20,
                           column: 14,
                          },
                          end: Position {
                           line: 20,
                           column: 22,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 21,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 21,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 21,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 21,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 21,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 21,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Remote host where snapshots should be sent. `lz4` is expected to be installed on this host.",
                                     span: Span {
                                      start: Position {
                                       line: 21,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 21,
                                       column: 125,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 21,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 21,
                                    column: 126,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 22,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 22,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "example.com",
                                  span: Span {
                                   start: Position {
                                    line: 22,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 22,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 22,
                                 column: 19,
                                },
                                end: Position {
                                 line: 22,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 23,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 23,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 23,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 23,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 23,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 20,
                            column: 23,
                           },
                           end: Position {
                            line: 24,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "identityFilePath",
                        span: Span {
                         start: Position {
                          line: 26,
                          column: 7,
                         },
                         end: Position {
                          line: 26,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 26,
                           column: 26,
                          },
                          end: Position {
                           line: 26,
                           column: 34,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 27,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 27,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 27,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 27,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 27,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 27,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Path to SSH key used to login to host.",
                                     span: Span {
                                      start: Position {
                                       line: 27,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 27,
                                       column: 72,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 27,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 27,
                                    column: 73,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 28,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 28,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "/home/username/.ssh/id_rsa",
                                  span: Span {
                                   start: Position {
                                    line: 28,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 28,
                                    column: 46,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 28,
                                 column: 19,
                                },
                                end: Position {
                                 line: 28,
                                 column: 47,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 29,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 29,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 29,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 29,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "path",
                                  span: Span {
                                   start: Position {
                                    line: 29,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 29,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 26,
                            column: 35,
                           },
                           end: Position {
                            line: 30,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "localFilesystem",
                        span: Span {
                         start: Position {
                          line: 32,
                          column: 7,
                         },
                         end: Position {
                          line: 32,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 32,
                           column: 25,
                          },
                          end: Position {
                           line: 32,
                           column: 33,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 33,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 33,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 33,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 33,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 33,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 33,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Local ZFS fileystem from which snapshots should be sent.  Defaults to the attribute name.",
                                     span: Span {
                                      start: Position {
                                       line: 33,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 33,
                                       column: 123,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 33,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 33,
                                    column: 124,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 34,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 34,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "pool/file/path",
                                  span: Span {
                                   start: Position {
                                    line: 34,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 34,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 34,
                                 column: 19,
                                },
                                end: Position {
                                 line: 34,
                                 column: 35,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 35,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 35,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 35,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 35,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 35,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 35,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 32,
                            column: 34,
                           },
                           end: Position {
                            line: 36,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "remoteFilesystem",
                        span: Span {
                         start: Position {
                          line: 38,
                          column: 7,
                         },
                         end: Position {
                          line: 38,
                          column: 23,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 38,
                           column: 26,
                          },
                          end: Position {
                           line: 38,
                           column: 34,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 39,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 39,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 39,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 39,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 39,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 39,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Remote ZFS filesystem where snapshots should be sent.",
                                     span: Span {
                                      start: Position {
                                       line: 39,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 39,
                                       column: 87,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 39,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 39,
                                    column: 88,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 40,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 40,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "pool/file/path",
                                  span: Span {
                                   start: Position {
                                    line: 40,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 40,
                                    column: 34,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 40,
                                 column: 19,
                                },
                                end: Position {
                                 line: 40,
                                 column: 35,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 41,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 41,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 41,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 41,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 41,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 41,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 38,
                            column: 35,
                           },
                           end: Position {
                            line: 42,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "recursive",
                        span: Span {
                         start: Position {
                          line: 44,
                          column: 7,
                         },
                         end: Position {
                          line: 44,
                          column: 16,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 44,
                           column: 19,
                          },
                          end: Position {
                           line: 44,
                           column: 27,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 45,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 45,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 45,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 45,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 45,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 45,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Recursively discover snapshots to send.",
                                     span: Span {
                                      start: Position {
                                       line: 45,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 45,
                                       column: 73,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 45,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 45,
                                    column: 74,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 46,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 46,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 46,
                                 column: 19,
                                },
                                end: Position {
                                 line: 46,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 47,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 47,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 47,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 47,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 47,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 47,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 44,
                            column: 28,
                           },
                           end: Position {
                            line: 48,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "username",
                        span: Span {
                         start: Position {
                          line: 50,
                          column: 7,
                         },
                         end: Position {
                          line: 50,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 50,
                           column: 18,
                          },
                          end: Position {
                           line: 50,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 51,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 51,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 51,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 51,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 51,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 51,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Username used by SSH to login to remote host.",
                                     span: Span {
                                      start: Position {
                                       line: 51,
                                       column: 34,
                                      },
                                      end: Position {
                                       line: 51,
                                       column: 79,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 51,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 51,
                                    column: 80,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 52,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 52,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "username",
                                  span: Span {
                                   start: Position {
                                    line: 52,
                                    column: 20,
                                   },
                                   end: Position {
                                    line: 52,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 52,
                                 column: 19,
                                },
                                end: Position {
                                 line: 52,
                                 column: 29,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 53,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 53,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 53,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 53,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "str",
                                  span: Span {
                                   start: Position {
                                    line: 53,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 53,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 50,
                            column: 27,
                           },
                           end: Position {
                            line: 54,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 11,
                    column: 36,
                   },
                   end: Position {
                    line: 55,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 10,
               column: 13,
              },
              end: Position {
               line: 56,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 58,
                column: 3,
               },
               end: Position {
                line: 58,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "lib",
                 span: Span {
                  start: Position {
                   line: 58,
                   column: 12,
                  },
                  end: Position {
                   line: 58,
                   column: 15,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "mkIf",
                  span: Span {
                   start: Position {
                    line: 58,
                    column: 16,
                   },
                   end: Position {
                    line: 58,
                    column: 20,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 58,
                    column: 21,
                   },
                   end: Position {
                    line: 58,
                    column: 24,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 58,
                     column: 25,
                    },
                    end: Position {
                     line: 58,
                     column: 31,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 59,
                        column: 5,
                       },
                       end: Position {
                        line: 59,
                        column: 16,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "systemPackages",
                      span: Span {
                       start: Position {
                        line: 59,
                        column: 17,
                       },
                       end: Position {
                        line: 59,
                        column: 31,
                       },
                      },
                     },
                    ),
                   ],
                   to: List(
                    List {
                     elements: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "pkgs",
                          span: Span {
                           start: Position {
                            line: 60,
                            column: 7,
                           },
                           end: Position {
                            line: 60,
                            column: 11,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "lz4",
                           span: Span {
                            start: Position {
                             line: 60,
                             column: 12,
                            },
                            end: Position {
                             line: 60,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 59,
                       column: 34,
                      },
                      end: Position {
                       line: 61,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 63,
                        column: 5,
                       },
                       end: Position {
                        line: 63,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 63,
                        column: 13,
                       },
                       end: Position {
                        line: 63,
                        column: 21,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "zfs-replication",
                      span: Span {
                       start: Position {
                        line: 63,
                        column: 22,
                       },
                       end: Position {
                        line: 63,
                        column: 37,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 64,
                             column: 7,
                            },
                            end: Position {
                             line: 64,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "zfs-snapshot-daily.service",
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 65,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 65,
                               column: 9,
                              },
                              end: Position {
                               line: 65,
                               column: 37,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "zfs-snapshot-frequent.service",
                                span: Span {
                                 start: Position {
                                  line: 66,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 66,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 66,
                               column: 9,
                              },
                              end: Position {
                               line: 66,
                               column: 40,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "zfs-snapshot-hourly.service",
                                span: Span {
                                 start: Position {
                                  line: 67,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 67,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 67,
                               column: 9,
                              },
                              end: Position {
                               line: 67,
                               column: 38,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "zfs-snapshot-monthly.service",
                                span: Span {
                                 start: Position {
                                  line: 68,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 68,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 68,
                               column: 9,
                              },
                              end: Position {
                               line: 68,
                               column: 39,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "zfs-snapshot-weekly.service",
                                span: Span {
                                 start: Position {
                                  line: 69,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 69,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 69,
                               column: 9,
                              },
                              end: Position {
                               line: 69,
                               column: 38,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 64,
                            column: 15,
                           },
                           end: Position {
                            line: 70,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 71,
                             column: 7,
                            },
                            end: Position {
                             line: 71,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "ZFS Snapshot Replication",
                             span: Span {
                              start: Position {
                               line: 71,
                               column: 22,
                              },
                              end: Position {
                               line: 71,
                               column: 46,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 71,
                            column: 21,
                           },
                           end: Position {
                            line: 71,
                            column: 47,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "documentation",
                           span: Span {
                            start: Position {
                             line: 72,
                             column: 7,
                            },
                            end: Position {
                             line: 72,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "https://github.com/alunduil/zfs-replicate",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 73,
                                  column: 51,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 73,
                               column: 9,
                              },
                              end: Position {
                               line: 73,
                               column: 52,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 72,
                            column: 23,
                           },
                           end: Position {
                            line: 74,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "restartIfChanged",
                           span: Span {
                            start: Position {
                             line: 75,
                             column: 7,
                            },
                            end: Position {
                             line: 75,
                             column: 23,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "false",
                          span: Span {
                           start: Position {
                            line: 75,
                            column: 26,
                           },
                           end: Position {
                            line: 75,
                            column: 31,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 76,
                             column: 7,
                            },
                            end: Position {
                             line: 76,
                             column: 20,
                            },
                           },
                          },
                         ),
                         Raw(
                          PartRaw {
                           content: "ExecStart",
                           span: Span {
                            start: Position {
                             line: 76,
                             column: 21,
                            },
                            end: Position {
                             line: 76,
                             column: 30,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Interpolation(
                            PartInterpolation {
                             expression: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 76,
                                   column: 36,
                                  },
                                  end: Position {
                                   line: 76,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "zfs-replicate",
                                  span: Span {
                                   start: Position {
                                    line: 76,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 76,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "/bin/zfs-replicate",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 34,
                              },
                              end: Position {
                               line: 76,
                               column: 73,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: Identifier(
                              Identifier {
                               id: "recursive",
                               span: Span {
                                start: Position {
                                 line: 76,
                                 column: 75,
                                },
                                end: Position {
                                 line: 76,
                                 column: 84,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " -l ",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 34,
                              },
                              end: Position {
                               line: 76,
                               column: 89,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "escapeShellArg",
                                 span: Span {
                                  start: Position {
                                   line: 76,
                                   column: 91,
                                  },
                                  end: Position {
                                   line: 76,
                                   column: 105,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 76,
                                      column: 106,
                                     },
                                     end: Position {
                                      line: 76,
                                      column: 109,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "username",
                                     span: Span {
                                      start: Position {
                                       line: 76,
                                       column: 110,
                                      },
                                      end: Position {
                                       line: 76,
                                       column: 118,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " -i ",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 34,
                              },
                              end: Position {
                               line: 76,
                               column: 123,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "escapeShellArg",
                                 span: Span {
                                  start: Position {
                                   line: 76,
                                   column: 125,
                                  },
                                  end: Position {
                                   line: 76,
                                   column: 139,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 76,
                                      column: 140,
                                     },
                                     end: Position {
                                      line: 76,
                                      column: 143,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "identityFilePath",
                                     span: Span {
                                      start: Position {
                                       line: 76,
                                       column: 144,
                                      },
                                      end: Position {
                                       line: 76,
                                       column: 160,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: Identifier(
                              Identifier {
                               id: "followDelete",
                               span: Span {
                                start: Position {
                                 line: 76,
                                 column: 163,
                                },
                                end: Position {
                                 line: 76,
                                 column: 175,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " ",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 34,
                              },
                              end: Position {
                               line: 76,
                               column: 177,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "escapeShellArg",
                                 span: Span {
                                  start: Position {
                                   line: 76,
                                   column: 179,
                                  },
                                  end: Position {
                                   line: 76,
                                   column: 193,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 76,
                                      column: 194,
                                     },
                                     end: Position {
                                      line: 76,
                                      column: 197,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "host",
                                     span: Span {
                                      start: Position {
                                       line: 76,
                                       column: 198,
                                      },
                                      end: Position {
                                       line: 76,
                                       column: 202,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " ",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 34,
                              },
                              end: Position {
                               line: 76,
                               column: 204,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "escapeShellArg",
                                 span: Span {
                                  start: Position {
                                   line: 76,
                                   column: 206,
                                  },
                                  end: Position {
                                   line: 76,
                                   column: 220,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 76,
                                      column: 221,
                                     },
                                     end: Position {
                                      line: 76,
                                      column: 224,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "remoteFilesystem",
                                     span: Span {
                                      start: Position {
                                       line: 76,
                                       column: 225,
                                      },
                                      end: Position {
                                       line: 76,
                                       column: 241,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: " ",
                             span: Span {
                              start: Position {
                               line: 76,
                               column: 34,
                              },
                              end: Position {
                               line: 76,
                               column: 243,
                              },
                             },
                            },
                           ),
                           Interpolation(
                            PartInterpolation {
                             expression: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "escapeShellArg",
                                 span: Span {
                                  start: Position {
                                   line: 76,
                                   column: 245,
                                  },
                                  end: Position {
                                   line: 76,
                                   column: 259,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 76,
                                      column: 260,
                                     },
                                     end: Position {
                                      line: 76,
                                      column: 263,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "localFilesystem",
                                     span: Span {
                                      start: Position {
                                       line: 76,
                                       column: 264,
                                      },
                                      end: Position {
                                       line: 76,
                                       column: 279,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 76,
                            column: 33,
                           },
                           end: Position {
                            line: 76,
                            column: 281,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 77,
                             column: 7,
                            },
                            end: Position {
                             line: 77,
                             column: 15,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "zfs-snapshot-daily.service",
                                span: Span {
                                 start: Position {
                                  line: 78,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 78,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 78,
                               column: 9,
                              },
                              end: Position {
                               line: 78,
                               column: 37,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "zfs-snapshot-frequent.service",
                                span: Span {
                                 start: Position {
                                  line: 79,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 79,
                                  column: 39,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 79,
                               column: 9,
                              },
                              end: Position {
                               line: 79,
                               column: 40,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "zfs-snapshot-hourly.service",
                                span: Span {
                                 start: Position {
                                  line: 80,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 80,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 80,
                               column: 9,
                              },
                              end: Position {
                               line: 80,
                               column: 38,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "zfs-snapshot-monthly.service",
                                span: Span {
                                 start: Position {
                                  line: 81,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 81,
                                  column: 38,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 81,
                               column: 9,
                              },
                              end: Position {
                               line: 81,
                               column: 39,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "zfs-snapshot-weekly.service",
                                span: Span {
                                 start: Position {
                                  line: 82,
                                  column: 10,
                                 },
                                 end: Position {
                                  line: 82,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 82,
                               column: 9,
                              },
                              end: Position {
                               line: 82,
                               column: 38,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 77,
                            column: 18,
                           },
                           end: Position {
                            line: 83,
                            column: 8,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 63,
                       column: 40,
                      },
                      end: Position {
                       line: 84,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 58,
                  column: 32,
                 },
                 end: Position {
                  line: 85,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 87,
                column: 3,
               },
               end: Position {
                line: 87,
                column: 7,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "maintainers",
                   span: Span {
                    start: Position {
                     line: 88,
                     column: 5,
                    },
                    end: Position {
                     line: 88,
                     column: 16,
                    },
                   },
                  },
                 ),
                ],
                to: With(
                 With {
                  expression: PropertyAccess(
                   PropertyAccess {
                    expression: Identifier(
                     Identifier {
                      id: "lib",
                      span: Span {
                       start: Position {
                        line: 88,
                        column: 24,
                       },
                       end: Position {
                        line: 88,
                        column: 27,
                       },
                      },
                     },
                    ),
                    attribute_path: [
                     Raw(
                      PartRaw {
                       content: "maintainers",
                       span: Span {
                        start: Position {
                         line: 88,
                         column: 28,
                        },
                        end: Position {
                         line: 88,
                         column: 39,
                        },
                       },
                      },
                     ),
                    ],
                    default: None,
                   },
                  ),
                  target: List(
                   List {
                    elements: [
                     Identifier(
                      Identifier {
                       id: "alunduil",
                       span: Span {
                        start: Position {
                         line: 88,
                         column: 43,
                        },
                        end: Position {
                         line: 88,
                         column: 51,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 88,
                      column: 41,
                     },
                     end: Position {
                      line: 88,
                      column: 53,
                     },
                    },
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 88,
                    column: 19,
                   },
                   end: Position {
                    line: 88,
                    column: 53,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 87,
               column: 10,
              },
              end: Position {
               line: 89,
               column: 4,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 9,
          column: 4,
         },
         end: Position {
          line: 90,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 90,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 90,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 90,
    column: 2,
   },
  },
 },
)