Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "syncoid",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 32,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "localDatasetName",
            span: Span {
             start: Position {
              line: 9,
              column: 3,
             },
             end: Position {
              line: 9,
              column: 19,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "d",
            },
           ),
           body: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "optionals",
               span: Span {
                start: Position {
                 line: 9,
                 column: 25,
                },
                end: Position {
                 line: 9,
                 column: 34,
                },
               },
              },
             ),
             arguments: [
              BinaryOperation(
               BinaryOperation {
                left: Identifier(
                 Identifier {
                  id: "d",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 36,
                   },
                   end: Position {
                    line: 9,
                    column: 37,
                   },
                  },
                 },
                ),
                operator: NotEqualTo,
                right: Identifier(
                 Identifier {
                  id: "null",
                  span: Span {
                   start: Position {
                    line: 9,
                    column: 41,
                   },
                   end: Position {
                    line: 9,
                    column: 45,
                   },
                  },
                 },
                ),
               },
              ),
              LetIn(
               LetIn {
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "m",
                      span: Span {
                       start: Position {
                        line: 10,
                        column: 9,
                       },
                       end: Position {
                        line: 10,
                        column: 10,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "builtins",
                         span: Span {
                          start: Position {
                           line: 10,
                           column: 13,
                          },
                          end: Position {
                           line: 10,
                           column: 21,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "match",
                          span: Span {
                           start: Position {
                            line: 10,
                            column: 22,
                           },
                           end: Position {
                            line: 10,
                            column: 27,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "([^/@]+[^@]*)",
                           span: Span {
                            start: Position {
                             line: 10,
                             column: 29,
                            },
                            end: Position {
                             line: 10,
                             column: 42,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 10,
                          column: 28,
                         },
                         end: Position {
                          line: 10,
                          column: 43,
                         },
                        },
                       },
                      ),
                      Identifier(
                       Identifier {
                        id: "d",
                        span: Span {
                         start: Position {
                          line: 10,
                          column: 44,
                         },
                         end: Position {
                          line: 10,
                          column: 45,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                target: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "optionals",
                    span: Span {
                     start: Position {
                      line: 11,
                      column: 5,
                     },
                     end: Position {
                      line: 11,
                      column: 14,
                     },
                    },
                   },
                  ),
                  arguments: [
                   BinaryOperation(
                    BinaryOperation {
                     left: Identifier(
                      Identifier {
                       id: "m",
                       span: Span {
                        start: Position {
                         line: 11,
                         column: 16,
                        },
                        end: Position {
                         line: 11,
                         column: 17,
                        },
                       },
                      },
                     ),
                     operator: NotEqualTo,
                     right: Identifier(
                      Identifier {
                       id: "null",
                       span: Span {
                        start: Position {
                         line: 11,
                         column: 21,
                        },
                        end: Position {
                         line: 11,
                         column: 25,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   Identifier(
                    Identifier {
                     id: "m",
                     span: Span {
                      start: Position {
                       line: 11,
                       column: 27,
                      },
                      end: Position {
                       line: 11,
                       column: 28,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
                span: Span {
                 start: Position {
                  line: 10,
                  column: 5,
                 },
                 end: Position {
                  line: 11,
                  column: 28,
                 },
                },
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 9,
             column: 22,
            },
            end: Position {
             line: 12,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "escapeUnitName",
            span: Span {
             start: Position {
              line: 15,
              column: 3,
             },
             end: Position {
              line: 15,
              column: 17,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "name",
            },
           ),
           body: FunctionApplication(
            FunctionApplication {
             function: PropertyAccess(
              PropertyAccess {
               expression: Identifier(
                Identifier {
                 id: "lib",
                 span: Span {
                  start: Position {
                   line: 16,
                   column: 5,
                  },
                  end: Position {
                   line: 16,
                   column: 8,
                  },
                 },
                },
               ),
               attribute_path: [
                Raw(
                 PartRaw {
                  content: "concatMapStrings",
                  span: Span {
                   start: Position {
                    line: 16,
                    column: 9,
                   },
                   end: Position {
                    line: 16,
                    column: 25,
                   },
                  },
                 },
                ),
               ],
               default: None,
              },
             ),
             arguments: [
              Function(
               Function {
                head: Simple(
                 FunctionHeadSimple {
                  identifier: "s",
                 },
                ),
                body: IfThenElse(
                 IfThenElse {
                  predicate: FunctionApplication(
                   FunctionApplication {
                    function: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "lib",
                        span: Span {
                         start: Position {
                          line: 16,
                          column: 33,
                         },
                         end: Position {
                          line: 16,
                          column: 36,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "isList",
                         span: Span {
                          start: Position {
                           line: 16,
                           column: 37,
                          },
                          end: Position {
                           line: 16,
                           column: 43,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                    arguments: [
                     Identifier(
                      Identifier {
                       id: "s",
                       span: Span {
                        start: Position {
                         line: 16,
                         column: 44,
                        },
                        end: Position {
                         line: 16,
                         column: 45,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                  then: String(
                   String_ {
                    parts: [
                     Raw(
                      PartRaw {
                       content: "-",
                       span: Span {
                        start: Position {
                         line: 16,
                         column: 52,
                        },
                        end: Position {
                         line: 16,
                         column: 53,
                        },
                       },
                      },
                     ),
                    ],
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 51,
                     },
                     end: Position {
                      line: 16,
                      column: 54,
                     },
                    },
                   },
                  ),
                  else_: Identifier(
                   Identifier {
                    id: "s",
                    span: Span {
                     start: Position {
                      line: 16,
                      column: 60,
                     },
                     end: Position {
                      line: 16,
                      column: 61,
                     },
                    },
                   },
                  ),
                  span: Span {
                   start: Position {
                    line: 16,
                    column: 30,
                   },
                   end: Position {
                    line: 16,
                    column: 61,
                   },
                  },
                 },
                ),
                span: Span {
                 start: Position {
                  line: 16,
                  column: 27,
                 },
                 end: Position {
                  line: 16,
                  column: 61,
                 },
                },
               },
              ),
              FunctionApplication(
               FunctionApplication {
                function: PropertyAccess(
                 PropertyAccess {
                  expression: Identifier(
                   Identifier {
                    id: "builtins",
                    span: Span {
                     start: Position {
                      line: 17,
                      column: 8,
                     },
                     end: Position {
                      line: 17,
                      column: 16,
                     },
                    },
                   },
                  ),
                  attribute_path: [
                   Raw(
                    PartRaw {
                     content: "split",
                     span: Span {
                      start: Position {
                       line: 17,
                       column: 17,
                      },
                      end: Position {
                       line: 17,
                       column: 22,
                      },
                     },
                    },
                   ),
                  ],
                  default: None,
                 },
                ),
                arguments: [
                 String(
                  String_ {
                   parts: [
                    Raw(
                     PartRaw {
                      content: "[^a-zA-Z0-9_.\\-]+",
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 24,
                       },
                       end: Position {
                        line: 17,
                        column: 42,
                       },
                      },
                     },
                    ),
                   ],
                   span: Span {
                    start: Position {
                     line: 17,
                     column: 23,
                    },
                    end: Position {
                     line: 17,
                     column: 43,
                    },
                   },
                  },
                 ),
                 Identifier(
                  Identifier {
                   id: "name",
                   span: Span {
                    start: Position {
                     line: 17,
                     column: 44,
                    },
                    end: Position {
                     line: 17,
                     column: 48,
                    },
                   },
                  },
                 ),
                ],
               },
              ),
             ],
            },
           ),
           span: Span {
            start: Position {
             line: 15,
             column: 20,
            },
            end: Position {
             line: 17,
             column: 49,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "buildAllowCommand",
            span: Span {
             start: Position {
              line: 24,
              column: 3,
             },
             end: Position {
              line: 24,
              column: 20,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "permissions",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "dataset",
              },
             ),
             body: String(
              String_ {
               parts: [
                Raw(
                 PartRaw {
                  content: "-+",
                  span: Span {
                   start: Position {
                    line: 25,
                    column: 6,
                   },
                   end: Position {
                    line: 53,
                    column: 8,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "pkgs",
                        span: Span {
                         start: Position {
                          line: 25,
                          column: 10,
                         },
                         end: Position {
                          line: 25,
                          column: 14,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "writeShellScript",
                         span: Span {
                          start: Position {
                           line: 25,
                           column: 15,
                          },
                          end: Position {
                           line: 25,
                           column: 31,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                    arguments: [
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "zfs-allow-",
                          span: Span {
                           start: Position {
                            line: 25,
                            column: 33,
                           },
                           end: Position {
                            line: 25,
                            column: 53,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "dataset",
                            span: Span {
                             start: Position {
                              line: 25,
                              column: 45,
                             },
                             end: Position {
                              line: 25,
                              column: 52,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 25,
                         column: 32,
                        },
                        end: Position {
                         line: 25,
                         column: 54,
                        },
                       },
                      },
                     ),
                     IndentedString(
                      IndentedString {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "# Here we explicitly use the booted system to guarantee the stable API needed by ZFS\n\n# Run a ZFS list on the dataset to check if it exists\nif ",
                          span: Span {
                           start: Position {
                            line: 26,
                            column: 1,
                           },
                           end: Position {
                            line: 29,
                            column: 10,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 29,
                                  column: 12,
                                 },
                                 end: Position {
                                  line: 29,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "escapeShellArgs",
                                 span: Span {
                                  start: Position {
                                   line: 29,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 29,
                                   column: 31,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "/run/booted-system/sw/bin/zfs",
                                     span: Span {
                                      start: Position {
                                       line: 30,
                                       column: 10,
                                      },
                                      end: Position {
                                       line: 30,
                                       column: 39,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 30,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 30,
                                    column: 40,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "list",
                                     span: Span {
                                      start: Position {
                                       line: 31,
                                       column: 10,
                                      },
                                      end: Position {
                                       line: 31,
                                       column: 14,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 31,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 31,
                                    column: 15,
                                   },
                                  },
                                 },
                                ),
                                Identifier(
                                 Identifier {
                                  id: "dataset",
                                  span: Span {
                                   start: Position {
                                    line: 32,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 32,
                                    column: 16,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 29,
                                 column: 32,
                                },
                                end: Position {
                                 line: 33,
                                 column: 8,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: " 2> /dev/null; then\n  ",
                          span: Span {
                           start: Position {
                            line: 26,
                            column: 1,
                           },
                           end: Position {
                            line: 34,
                            column: 9,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 34,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 34,
                                  column: 14,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "escapeShellArgs",
                                 span: Span {
                                  start: Position {
                                   line: 34,
                                   column: 15,
                                  },
                                  end: Position {
                                   line: 34,
                                   column: 30,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "/run/booted-system/sw/bin/zfs",
                                     span: Span {
                                      start: Position {
                                       line: 35,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 35,
                                       column: 41,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 35,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 35,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "allow",
                                     span: Span {
                                      start: Position {
                                       line: 36,
                                       column: 12,
                                      },
                                      end: Position {
                                       line: 36,
                                       column: 17,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 36,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 36,
                                    column: 18,
                                   },
                                  },
                                 },
                                ),
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 37,
                                      column: 11,
                                     },
                                     end: Position {
                                      line: 37,
                                      column: 14,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "user",
                                     span: Span {
                                      start: Position {
                                       line: 37,
                                       column: 15,
                                      },
                                      end: Position {
                                       line: 37,
                                       column: 19,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                FunctionApplication(
                                 FunctionApplication {
                                  function: Identifier(
                                   Identifier {
                                    id: "concatStringsSep",
                                    span: Span {
                                     start: Position {
                                      line: 38,
                                      column: 12,
                                     },
                                     end: Position {
                                      line: 38,
                                      column: 28,
                                     },
                                    },
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: ",",
                                        span: Span {
                                         start: Position {
                                          line: 38,
                                          column: 30,
                                         },
                                         end: Position {
                                          line: 38,
                                          column: 31,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 38,
                                       column: 29,
                                      },
                                      end: Position {
                                       line: 38,
                                       column: 32,
                                      },
                                     },
                                    },
                                   ),
                                   Identifier(
                                    Identifier {
                                     id: "permissions",
                                     span: Span {
                                      start: Position {
                                       line: 38,
                                       column: 33,
                                      },
                                      end: Position {
                                       line: 38,
                                       column: 44,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                                Identifier(
                                 Identifier {
                                  id: "dataset",
                                  span: Span {
                                   start: Position {
                                    line: 39,
                                    column: 11,
                                   },
                                   end: Position {
                                    line: 39,
                                    column: 18,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 34,
                                 column: 31,
                                },
                                end: Position {
                                 line: 40,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 26,
                            column: 1,
                           },
                           end: Position {
                            line: 41,
                            column: 7,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 41,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 41,
                                  column: 12,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "optionalString",
                                 span: Span {
                                  start: Position {
                                   line: 41,
                                   column: 13,
                                  },
                                  end: Position {
                                   line: 41,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             BinaryOperation(
                              BinaryOperation {
                               left: FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "builtins",
                                     span: Span {
                                      start: Position {
                                       line: 41,
                                       column: 30,
                                      },
                                      end: Position {
                                       line: 41,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "dirOf",
                                      span: Span {
                                       start: Position {
                                        line: 41,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 41,
                                        column: 44,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  Identifier(
                                   Identifier {
                                    id: "dataset",
                                    span: Span {
                                     start: Position {
                                      line: 41,
                                      column: 45,
                                     },
                                     end: Position {
                                      line: 41,
                                      column: 52,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               operator: NotEqualTo,
                               right: String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: ".",
                                    span: Span {
                                     start: Position {
                                      line: 41,
                                      column: 58,
                                     },
                                     end: Position {
                                      line: 41,
                                      column: 59,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 41,
                                   column: 57,
                                  },
                                  end: Position {
                                   line: 41,
                                   column: 60,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             IndentedString(
                              IndentedString {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "else\n  ",
                                  span: Span {
                                   start: Position {
                                    line: 42,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 43,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 43,
                                          column: 13,
                                         },
                                         end: Position {
                                          line: 43,
                                          column: 16,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "escapeShellArgs",
                                         span: Span {
                                          start: Position {
                                           line: 43,
                                           column: 17,
                                          },
                                          end: Position {
                                           line: 43,
                                           column: 32,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     List(
                                      List {
                                       elements: [
                                        String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "/run/booted-system/sw/bin/zfs",
                                             span: Span {
                                              start: Position {
                                               line: 44,
                                               column: 14,
                                              },
                                              end: Position {
                                               line: 44,
                                               column: 43,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 44,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 44,
                                            column: 44,
                                           },
                                          },
                                         },
                                        ),
                                        String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "allow",
                                             span: Span {
                                              start: Position {
                                               line: 45,
                                               column: 14,
                                              },
                                              end: Position {
                                               line: 45,
                                               column: 19,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 45,
                                            column: 13,
                                           },
                                           end: Position {
                                            line: 45,
                                            column: 20,
                                           },
                                          },
                                         },
                                        ),
                                        PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "cfg",
                                            span: Span {
                                             start: Position {
                                              line: 46,
                                              column: 13,
                                             },
                                             end: Position {
                                              line: 46,
                                              column: 16,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "user",
                                             span: Span {
                                              start: Position {
                                               line: 46,
                                               column: 17,
                                              },
                                              end: Position {
                                               line: 46,
                                               column: 21,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                        FunctionApplication(
                                         FunctionApplication {
                                          function: Identifier(
                                           Identifier {
                                            id: "concatStringsSep",
                                            span: Span {
                                             start: Position {
                                              line: 47,
                                              column: 14,
                                             },
                                             end: Position {
                                              line: 47,
                                              column: 30,
                                             },
                                            },
                                           },
                                          ),
                                          arguments: [
                                           String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: ",",
                                                span: Span {
                                                 start: Position {
                                                  line: 47,
                                                  column: 32,
                                                 },
                                                 end: Position {
                                                  line: 47,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 47,
                                               column: 31,
                                              },
                                              end: Position {
                                               line: 47,
                                               column: 34,
                                              },
                                             },
                                            },
                                           ),
                                           Identifier(
                                            Identifier {
                                             id: "permissions",
                                             span: Span {
                                              start: Position {
                                               line: 47,
                                               column: 35,
                                              },
                                              end: Position {
                                               line: 47,
                                               column: 46,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                        FunctionApplication(
                                         FunctionApplication {
                                          function: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "builtins",
                                              span: Span {
                                               start: Position {
                                                line: 49,
                                                column: 14,
                                               },
                                               end: Position {
                                                line: 49,
                                                column: 22,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "dirOf",
                                               span: Span {
                                                start: Position {
                                                 line: 49,
                                                 column: 23,
                                                },
                                                end: Position {
                                                 line: 49,
                                                 column: 28,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          arguments: [
                                           Identifier(
                                            Identifier {
                                             id: "dataset",
                                             span: Span {
                                              start: Position {
                                               line: 49,
                                               column: 29,
                                              },
                                              end: Position {
                                               line: 49,
                                               column: 36,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 43,
                                         column: 33,
                                        },
                                        end: Position {
                                         line: 50,
                                         column: 12,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "\n",
                                  span: Span {
                                   start: Position {
                                    line: 42,
                                    column: 1,
                                   },
                                   end: Position {
                                    line: 51,
                                    column: 7,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 41,
                                 column: 62,
                                },
                                end: Position {
                                 line: 51,
                                 column: 9,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\nfi\n",
                          span: Span {
                           start: Position {
                            line: 26,
                            column: 1,
                           },
                           end: Position {
                            line: 53,
                            column: 5,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 25,
                         column: 55,
                        },
                        end: Position {
                         line: 53,
                         column: 7,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 25,
                 column: 5,
                },
                end: Position {
                 line: 53,
                 column: 9,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 24,
               column: 36,
              },
              end: Position {
               line: 54,
               column: 4,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 24,
             column: 23,
            },
            end: Position {
             line: 54,
             column: 4,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "buildUnallowCommand",
            span: Span {
             start: Position {
              line: 62,
              column: 3,
             },
             end: Position {
              line: 62,
              column: 22,
             },
            },
           },
          ),
         ],
         to: Function(
          Function {
           head: Simple(
            FunctionHeadSimple {
             identifier: "permissions",
            },
           ),
           body: Function(
            Function {
             head: Simple(
              FunctionHeadSimple {
               identifier: "dataset",
              },
             ),
             body: String(
              String_ {
               parts: [
                Raw(
                 PartRaw {
                  content: "-+",
                  span: Span {
                   start: Position {
                    line: 63,
                    column: 6,
                   },
                   end: Position {
                    line: 80,
                    column: 8,
                   },
                  },
                 },
                ),
                Interpolation(
                 PartInterpolation {
                  expression: FunctionApplication(
                   FunctionApplication {
                    function: PropertyAccess(
                     PropertyAccess {
                      expression: Identifier(
                       Identifier {
                        id: "pkgs",
                        span: Span {
                         start: Position {
                          line: 63,
                          column: 10,
                         },
                         end: Position {
                          line: 63,
                          column: 14,
                         },
                        },
                       },
                      ),
                      attribute_path: [
                       Raw(
                        PartRaw {
                         content: "writeShellScript",
                         span: Span {
                          start: Position {
                           line: 63,
                           column: 15,
                          },
                          end: Position {
                           line: 63,
                           column: 31,
                          },
                         },
                        },
                       ),
                      ],
                      default: None,
                     },
                    ),
                    arguments: [
                     String(
                      String_ {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "zfs-unallow-",
                          span: Span {
                           start: Position {
                            line: 63,
                            column: 33,
                           },
                           end: Position {
                            line: 63,
                            column: 55,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: Identifier(
                           Identifier {
                            id: "dataset",
                            span: Span {
                             start: Position {
                              line: 63,
                              column: 47,
                             },
                             end: Position {
                              line: 63,
                              column: 54,
                             },
                            },
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 63,
                         column: 32,
                        },
                        end: Position {
                         line: 63,
                         column: 56,
                        },
                       },
                      },
                     ),
                     IndentedString(
                      IndentedString {
                       parts: [
                        Raw(
                         PartRaw {
                          content: "# Here we explicitly use the booted system to guarantee the stable API needed by ZFS\n",
                          span: Span {
                           start: Position {
                            line: 64,
                            column: 1,
                           },
                           end: Position {
                            line: 65,
                            column: 7,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 65,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 65,
                                  column: 12,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "escapeShellArgs",
                                 span: Span {
                                  start: Position {
                                   line: 65,
                                   column: 13,
                                  },
                                  end: Position {
                                   line: 65,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             List(
                              List {
                               elements: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "/run/booted-system/sw/bin/zfs",
                                     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: "unallow",
                                     span: Span {
                                      start: Position {
                                       line: 67,
                                       column: 10,
                                      },
                                      end: Position {
                                       line: 67,
                                       column: 17,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 67,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 67,
                                    column: 18,
                                   },
                                  },
                                 },
                                ),
                                PropertyAccess(
                                 PropertyAccess {
                                  expression: Identifier(
                                   Identifier {
                                    id: "cfg",
                                    span: Span {
                                     start: Position {
                                      line: 68,
                                      column: 9,
                                     },
                                     end: Position {
                                      line: 68,
                                      column: 12,
                                     },
                                    },
                                   },
                                  ),
                                  attribute_path: [
                                   Raw(
                                    PartRaw {
                                     content: "user",
                                     span: Span {
                                      start: Position {
                                       line: 68,
                                       column: 13,
                                      },
                                      end: Position {
                                       line: 68,
                                       column: 17,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  default: None,
                                 },
                                ),
                                FunctionApplication(
                                 FunctionApplication {
                                  function: Identifier(
                                   Identifier {
                                    id: "concatStringsSep",
                                    span: Span {
                                     start: Position {
                                      line: 69,
                                      column: 10,
                                     },
                                     end: Position {
                                      line: 69,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                  arguments: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: ",",
                                        span: Span {
                                         start: Position {
                                          line: 69,
                                          column: 28,
                                         },
                                         end: Position {
                                          line: 69,
                                          column: 29,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 69,
                                       column: 27,
                                      },
                                      end: Position {
                                       line: 69,
                                       column: 30,
                                      },
                                     },
                                    },
                                   ),
                                   Identifier(
                                    Identifier {
                                     id: "permissions",
                                     span: Span {
                                      start: Position {
                                       line: 69,
                                       column: 31,
                                      },
                                      end: Position {
                                       line: 69,
                                       column: 42,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                                Identifier(
                                 Identifier {
                                  id: "dataset",
                                  span: Span {
                                   start: Position {
                                    line: 70,
                                    column: 9,
                                   },
                                   end: Position {
                                    line: 70,
                                    column: 16,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 65,
                                 column: 29,
                                },
                                end: Position {
                                 line: 71,
                                 column: 8,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 64,
                            column: 1,
                           },
                           end: Position {
                            line: 72,
                            column: 7,
                           },
                          },
                         },
                        ),
                        Interpolation(
                         PartInterpolation {
                          expression: FunctionApplication(
                           FunctionApplication {
                            function: PropertyAccess(
                             PropertyAccess {
                              expression: Identifier(
                               Identifier {
                                id: "lib",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 12,
                                 },
                                },
                               },
                              ),
                              attribute_path: [
                               Raw(
                                PartRaw {
                                 content: "optionalString",
                                 span: Span {
                                  start: Position {
                                   line: 72,
                                   column: 13,
                                  },
                                  end: Position {
                                   line: 72,
                                   column: 27,
                                  },
                                 },
                                },
                               ),
                              ],
                              default: None,
                             },
                            ),
                            arguments: [
                             BinaryOperation(
                              BinaryOperation {
                               left: FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "builtins",
                                     span: Span {
                                      start: Position {
                                       line: 72,
                                       column: 30,
                                      },
                                      end: Position {
                                       line: 72,
                                       column: 38,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "dirOf",
                                      span: Span {
                                       start: Position {
                                        line: 72,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 72,
                                        column: 44,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  Identifier(
                                   Identifier {
                                    id: "dataset",
                                    span: Span {
                                     start: Position {
                                      line: 72,
                                      column: 45,
                                     },
                                     end: Position {
                                      line: 72,
                                      column: 52,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                },
                               ),
                               operator: NotEqualTo,
                               right: String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: ".",
                                    span: Span {
                                     start: Position {
                                      line: 72,
                                      column: 58,
                                     },
                                     end: Position {
                                      line: 72,
                                      column: 59,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 72,
                                   column: 57,
                                  },
                                  end: Position {
                                   line: 72,
                                   column: 60,
                                  },
                                 },
                                },
                               ),
                              },
                             ),
                             FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 72,
                                     column: 63,
                                    },
                                    end: Position {
                                     line: 72,
                                     column: 66,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "escapeShellArgs",
                                    span: Span {
                                     start: Position {
                                      line: 72,
                                      column: 67,
                                     },
                                     end: Position {
                                      line: 72,
                                      column: 82,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "/run/booted-system/sw/bin/zfs",
                                        span: Span {
                                         start: Position {
                                          line: 73,
                                          column: 10,
                                         },
                                         end: Position {
                                          line: 73,
                                          column: 39,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 73,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 73,
                                       column: 40,
                                      },
                                     },
                                    },
                                   ),
                                   String(
                                    String_ {
                                     parts: [
                                      Raw(
                                       PartRaw {
                                        content: "unallow",
                                        span: Span {
                                         start: Position {
                                          line: 74,
                                          column: 10,
                                         },
                                         end: Position {
                                          line: 74,
                                          column: 17,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 74,
                                       column: 9,
                                      },
                                      end: Position {
                                       line: 74,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 75,
                                         column: 9,
                                        },
                                        end: Position {
                                         line: 75,
                                         column: 12,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "user",
                                        span: Span {
                                         start: Position {
                                          line: 75,
                                          column: 13,
                                         },
                                         end: Position {
                                          line: 75,
                                          column: 17,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                   FunctionApplication(
                                    FunctionApplication {
                                     function: Identifier(
                                      Identifier {
                                       id: "concatStringsSep",
                                       span: Span {
                                        start: Position {
                                         line: 76,
                                         column: 10,
                                        },
                                        end: Position {
                                         line: 76,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                     arguments: [
                                      String(
                                       String_ {
                                        parts: [
                                         Raw(
                                          PartRaw {
                                           content: ",",
                                           span: Span {
                                            start: Position {
                                             line: 76,
                                             column: 28,
                                            },
                                            end: Position {
                                             line: 76,
                                             column: 29,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        span: Span {
                                         start: Position {
                                          line: 76,
                                          column: 27,
                                         },
                                         end: Position {
                                          line: 76,
                                          column: 30,
                                         },
                                        },
                                       },
                                      ),
                                      Identifier(
                                       Identifier {
                                        id: "permissions",
                                        span: Span {
                                         start: Position {
                                          line: 76,
                                          column: 31,
                                         },
                                         end: Position {
                                          line: 76,
                                          column: 42,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                   FunctionApplication(
                                    FunctionApplication {
                                     function: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "builtins",
                                         span: Span {
                                          start: Position {
                                           line: 78,
                                           column: 10,
                                          },
                                          end: Position {
                                           line: 78,
                                           column: 18,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "dirOf",
                                          span: Span {
                                           start: Position {
                                            line: 78,
                                            column: 19,
                                           },
                                           end: Position {
                                            line: 78,
                                            column: 24,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     arguments: [
                                      Identifier(
                                       Identifier {
                                        id: "dataset",
                                        span: Span {
                                         start: Position {
                                          line: 78,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 78,
                                          column: 32,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 72,
                                    column: 83,
                                   },
                                   end: Position {
                                    line: 79,
                                    column: 8,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "\n",
                          span: Span {
                           start: Position {
                            line: 64,
                            column: 1,
                           },
                           end: Position {
                            line: 80,
                            column: 5,
                           },
                          },
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 63,
                         column: 57,
                        },
                        end: Position {
                         line: 80,
                         column: 7,
                        },
                       },
                      },
                     ),
                    ],
                   },
                  ),
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 63,
                 column: 5,
                },
                end: Position {
                 line: 80,
                 column: 9,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 62,
               column: 38,
              },
              end: Position {
               line: 81,
               column: 4,
              },
             },
            },
           ),
           span: Span {
            start: Position {
             line: 62,
             column: 25,
            },
            end: Position {
             line: 81,
             column: 4,
            },
           },
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 87,
                column: 3,
               },
               end: Position {
                line: 87,
                column: 10,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 87,
                column: 11,
               },
               end: Position {
                line: 87,
                column: 19,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "syncoid",
              span: Span {
               start: Position {
                line: 87,
                column: 20,
               },
               end: Position {
                line: 87,
                column: 27,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 88,
                     column: 5,
                    },
                    end: Position {
                     line: 88,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 88,
                      column: 14,
                     },
                     end: Position {
                      line: 88,
                      column: 28,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 88,
                           column: 30,
                          },
                          end: Position {
                           line: 88,
                           column: 33,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 88,
                            column: 34,
                           },
                           end: Position {
                            line: 88,
                            column: 39,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "Syncoid ZFS synchronization service",
                           span: Span {
                            start: Position {
                             line: 88,
                             column: 41,
                            },
                            end: Position {
                             line: 88,
                             column: 76,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 88,
                          column: 40,
                         },
                         end: Position {
                          line: 88,
                          column: 77,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "interval",
                   span: Span {
                    start: Position {
                     line: 90,
                     column: 5,
                    },
                    end: Position {
                     line: 90,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 90,
                      column: 16,
                     },
                     end: Position {
                      line: 90,
                      column: 24,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 91,
                             column: 7,
                            },
                            end: Position {
                             line: 91,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 91,
                              column: 14,
                             },
                             end: Position {
                              line: 91,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 91,
                               column: 20,
                              },
                              end: Position {
                               line: 91,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 92,
                             column: 7,
                            },
                            end: Position {
                             line: 92,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "hourly",
                             span: Span {
                              start: Position {
                               line: 92,
                               column: 18,
                              },
                              end: Position {
                               line: 92,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 92,
                            column: 17,
                           },
                           end: Position {
                            line: 92,
                            column: 25,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 93,
                             column: 7,
                            },
                            end: Position {
                             line: 93,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "*-*-* *:15:00",
                             span: Span {
                              start: Position {
                               line: 93,
                               column: 18,
                              },
                              end: Position {
                               line: 93,
                               column: 31,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 93,
                            column: 17,
                           },
                           end: Position {
                            line: 93,
                            column: 32,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 94,
                             column: 7,
                            },
                            end: Position {
                             line: 94,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 94,
                                column: 21,
                               },
                               end: Position {
                                line: 94,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 94,
                                 column: 25,
                                },
                                end: Position {
                                 line: 94,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Run syncoid at this interval. The default is to run hourly.\n\nThe format is described in\n{manpage}`systemd.time(7)`.\n",
                                span: Span {
                                 start: Position {
                                  line: 95,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 99,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 94,
                               column: 31,
                              },
                              end: Position {
                               line: 99,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 90,
                       column: 25,
                      },
                      end: Position {
                       line: 100,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "user",
                   span: Span {
                    start: Position {
                     line: 102,
                     column: 5,
                    },
                    end: Position {
                     line: 102,
                     column: 9,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 102,
                      column: 12,
                     },
                     end: Position {
                      line: 102,
                      column: 20,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 103,
                             column: 7,
                            },
                            end: Position {
                             line: 103,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 103,
                              column: 14,
                             },
                             end: Position {
                              line: 103,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 103,
                               column: 20,
                              },
                              end: Position {
                               line: 103,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 104,
                             column: 7,
                            },
                            end: Position {
                             line: 104,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "syncoid",
                             span: Span {
                              start: Position {
                               line: 104,
                               column: 18,
                              },
                              end: Position {
                               line: 104,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 104,
                            column: 17,
                           },
                           end: Position {
                            line: 104,
                            column: 26,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 105,
                             column: 7,
                            },
                            end: Position {
                             line: 105,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "backup",
                             span: Span {
                              start: Position {
                               line: 105,
                               column: 18,
                              },
                              end: Position {
                               line: 105,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 105,
                            column: 17,
                           },
                           end: Position {
                            line: 105,
                            column: 25,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 106,
                             column: 7,
                            },
                            end: Position {
                             line: 106,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 106,
                                column: 21,
                               },
                               end: Position {
                                line: 106,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 106,
                                 column: 25,
                                },
                                end: Position {
                                 line: 106,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The user for the service. ZFS privilege delegation will be\nautomatically configured for any local pools used by syncoid if this\noption is set to a user other than root. The user will be given the\n\"hold\" and \"send\" privileges on any pool that has datasets being sent\nand the \"create\", \"mount\", \"receive\", and \"rollback\" privileges on\nany pool that has datasets being received.\n",
                                span: Span {
                                 start: Position {
                                  line: 107,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 113,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 106,
                               column: 31,
                              },
                              end: Position {
                               line: 113,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 102,
                       column: 21,
                      },
                      end: Position {
                       line: 114,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "group",
                   span: Span {
                    start: Position {
                     line: 116,
                     column: 5,
                    },
                    end: Position {
                     line: 116,
                     column: 10,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 116,
                      column: 13,
                     },
                     end: Position {
                      line: 116,
                      column: 21,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 117,
                             column: 7,
                            },
                            end: Position {
                             line: 117,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 117,
                              column: 14,
                             },
                             end: Position {
                              line: 117,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 117,
                               column: 20,
                              },
                              end: Position {
                               line: 117,
                               column: 23,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 118,
                             column: 7,
                            },
                            end: Position {
                             line: 118,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "syncoid",
                             span: Span {
                              start: Position {
                               line: 118,
                               column: 18,
                              },
                              end: Position {
                               line: 118,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 118,
                            column: 17,
                           },
                           end: Position {
                            line: 118,
                            column: 26,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 119,
                             column: 7,
                            },
                            end: Position {
                             line: 119,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "backup",
                             span: Span {
                              start: Position {
                               line: 119,
                               column: 18,
                              },
                              end: Position {
                               line: 119,
                               column: 24,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 119,
                            column: 17,
                           },
                           end: Position {
                            line: 119,
                            column: 25,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 120,
                             column: 7,
                            },
                            end: Position {
                             line: 120,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 120,
                                column: 21,
                               },
                               end: Position {
                                line: 120,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 120,
                                 column: 25,
                                },
                                end: Position {
                                 line: 120,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The group for the service.",
                                span: Span {
                                 start: Position {
                                  line: 120,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 120,
                                  column: 58,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 120,
                               column: 31,
                              },
                              end: Position {
                               line: 120,
                               column: 59,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 116,
                       column: 22,
                      },
                      end: Position {
                       line: 121,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "sshKey",
                   span: Span {
                    start: Position {
                     line: 123,
                     column: 5,
                    },
                    end: Position {
                     line: 123,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 123,
                      column: 14,
                     },
                     end: Position {
                      line: 123,
                      column: 22,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 124,
                             column: 7,
                            },
                            end: Position {
                             line: 124,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 124,
                                column: 14,
                               },
                               end: Position {
                                line: 124,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "nullOr",
                               span: Span {
                                start: Position {
                                 line: 124,
                                 column: 20,
                                },
                                end: Position {
                                 line: 124,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 124,
                                 column: 27,
                                },
                                end: Position {
                                 line: 124,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "path",
                                span: Span {
                                 start: Position {
                                  line: 124,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 124,
                                  column: 37,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "apply",
                           span: Span {
                            start: Position {
                             line: 126,
                             column: 7,
                            },
                            end: Position {
                             line: 126,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mapNullable",
                            span: Span {
                             start: Position {
                              line: 126,
                              column: 15,
                             },
                             end: Position {
                              line: 126,
                              column: 26,
                             },
                            },
                           },
                          ),
                          arguments: [
                           Identifier(
                            Identifier {
                             id: "toString",
                             span: Span {
                              start: Position {
                               line: 126,
                               column: 27,
                              },
                              end: Position {
                               line: 126,
                               column: 35,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 127,
                             column: 7,
                            },
                            end: Position {
                             line: 127,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "null",
                          span: Span {
                           start: Position {
                            line: 127,
                            column: 17,
                           },
                           end: Position {
                            line: 127,
                            column: 21,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 128,
                             column: 7,
                            },
                            end: Position {
                             line: 128,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 128,
                                column: 21,
                               },
                               end: Position {
                                line: 128,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 128,
                                 column: 25,
                                },
                                end: Position {
                                 line: 128,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "SSH private key file to use to login to the remote system. Can be\noverridden in individual commands.\n",
                                span: Span {
                                 start: Position {
                                  line: 129,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 131,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 128,
                               column: 31,
                              },
                              end: Position {
                               line: 131,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 123,
                       column: 23,
                      },
                      end: Position {
                       line: 132,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "localSourceAllow",
                   span: Span {
                    start: Position {
                     line: 134,
                     column: 5,
                    },
                    end: Position {
                     line: 134,
                     column: 21,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 134,
                      column: 24,
                     },
                     end: Position {
                      line: 134,
                      column: 32,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 135,
                             column: 7,
                            },
                            end: Position {
                             line: 135,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 135,
                                column: 14,
                               },
                               end: Position {
                                line: 135,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listOf",
                               span: Span {
                                start: Position {
                                 line: 135,
                                 column: 20,
                                },
                                end: Position {
                                 line: 135,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 135,
                                 column: 27,
                                },
                                end: Position {
                                 line: 135,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 135,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 135,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 137,
                             column: 7,
                            },
                            end: Position {
                             line: 137,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "bookmark",
                                span: Span {
                                 start: Position {
                                  line: 137,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 137,
                                  column: 28,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 137,
                               column: 19,
                              },
                              end: Position {
                               line: 137,
                               column: 29,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "hold",
                                span: Span {
                                 start: Position {
                                  line: 137,
                                  column: 31,
                                 },
                                 end: Position {
                                  line: 137,
                                  column: 35,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 137,
                               column: 30,
                              },
                              end: Position {
                               line: 137,
                               column: 36,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "send",
                                span: Span {
                                 start: Position {
                                  line: 137,
                                  column: 38,
                                 },
                                 end: Position {
                                  line: 137,
                                  column: 42,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 137,
                               column: 37,
                              },
                              end: Position {
                               line: 137,
                               column: 43,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "snapshot",
                                span: Span {
                                 start: Position {
                                  line: 137,
                                  column: 45,
                                 },
                                 end: Position {
                                  line: 137,
                                  column: 53,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 137,
                               column: 44,
                              },
                              end: Position {
                               line: 137,
                               column: 54,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "destroy",
                                span: Span {
                                 start: Position {
                                  line: 137,
                                  column: 56,
                                 },
                                 end: Position {
                                  line: 137,
                                  column: 63,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 137,
                               column: 55,
                              },
                              end: Position {
                               line: 137,
                               column: 64,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 137,
                            column: 17,
                           },
                           end: Position {
                            line: 137,
                            column: 66,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 138,
                             column: 7,
                            },
                            end: Position {
                             line: 138,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 138,
                                column: 21,
                               },
                               end: Position {
                                line: 138,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 138,
                                 column: 25,
                                },
                                end: Position {
                                 line: 138,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Permissions granted for the {option}`services.syncoid.user` user\nfor local source datasets. See\n<https://openzfs.github.io/openzfs-docs/man/8/zfs-allow.8.html>\nfor available permissions.\n",
                                span: Span {
                                 start: Position {
                                  line: 139,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 143,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 138,
                               column: 31,
                              },
                              end: Position {
                               line: 143,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 134,
                       column: 33,
                      },
                      end: Position {
                       line: 144,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "localTargetAllow",
                   span: Span {
                    start: Position {
                     line: 146,
                     column: 5,
                    },
                    end: Position {
                     line: 146,
                     column: 21,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 146,
                      column: 24,
                     },
                     end: Position {
                      line: 146,
                      column: 32,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 147,
                             column: 7,
                            },
                            end: Position {
                             line: 147,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 147,
                                column: 14,
                               },
                               end: Position {
                                line: 147,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listOf",
                               span: Span {
                                start: Position {
                                 line: 147,
                                 column: 20,
                                },
                                end: Position {
                                 line: 147,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 147,
                                 column: 27,
                                },
                                end: Position {
                                 line: 147,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 147,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 147,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 148,
                             column: 7,
                            },
                            end: Position {
                             line: 148,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "change-key",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 30,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 148,
                               column: 19,
                              },
                              end: Position {
                               line: 148,
                               column: 31,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "compression",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 148,
                               column: 32,
                              },
                              end: Position {
                               line: 148,
                               column: 45,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "create",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 47,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 53,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 148,
                               column: 46,
                              },
                              end: Position {
                               line: 148,
                               column: 54,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "mount",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 56,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 61,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 148,
                               column: 55,
                              },
                              end: Position {
                               line: 148,
                               column: 62,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "mountpoint",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 64,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 74,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 148,
                               column: 63,
                              },
                              end: Position {
                               line: 148,
                               column: 75,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "receive",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 77,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 84,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 148,
                               column: 76,
                              },
                              end: Position {
                               line: 148,
                               column: 85,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "rollback",
                                span: Span {
                                 start: Position {
                                  line: 148,
                                  column: 87,
                                 },
                                 end: Position {
                                  line: 148,
                                  column: 95,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 148,
                               column: 86,
                              },
                              end: Position {
                               line: 148,
                               column: 96,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 148,
                            column: 17,
                           },
                           end: Position {
                            line: 148,
                            column: 98,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 149,
                             column: 7,
                            },
                            end: Position {
                             line: 149,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "create",
                                span: Span {
                                 start: Position {
                                  line: 149,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 149,
                                  column: 26,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 149,
                               column: 19,
                              },
                              end: Position {
                               line: 149,
                               column: 27,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "mount",
                                span: Span {
                                 start: Position {
                                  line: 149,
                                  column: 29,
                                 },
                                 end: Position {
                                  line: 149,
                                  column: 34,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 149,
                               column: 28,
                              },
                              end: Position {
                               line: 149,
                               column: 35,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "receive",
                                span: Span {
                                 start: Position {
                                  line: 149,
                                  column: 37,
                                 },
                                 end: Position {
                                  line: 149,
                                  column: 44,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 149,
                               column: 36,
                              },
                              end: Position {
                               line: 149,
                               column: 45,
                              },
                             },
                            },
                           ),
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "rollback",
                                span: Span {
                                 start: Position {
                                  line: 149,
                                  column: 47,
                                 },
                                 end: Position {
                                  line: 149,
                                  column: 55,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 149,
                               column: 46,
                              },
                              end: Position {
                               line: 149,
                               column: 56,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 149,
                            column: 17,
                           },
                           end: Position {
                            line: 149,
                            column: 58,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 150,
                             column: 7,
                            },
                            end: Position {
                             line: 150,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 150,
                                column: 21,
                               },
                               end: Position {
                                line: 150,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 150,
                                 column: 25,
                                },
                                end: Position {
                                 line: 150,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Permissions granted for the {option}`services.syncoid.user` user\nfor local target datasets. See\n<https://openzfs.github.io/openzfs-docs/man/8/zfs-allow.8.html>\nfor available permissions.\nMake sure to include the `change-key` permission if you send raw encrypted datasets,\nthe `compression` permission if you send raw compressed datasets, and so on.\nFor remote target datasets you'll have to set your remote user permissions by yourself.\n",
                                span: Span {
                                 start: Position {
                                  line: 151,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 158,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 150,
                               column: 31,
                              },
                              end: Position {
                               line: 158,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 146,
                       column: 33,
                      },
                      end: Position {
                       line: 159,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "commonArgs",
                   span: Span {
                    start: Position {
                     line: 161,
                     column: 5,
                    },
                    end: Position {
                     line: 161,
                     column: 15,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 161,
                      column: 18,
                     },
                     end: Position {
                      line: 161,
                      column: 26,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 162,
                             column: 7,
                            },
                            end: Position {
                             line: 162,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 162,
                                column: 14,
                               },
                               end: Position {
                                line: 162,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "listOf",
                               span: Span {
                                start: Position {
                                 line: 162,
                                 column: 20,
                                },
                                end: Position {
                                 line: 162,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "types",
                               span: Span {
                                start: Position {
                                 line: 162,
                                 column: 27,
                                },
                                end: Position {
                                 line: 162,
                                 column: 32,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "str",
                                span: Span {
                                 start: Position {
                                  line: 162,
                                  column: 33,
                                 },
                                 end: Position {
                                  line: 162,
                                  column: 36,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 163,
                             column: 7,
                            },
                            end: Position {
                             line: 163,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [],
                          span: Span {
                           start: Position {
                            line: 163,
                            column: 17,
                           },
                           end: Position {
                            line: 163,
                            column: 20,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 164,
                             column: 7,
                            },
                            end: Position {
                             line: 164,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "--no-sync-snap",
                                span: Span {
                                 start: Position {
                                  line: 164,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 164,
                                  column: 34,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 164,
                               column: 19,
                              },
                              end: Position {
                               line: 164,
                               column: 35,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 164,
                            column: 17,
                           },
                           end: Position {
                            line: 164,
                            column: 37,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 165,
                             column: 7,
                            },
                            end: Position {
                             line: 165,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 165,
                                column: 21,
                               },
                               end: Position {
                                line: 165,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 165,
                                 column: 25,
                                },
                                end: Position {
                                 line: 165,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Arguments to add to every syncoid command, unless disabled for that\ncommand. See\n<https://github.com/jimsalterjrs/sanoid/#syncoid-command-line-options>\nfor available options.\n",
                                span: Span {
                                 start: Position {
                                  line: 166,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 170,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 165,
                               column: 31,
                              },
                              end: Position {
                               line: 170,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 161,
                       column: 27,
                      },
                      end: Position {
                       line: 171,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "service",
                   span: Span {
                    start: Position {
                     line: 173,
                     column: 5,
                    },
                    end: Position {
                     line: 173,
                     column: 12,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 173,
                      column: 15,
                     },
                     end: Position {
                      line: 173,
                      column: 23,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 174,
                             column: 7,
                            },
                            end: Position {
                             line: 174,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 174,
                              column: 14,
                             },
                             end: Position {
                              line: 174,
                              column: 19,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "attrs",
                             span: Span {
                              start: Position {
                               line: 174,
                               column: 20,
                              },
                              end: Position {
                               line: 174,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 175,
                             column: 7,
                            },
                            end: Position {
                             line: 175,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [],
                          span: Span {
                           start: Position {
                            line: 175,
                            column: 17,
                           },
                           end: Position {
                            line: 175,
                            column: 20,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 176,
                             column: 7,
                            },
                            end: Position {
                             line: 176,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 176,
                                column: 21,
                               },
                               end: Position {
                                line: 176,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 176,
                                 column: 25,
                                },
                                end: Position {
                                 line: 176,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Systemd configuration common to all syncoid services.\n",
                                span: Span {
                                 start: Position {
                                  line: 177,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 178,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 176,
                               column: 31,
                              },
                              end: Position {
                               line: 178,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 173,
                       column: 24,
                      },
                      end: Position {
                       line: 179,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "commands",
                   span: Span {
                    start: Position {
                     line: 181,
                     column: 5,
                    },
                    end: Position {
                     line: 181,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 181,
                      column: 16,
                     },
                     end: Position {
                      line: 181,
                      column: 24,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 182,
                             column: 7,
                            },
                            end: Position {
                             line: 182,
                             column: 11,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "types",
                              span: Span {
                               start: Position {
                                line: 182,
                                column: 14,
                               },
                               end: Position {
                                line: 182,
                                column: 19,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "attrsOf",
                               span: Span {
                                start: Position {
                                 line: 182,
                                 column: 20,
                                },
                                end: Position {
                                 line: 182,
                                 column: 27,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           FunctionApplication(
                            FunctionApplication {
                             function: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 182,
                                   column: 29,
                                  },
                                  end: Position {
                                   line: 182,
                                   column: 34,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "submodule",
                                  span: Span {
                                   start: Position {
                                    line: 182,
                                    column: 35,
                                   },
                                   end: Position {
                                    line: 182,
                                    column: 44,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             arguments: [
                              Function(
                               Function {
                                head: Destructured(
                                 FunctionHeadDestructured {
                                  ellipsis: true,
                                  identifier: None,
                                  arguments: [
                                   FunctionHeadDestructuredArgument {
                                    identifier: "name",
                                    default: None,
                                   },
                                  ],
                                 },
                                ),
                                body: Map(
                                 Map {
                                  recursive: false,
                                  bindings: [
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "options",
                                        span: Span {
                                         start: Position {
                                          line: 183,
                                          column: 9,
                                         },
                                         end: Position {
                                          line: 183,
                                          column: 16,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: Map(
                                      Map {
                                       recursive: false,
                                       bindings: [
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "source",
                                             span: Span {
                                              start: Position {
                                               line: 184,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 184,
                                               column: 17,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkOption",
                                              span: Span {
                                               start: Position {
                                                line: 184,
                                                column: 20,
                                               },
                                               end: Position {
                                                line: 184,
                                                column: 28,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Map(
                                              Map {
                                               recursive: false,
                                               bindings: [
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "type",
                                                     span: Span {
                                                      start: Position {
                                                       line: 185,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 185,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "types",
                                                      span: Span {
                                                       start: Position {
                                                        line: 185,
                                                        column: 20,
                                                       },
                                                       end: Position {
                                                        line: 185,
                                                        column: 25,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "str",
                                                       span: Span {
                                                        start: Position {
                                                         line: 185,
                                                         column: 26,
                                                        },
                                                        end: Position {
                                                         line: 185,
                                                         column: 29,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "example",
                                                     span: Span {
                                                      start: Position {
                                                       line: 186,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 186,
                                                       column: 20,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: String(
                                                   String_ {
                                                    parts: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "pool/dataset",
                                                       span: Span {
                                                        start: Position {
                                                         line: 186,
                                                         column: 24,
                                                        },
                                                        end: Position {
                                                         line: 186,
                                                         column: 36,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 186,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 186,
                                                      column: 37,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "description",
                                                     span: Span {
                                                      start: Position {
                                                       line: 187,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 187,
                                                       column: 24,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "lib",
                                                        span: Span {
                                                         start: Position {
                                                          line: 187,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 187,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "mdDoc",
                                                         span: Span {
                                                          start: Position {
                                                           line: 187,
                                                           column: 31,
                                                          },
                                                          end: Position {
                                                           line: 187,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     IndentedString(
                                                      IndentedString {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "Source ZFS dataset. Can be either local or remote. Defaults to\nthe attribute name.\n",
                                                          span: Span {
                                                           start: Position {
                                                            line: 188,
                                                            column: 1,
                                                           },
                                                           end: Position {
                                                            line: 190,
                                                            column: 13,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 187,
                                                         column: 37,
                                                        },
                                                        end: Position {
                                                         line: 190,
                                                         column: 15,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 184,
                                                 column: 29,
                                                },
                                                end: Position {
                                                 line: 191,
                                                 column: 12,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "target",
                                             span: Span {
                                              start: Position {
                                               line: 193,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 193,
                                               column: 17,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkOption",
                                              span: Span {
                                               start: Position {
                                                line: 193,
                                                column: 20,
                                               },
                                               end: Position {
                                                line: 193,
                                                column: 28,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Map(
                                              Map {
                                               recursive: false,
                                               bindings: [
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "type",
                                                     span: Span {
                                                      start: Position {
                                                       line: 194,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 194,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "types",
                                                      span: Span {
                                                       start: Position {
                                                        line: 194,
                                                        column: 20,
                                                       },
                                                       end: Position {
                                                        line: 194,
                                                        column: 25,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "str",
                                                       span: Span {
                                                        start: Position {
                                                         line: 194,
                                                         column: 26,
                                                        },
                                                        end: Position {
                                                         line: 194,
                                                         column: 29,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "example",
                                                     span: Span {
                                                      start: Position {
                                                       line: 195,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 195,
                                                       column: 20,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: String(
                                                   String_ {
                                                    parts: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "user@server:pool/dataset",
                                                       span: Span {
                                                        start: Position {
                                                         line: 195,
                                                         column: 24,
                                                        },
                                                        end: Position {
                                                         line: 195,
                                                         column: 48,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 195,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 195,
                                                      column: 49,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "description",
                                                     span: Span {
                                                      start: Position {
                                                       line: 196,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 196,
                                                       column: 24,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "lib",
                                                        span: Span {
                                                         start: Position {
                                                          line: 196,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 196,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "mdDoc",
                                                         span: Span {
                                                          start: Position {
                                                           line: 196,
                                                           column: 31,
                                                          },
                                                          end: Position {
                                                           line: 196,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     IndentedString(
                                                      IndentedString {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "Target ZFS dataset. Can be either local\n(«pool/dataset») or remote\n(«user@server:pool/dataset»).\n",
                                                          span: Span {
                                                           start: Position {
                                                            line: 197,
                                                            column: 1,
                                                           },
                                                           end: Position {
                                                            line: 200,
                                                            column: 13,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 196,
                                                         column: 37,
                                                        },
                                                        end: Position {
                                                         line: 200,
                                                         column: 15,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 193,
                                                 column: 29,
                                                },
                                                end: Position {
                                                 line: 201,
                                                 column: 12,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "recursive",
                                             span: Span {
                                              start: Position {
                                               line: 203,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 203,
                                               column: 20,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkEnableOption",
                                              span: Span {
                                               start: Position {
                                                line: 203,
                                                column: 23,
                                               },
                                               end: Position {
                                                line: 203,
                                                column: 37,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             FunctionApplication(
                                              FunctionApplication {
                                               function: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "lib",
                                                   span: Span {
                                                    start: Position {
                                                     line: 203,
                                                     column: 39,
                                                    },
                                                    end: Position {
                                                     line: 203,
                                                     column: 42,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "mdDoc",
                                                    span: Span {
                                                     start: Position {
                                                      line: 203,
                                                      column: 43,
                                                     },
                                                     end: Position {
                                                      line: 203,
                                                      column: 48,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                               arguments: [
                                                IndentedString(
                                                 IndentedString {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "the transfer of child datasets",
                                                     span: Span {
                                                      start: Position {
                                                       line: 203,
                                                       column: 51,
                                                      },
                                                      end: Position {
                                                       line: 203,
                                                       column: 81,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 203,
                                                    column: 49,
                                                   },
                                                   end: Position {
                                                    line: 203,
                                                    column: 83,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "sshKey",
                                             span: Span {
                                              start: Position {
                                               line: 205,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 205,
                                               column: 17,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkOption",
                                              span: Span {
                                               start: Position {
                                                line: 205,
                                                column: 20,
                                               },
                                               end: Position {
                                                line: 205,
                                                column: 28,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Map(
                                              Map {
                                               recursive: false,
                                               bindings: [
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "type",
                                                     span: Span {
                                                      start: Position {
                                                       line: 206,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 206,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 206,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 206,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "nullOr",
                                                         span: Span {
                                                          start: Position {
                                                           line: 206,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 206,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 206,
                                                           column: 33,
                                                          },
                                                          end: Position {
                                                           line: 206,
                                                           column: 38,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "path",
                                                          span: Span {
                                                           start: Position {
                                                            line: 206,
                                                            column: 39,
                                                           },
                                                           end: Position {
                                                            line: 206,
                                                            column: 43,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "apply",
                                                     span: Span {
                                                      start: Position {
                                                       line: 208,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 208,
                                                       column: 18,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: Identifier(
                                                     Identifier {
                                                      id: "mapNullable",
                                                      span: Span {
                                                       start: Position {
                                                        line: 208,
                                                        column: 21,
                                                       },
                                                       end: Position {
                                                        line: 208,
                                                        column: 32,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    arguments: [
                                                     Identifier(
                                                      Identifier {
                                                       id: "toString",
                                                       span: Span {
                                                        start: Position {
                                                         line: 208,
                                                         column: 33,
                                                        },
                                                        end: Position {
                                                         line: 208,
                                                         column: 41,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "description",
                                                     span: Span {
                                                      start: Position {
                                                       line: 209,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 209,
                                                       column: 24,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "lib",
                                                        span: Span {
                                                         start: Position {
                                                          line: 209,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 209,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "mdDoc",
                                                         span: Span {
                                                          start: Position {
                                                           line: 209,
                                                           column: 31,
                                                          },
                                                          end: Position {
                                                           line: 209,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     IndentedString(
                                                      IndentedString {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "SSH private key file to use to login to the remote system.\nDefaults to {option}`services.syncoid.sshKey` option.\n",
                                                          span: Span {
                                                           start: Position {
                                                            line: 210,
                                                            column: 1,
                                                           },
                                                           end: Position {
                                                            line: 212,
                                                            column: 13,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 209,
                                                         column: 37,
                                                        },
                                                        end: Position {
                                                         line: 212,
                                                         column: 15,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 205,
                                                 column: 29,
                                                },
                                                end: Position {
                                                 line: 213,
                                                 column: 12,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "localSourceAllow",
                                             span: Span {
                                              start: Position {
                                               line: 215,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 215,
                                               column: 27,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkOption",
                                              span: Span {
                                               start: Position {
                                                line: 215,
                                                column: 30,
                                               },
                                               end: Position {
                                                line: 215,
                                                column: 38,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Map(
                                              Map {
                                               recursive: false,
                                               bindings: [
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "type",
                                                     span: Span {
                                                      start: Position {
                                                       line: 216,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 216,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 216,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 216,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "listOf",
                                                         span: Span {
                                                          start: Position {
                                                           line: 216,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 216,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 216,
                                                           column: 33,
                                                          },
                                                          end: Position {
                                                           line: 216,
                                                           column: 38,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "str",
                                                          span: Span {
                                                           start: Position {
                                                            line: 216,
                                                            column: 39,
                                                           },
                                                           end: Position {
                                                            line: 216,
                                                            column: 42,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "description",
                                                     span: Span {
                                                      start: Position {
                                                       line: 217,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 217,
                                                       column: 24,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "lib",
                                                        span: Span {
                                                         start: Position {
                                                          line: 217,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 217,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "mdDoc",
                                                         span: Span {
                                                          start: Position {
                                                           line: 217,
                                                           column: 31,
                                                          },
                                                          end: Position {
                                                           line: 217,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     IndentedString(
                                                      IndentedString {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "Permissions granted for the {option}`services.syncoid.user` user\nfor local source datasets. See\n<https://openzfs.github.io/openzfs-docs/man/8/zfs-allow.8.html>\nfor available permissions.\nDefaults to {option}`services.syncoid.localSourceAllow` option.\n",
                                                          span: Span {
                                                           start: Position {
                                                            line: 218,
                                                            column: 1,
                                                           },
                                                           end: Position {
                                                            line: 223,
                                                            column: 13,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 217,
                                                         column: 37,
                                                        },
                                                        end: Position {
                                                         line: 223,
                                                         column: 15,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 215,
                                                 column: 39,
                                                },
                                                end: Position {
                                                 line: 224,
                                                 column: 12,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "localTargetAllow",
                                             span: Span {
                                              start: Position {
                                               line: 226,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 226,
                                               column: 27,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkOption",
                                              span: Span {
                                               start: Position {
                                                line: 226,
                                                column: 30,
                                               },
                                               end: Position {
                                                line: 226,
                                                column: 38,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Map(
                                              Map {
                                               recursive: false,
                                               bindings: [
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "type",
                                                     span: Span {
                                                      start: Position {
                                                       line: 227,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 227,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 227,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 227,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "listOf",
                                                         span: Span {
                                                          start: Position {
                                                           line: 227,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 227,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 227,
                                                           column: 33,
                                                          },
                                                          end: Position {
                                                           line: 227,
                                                           column: 38,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "str",
                                                          span: Span {
                                                           start: Position {
                                                            line: 227,
                                                            column: 39,
                                                           },
                                                           end: Position {
                                                            line: 227,
                                                            column: 42,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "description",
                                                     span: Span {
                                                      start: Position {
                                                       line: 228,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 228,
                                                       column: 24,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "lib",
                                                        span: Span {
                                                         start: Position {
                                                          line: 228,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 228,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "mdDoc",
                                                         span: Span {
                                                          start: Position {
                                                           line: 228,
                                                           column: 31,
                                                          },
                                                          end: Position {
                                                           line: 228,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     IndentedString(
                                                      IndentedString {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "Permissions granted for the {option}`services.syncoid.user` user\nfor local target datasets. See\n<https://openzfs.github.io/openzfs-docs/man/8/zfs-allow.8.html>\nfor available permissions.\nMake sure to include the `change-key` permission if you send raw encrypted datasets,\nthe `compression` permission if you send raw compressed datasets, and so on.\nFor remote target datasets you'll have to set your remote user permissions by yourself.\n",
                                                          span: Span {
                                                           start: Position {
                                                            line: 229,
                                                            column: 1,
                                                           },
                                                           end: Position {
                                                            line: 236,
                                                            column: 13,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 228,
                                                         column: 37,
                                                        },
                                                        end: Position {
                                                         line: 236,
                                                         column: 15,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 226,
                                                 column: 39,
                                                },
                                                end: Position {
                                                 line: 237,
                                                 column: 12,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "sendOptions",
                                             span: Span {
                                              start: Position {
                                               line: 239,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 239,
                                               column: 22,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkOption",
                                              span: Span {
                                               start: Position {
                                                line: 239,
                                                column: 25,
                                               },
                                               end: Position {
                                                line: 239,
                                                column: 33,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Map(
                                              Map {
                                               recursive: false,
                                               bindings: [
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "type",
                                                     span: Span {
                                                      start: Position {
                                                       line: 240,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 240,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 240,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 240,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "separatedString",
                                                         span: Span {
                                                          start: Position {
                                                           line: 240,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 240,
                                                           column: 41,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: " ",
                                                          span: Span {
                                                           start: Position {
                                                            line: 240,
                                                            column: 43,
                                                           },
                                                           end: Position {
                                                            line: 240,
                                                            column: 44,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 240,
                                                         column: 42,
                                                        },
                                                        end: Position {
                                                         line: 240,
                                                         column: 45,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "default",
                                                     span: Span {
                                                      start: Position {
                                                       line: 241,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 241,
                                                       column: 20,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: String(
                                                   String_ {
                                                    parts: [],
                                                    span: Span {
                                                     start: Position {
                                                      line: 241,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 241,
                                                      column: 25,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "example",
                                                     span: Span {
                                                      start: Position {
                                                       line: 242,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 242,
                                                       column: 20,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: String(
                                                   String_ {
                                                    parts: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "Lc e",
                                                       span: Span {
                                                        start: Position {
                                                         line: 242,
                                                         column: 24,
                                                        },
                                                        end: Position {
                                                         line: 242,
                                                         column: 28,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 242,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 242,
                                                      column: 29,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "description",
                                                     span: Span {
                                                      start: Position {
                                                       line: 243,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 243,
                                                       column: 24,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "lib",
                                                        span: Span {
                                                         start: Position {
                                                          line: 243,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 243,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "mdDoc",
                                                         span: Span {
                                                          start: Position {
                                                           line: 243,
                                                           column: 31,
                                                          },
                                                          end: Position {
                                                           line: 243,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     IndentedString(
                                                      IndentedString {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "Advanced options to pass to zfs send. Options are specified\nwithout their leading dashes and separated by spaces.\n",
                                                          span: Span {
                                                           start: Position {
                                                            line: 244,
                                                            column: 1,
                                                           },
                                                           end: Position {
                                                            line: 246,
                                                            column: 13,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 243,
                                                         column: 37,
                                                        },
                                                        end: Position {
                                                         line: 246,
                                                         column: 15,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 239,
                                                 column: 34,
                                                },
                                                end: Position {
                                                 line: 247,
                                                 column: 12,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "recvOptions",
                                             span: Span {
                                              start: Position {
                                               line: 249,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 249,
                                               column: 22,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkOption",
                                              span: Span {
                                               start: Position {
                                                line: 249,
                                                column: 25,
                                               },
                                               end: Position {
                                                line: 249,
                                                column: 33,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Map(
                                              Map {
                                               recursive: false,
                                               bindings: [
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "type",
                                                     span: Span {
                                                      start: Position {
                                                       line: 250,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 250,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 250,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 250,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "separatedString",
                                                         span: Span {
                                                          start: Position {
                                                           line: 250,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 250,
                                                           column: 41,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: " ",
                                                          span: Span {
                                                           start: Position {
                                                            line: 250,
                                                            column: 43,
                                                           },
                                                           end: Position {
                                                            line: 250,
                                                            column: 44,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 250,
                                                         column: 42,
                                                        },
                                                        end: Position {
                                                         line: 250,
                                                         column: 45,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "default",
                                                     span: Span {
                                                      start: Position {
                                                       line: 251,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 251,
                                                       column: 20,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: String(
                                                   String_ {
                                                    parts: [],
                                                    span: Span {
                                                     start: Position {
                                                      line: 251,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 251,
                                                      column: 25,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "example",
                                                     span: Span {
                                                      start: Position {
                                                       line: 252,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 252,
                                                       column: 20,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: String(
                                                   String_ {
                                                    parts: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "ux recordsize o compression=lz4",
                                                       span: Span {
                                                        start: Position {
                                                         line: 252,
                                                         column: 24,
                                                        },
                                                        end: Position {
                                                         line: 252,
                                                         column: 55,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 252,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 252,
                                                      column: 56,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "description",
                                                     span: Span {
                                                      start: Position {
                                                       line: 253,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 253,
                                                       column: 24,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "lib",
                                                        span: Span {
                                                         start: Position {
                                                          line: 253,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 253,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "mdDoc",
                                                         span: Span {
                                                          start: Position {
                                                           line: 253,
                                                           column: 31,
                                                          },
                                                          end: Position {
                                                           line: 253,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     IndentedString(
                                                      IndentedString {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "Advanced options to pass to zfs recv. Options are specified\nwithout their leading dashes and separated by spaces.\n",
                                                          span: Span {
                                                           start: Position {
                                                            line: 254,
                                                            column: 1,
                                                           },
                                                           end: Position {
                                                            line: 256,
                                                            column: 13,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 253,
                                                         column: 37,
                                                        },
                                                        end: Position {
                                                         line: 256,
                                                         column: 15,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 249,
                                                 column: 34,
                                                },
                                                end: Position {
                                                 line: 257,
                                                 column: 12,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "useCommonArgs",
                                             span: Span {
                                              start: Position {
                                               line: 259,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 259,
                                               column: 24,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkOption",
                                              span: Span {
                                               start: Position {
                                                line: 259,
                                                column: 27,
                                               },
                                               end: Position {
                                                line: 259,
                                                column: 35,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Map(
                                              Map {
                                               recursive: false,
                                               bindings: [
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "type",
                                                     span: Span {
                                                      start: Position {
                                                       line: 260,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 260,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "types",
                                                      span: Span {
                                                       start: Position {
                                                        line: 260,
                                                        column: 20,
                                                       },
                                                       end: Position {
                                                        line: 260,
                                                        column: 25,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "bool",
                                                       span: Span {
                                                        start: Position {
                                                         line: 260,
                                                         column: 26,
                                                        },
                                                        end: Position {
                                                         line: 260,
                                                         column: 30,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "default",
                                                     span: Span {
                                                      start: Position {
                                                       line: 261,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 261,
                                                       column: 20,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: Identifier(
                                                   Identifier {
                                                    id: "true",
                                                    span: Span {
                                                     start: Position {
                                                      line: 261,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 261,
                                                      column: 27,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "description",
                                                     span: Span {
                                                      start: Position {
                                                       line: 262,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 262,
                                                       column: 24,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "lib",
                                                        span: Span {
                                                         start: Position {
                                                          line: 262,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 262,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "mdDoc",
                                                         span: Span {
                                                          start: Position {
                                                           line: 262,
                                                           column: 31,
                                                          },
                                                          end: Position {
                                                           line: 262,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     IndentedString(
                                                      IndentedString {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "Whether to add the configured common arguments to this command.\n",
                                                          span: Span {
                                                           start: Position {
                                                            line: 263,
                                                            column: 1,
                                                           },
                                                           end: Position {
                                                            line: 264,
                                                            column: 13,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 262,
                                                         column: 37,
                                                        },
                                                        end: Position {
                                                         line: 264,
                                                         column: 15,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 259,
                                                 column: 36,
                                                },
                                                end: Position {
                                                 line: 265,
                                                 column: 12,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "service",
                                             span: Span {
                                              start: Position {
                                               line: 267,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 267,
                                               column: 18,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkOption",
                                              span: Span {
                                               start: Position {
                                                line: 267,
                                                column: 21,
                                               },
                                               end: Position {
                                                line: 267,
                                                column: 29,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Map(
                                              Map {
                                               recursive: false,
                                               bindings: [
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "type",
                                                     span: Span {
                                                      start: Position {
                                                       line: 268,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 268,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: PropertyAccess(
                                                   PropertyAccess {
                                                    expression: Identifier(
                                                     Identifier {
                                                      id: "types",
                                                      span: Span {
                                                       start: Position {
                                                        line: 268,
                                                        column: 20,
                                                       },
                                                       end: Position {
                                                        line: 268,
                                                        column: 25,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    attribute_path: [
                                                     Raw(
                                                      PartRaw {
                                                       content: "attrs",
                                                       span: Span {
                                                        start: Position {
                                                         line: 268,
                                                         column: 26,
                                                        },
                                                        end: Position {
                                                         line: 268,
                                                         column: 31,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    default: None,
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "default",
                                                     span: Span {
                                                      start: Position {
                                                       line: 269,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 269,
                                                       column: 20,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: Map(
                                                   Map {
                                                    recursive: false,
                                                    bindings: [],
                                                    span: Span {
                                                     start: Position {
                                                      line: 269,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 269,
                                                      column: 26,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "description",
                                                     span: Span {
                                                      start: Position {
                                                       line: 270,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 270,
                                                       column: 24,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "lib",
                                                        span: Span {
                                                         start: Position {
                                                          line: 270,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 270,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "mdDoc",
                                                         span: Span {
                                                          start: Position {
                                                           line: 270,
                                                           column: 31,
                                                          },
                                                          end: Position {
                                                           line: 270,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     IndentedString(
                                                      IndentedString {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "Systemd configuration specific to this syncoid service.\n",
                                                          span: Span {
                                                           start: Position {
                                                            line: 271,
                                                            column: 1,
                                                           },
                                                           end: Position {
                                                            line: 272,
                                                            column: 13,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 270,
                                                         column: 37,
                                                        },
                                                        end: Position {
                                                         line: 272,
                                                         column: 15,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 267,
                                                 column: 30,
                                                },
                                                end: Position {
                                                 line: 273,
                                                 column: 12,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "extraArgs",
                                             span: Span {
                                              start: Position {
                                               line: 275,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 275,
                                               column: 20,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkOption",
                                              span: Span {
                                               start: Position {
                                                line: 275,
                                                column: 23,
                                               },
                                               end: Position {
                                                line: 275,
                                                column: 31,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Map(
                                              Map {
                                               recursive: false,
                                               bindings: [
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "type",
                                                     span: Span {
                                                      start: Position {
                                                       line: 276,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 276,
                                                       column: 17,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "types",
                                                        span: Span {
                                                         start: Position {
                                                          line: 276,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 276,
                                                          column: 25,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "listOf",
                                                         span: Span {
                                                          start: Position {
                                                           line: 276,
                                                           column: 26,
                                                          },
                                                          end: Position {
                                                           line: 276,
                                                           column: 32,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "types",
                                                         span: Span {
                                                          start: Position {
                                                           line: 276,
                                                           column: 33,
                                                          },
                                                          end: Position {
                                                           line: 276,
                                                           column: 38,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "str",
                                                          span: Span {
                                                           start: Position {
                                                            line: 276,
                                                            column: 39,
                                                           },
                                                           end: Position {
                                                            line: 276,
                                                            column: 42,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "default",
                                                     span: Span {
                                                      start: Position {
                                                       line: 277,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 277,
                                                       column: 20,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: List(
                                                   List {
                                                    elements: [],
                                                    span: Span {
                                                     start: Position {
                                                      line: 277,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 277,
                                                      column: 26,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "example",
                                                     span: Span {
                                                      start: Position {
                                                       line: 278,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 278,
                                                       column: 20,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: List(
                                                   List {
                                                    elements: [
                                                     String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "--sshport 2222",
                                                          span: Span {
                                                           start: Position {
                                                            line: 278,
                                                            column: 26,
                                                           },
                                                           end: Position {
                                                            line: 278,
                                                            column: 40,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 278,
                                                         column: 25,
                                                        },
                                                        end: Position {
                                                         line: 278,
                                                         column: 41,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 278,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 278,
                                                      column: 43,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 },
                                                ),
                                                KeyValue(
                                                 BindingKeyValue {
                                                  from: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "description",
                                                     span: Span {
                                                      start: Position {
                                                       line: 279,
                                                       column: 13,
                                                      },
                                                      end: Position {
                                                       line: 279,
                                                       column: 24,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  to: FunctionApplication(
                                                   FunctionApplication {
                                                    function: PropertyAccess(
                                                     PropertyAccess {
                                                      expression: Identifier(
                                                       Identifier {
                                                        id: "lib",
                                                        span: Span {
                                                         start: Position {
                                                          line: 279,
                                                          column: 27,
                                                         },
                                                         end: Position {
                                                          line: 279,
                                                          column: 30,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      attribute_path: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "mdDoc",
                                                         span: Span {
                                                          start: Position {
                                                           line: 279,
                                                           column: 31,
                                                          },
                                                          end: Position {
                                                           line: 279,
                                                           column: 36,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      default: None,
                                                     },
                                                    ),
                                                    arguments: [
                                                     String(
                                                      String_ {
                                                       parts: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "Extra syncoid arguments for this command.",
                                                          span: Span {
                                                           start: Position {
                                                            line: 279,
                                                            column: 38,
                                                           },
                                                           end: Position {
                                                            line: 279,
                                                            column: 79,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 279,
                                                         column: 37,
                                                        },
                                                        end: Position {
                                                         line: 279,
                                                         column: 80,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 275,
                                                 column: 32,
                                                },
                                                end: Position {
                                                 line: 280,
                                                 column: 12,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 183,
                                         column: 19,
                                        },
                                        end: Position {
                                         line: 281,
                                         column: 10,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "config",
                                        span: Span {
                                         start: Position {
                                          line: 282,
                                          column: 9,
                                         },
                                         end: Position {
                                          line: 282,
                                          column: 15,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: Map(
                                      Map {
                                       recursive: false,
                                       bindings: [
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "source",
                                             span: Span {
                                              start: Position {
                                               line: 283,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 283,
                                               column: 17,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkDefault",
                                              span: Span {
                                               start: Position {
                                                line: 283,
                                                column: 20,
                                               },
                                               end: Position {
                                                line: 283,
                                                column: 29,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             Identifier(
                                              Identifier {
                                               id: "name",
                                               span: Span {
                                                start: Position {
                                                 line: 283,
                                                 column: 30,
                                                },
                                                end: Position {
                                                 line: 283,
                                                 column: 34,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "sshKey",
                                             span: Span {
                                              start: Position {
                                               line: 284,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 284,
                                               column: 17,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkDefault",
                                              span: Span {
                                               start: Position {
                                                line: 284,
                                                column: 20,
                                               },
                                               end: Position {
                                                line: 284,
                                                column: 29,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "cfg",
                                                 span: Span {
                                                  start: Position {
                                                   line: 284,
                                                   column: 30,
                                                  },
                                                  end: Position {
                                                   line: 284,
                                                   column: 33,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "sshKey",
                                                  span: Span {
                                                   start: Position {
                                                    line: 284,
                                                    column: 34,
                                                   },
                                                   end: Position {
                                                    line: 284,
                                                    column: 40,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "localSourceAllow",
                                             span: Span {
                                              start: Position {
                                               line: 285,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 285,
                                               column: 27,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkDefault",
                                              span: Span {
                                               start: Position {
                                                line: 285,
                                                column: 30,
                                               },
                                               end: Position {
                                                line: 285,
                                                column: 39,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "cfg",
                                                 span: Span {
                                                  start: Position {
                                                   line: 285,
                                                   column: 40,
                                                  },
                                                  end: Position {
                                                   line: 285,
                                                   column: 43,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "localSourceAllow",
                                                  span: Span {
                                                   start: Position {
                                                    line: 285,
                                                    column: 44,
                                                   },
                                                   end: Position {
                                                    line: 285,
                                                    column: 60,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                        KeyValue(
                                         BindingKeyValue {
                                          from: [
                                           Raw(
                                            PartRaw {
                                             content: "localTargetAllow",
                                             span: Span {
                                              start: Position {
                                               line: 286,
                                               column: 11,
                                              },
                                              end: Position {
                                               line: 286,
                                               column: 27,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          to: FunctionApplication(
                                           FunctionApplication {
                                            function: Identifier(
                                             Identifier {
                                              id: "mkDefault",
                                              span: Span {
                                               start: Position {
                                                line: 286,
                                                column: 30,
                                               },
                                               end: Position {
                                                line: 286,
                                                column: 39,
                                               },
                                              },
                                             },
                                            ),
                                            arguments: [
                                             PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "cfg",
                                                 span: Span {
                                                  start: Position {
                                                   line: 286,
                                                   column: 40,
                                                  },
                                                  end: Position {
                                                   line: 286,
                                                   column: 43,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "localTargetAllow",
                                                  span: Span {
                                                   start: Position {
                                                    line: 286,
                                                    column: 44,
                                                   },
                                                   end: Position {
                                                    line: 286,
                                                    column: 60,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            ],
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 282,
                                         column: 18,
                                        },
                                        end: Position {
                                         line: 287,
                                         column: 10,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 182,
                                    column: 61,
                                   },
                                   end: Position {
                                    line: 288,
                                    column: 8,
                                   },
                                  },
                                 },
                                ),
                                span: Span {
                                 start: Position {
                                  line: 182,
                                  column: 46,
                                 },
                                 end: Position {
                                  line: 288,
                                  column: 8,
                                 },
                                },
                               },
                              ),
                             ],
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 289,
                             column: 7,
                            },
                            end: Position {
                             line: 289,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [],
                          span: Span {
                           start: Position {
                            line: 289,
                            column: 17,
                           },
                           end: Position {
                            line: 289,
                            column: 20,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "example",
                           span: Span {
                            start: Position {
                             line: 290,
                             column: 7,
                            },
                            end: Position {
                             line: 290,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 290,
                              column: 17,
                             },
                             end: Position {
                              line: 290,
                              column: 34,
                             },
                            },
                           },
                          ),
                          arguments: [
                           IndentedString(
                            IndentedString {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "{\n  \"pool/test\".target = \"root@target:pool/test\";\n}\n",
                                span: Span {
                                 start: Position {
                                  line: 291,
                                  column: 1,
                                 },
                                 end: Position {
                                  line: 294,
                                  column: 7,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 290,
                               column: 35,
                              },
                              end: Position {
                               line: 294,
                               column: 9,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 295,
                             column: 7,
                            },
                            end: Position {
                             line: 295,
                             column: 18,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 295,
                                column: 21,
                               },
                               end: Position {
                                line: 295,
                                column: 24,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 295,
                                 column: 25,
                                },
                                end: Position {
                                 line: 295,
                                 column: 30,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Syncoid commands to run.",
                                span: Span {
                                 start: Position {
                                  line: 295,
                                  column: 32,
                                 },
                                 end: Position {
                                  line: 295,
                                  column: 56,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 295,
                               column: 31,
                              },
                              end: Position {
                               line: 295,
                               column: 57,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 181,
                       column: 25,
                      },
                      end: Position {
                       line: 296,
                       column: 6,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 87,
               column: 30,
              },
              end: Position {
               line: 297,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 301,
                column: 3,
               },
               end: Position {
                line: 301,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 301,
                 column: 12,
                },
                end: Position {
                 line: 301,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 301,
                    column: 17,
                   },
                   end: Position {
                    line: 301,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 301,
                     column: 21,
                    },
                    end: Position {
                     line: 301,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "users",
                      span: Span {
                       start: Position {
                        line: 302,
                        column: 5,
                       },
                       end: Position {
                        line: 302,
                        column: 10,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "users",
                           span: Span {
                            start: Position {
                             line: 303,
                             column: 7,
                            },
                            end: Position {
                             line: 303,
                             column: 12,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkIf",
                            span: Span {
                             start: Position {
                              line: 303,
                              column: 15,
                             },
                             end: Position {
                              line: 303,
                              column: 19,
                             },
                            },
                           },
                          ),
                          arguments: [
                           BinaryOperation(
                            BinaryOperation {
                             left: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 303,
                                   column: 21,
                                  },
                                  end: Position {
                                   line: 303,
                                   column: 24,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "user",
                                  span: Span {
                                   start: Position {
                                    line: 303,
                                    column: 25,
                                   },
                                   end: Position {
                                    line: 303,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             operator: EqualTo,
                             right: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "syncoid",
                                  span: Span {
                                   start: Position {
                                    line: 303,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 303,
                                    column: 41,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 303,
                                 column: 33,
                                },
                                end: Position {
                                 line: 303,
                                 column: 42,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "syncoid",
                                   span: Span {
                                    start: Position {
                                     line: 304,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 304,
                                     column: 16,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: Map(
                                 Map {
                                  recursive: false,
                                  bindings: [
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "group",
                                        span: Span {
                                         start: Position {
                                          line: 305,
                                          column: 11,
                                         },
                                         end: Position {
                                          line: 305,
                                          column: 16,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 305,
                                           column: 19,
                                          },
                                          end: Position {
                                           line: 305,
                                           column: 22,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "group",
                                          span: Span {
                                           start: Position {
                                            line: 305,
                                            column: 23,
                                           },
                                           end: Position {
                                            line: 305,
                                            column: 28,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                    },
                                   ),
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "isSystemUser",
                                        span: Span {
                                         start: Position {
                                          line: 306,
                                          column: 11,
                                         },
                                         end: Position {
                                          line: 306,
                                          column: 23,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: Identifier(
                                      Identifier {
                                       id: "true",
                                       span: Span {
                                        start: Position {
                                         line: 306,
                                         column: 26,
                                        },
                                        end: Position {
                                         line: 306,
                                         column: 30,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "home",
                                        span: Span {
                                         start: Position {
                                          line: 309,
                                          column: 11,
                                         },
                                         end: Position {
                                          line: 309,
                                          column: 15,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "/var/lib/syncoid",
                                          span: Span {
                                           start: Position {
                                            line: 309,
                                            column: 19,
                                           },
                                           end: Position {
                                            line: 309,
                                            column: 35,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 309,
                                         column: 18,
                                        },
                                        end: Position {
                                         line: 309,
                                         column: 36,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                   KeyValue(
                                    BindingKeyValue {
                                     from: [
                                      Raw(
                                       PartRaw {
                                        content: "createHome",
                                        span: Span {
                                         start: Position {
                                          line: 310,
                                          column: 11,
                                         },
                                         end: Position {
                                          line: 310,
                                          column: 21,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     to: Identifier(
                                      Identifier {
                                       id: "false",
                                       span: Span {
                                        start: Position {
                                         line: 310,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 310,
                                         column: 29,
                                        },
                                       },
                                      },
                                     ),
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 304,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 311,
                                    column: 10,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 303,
                               column: 44,
                              },
                              end: Position {
                               line: 312,
                               column: 8,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "groups",
                           span: Span {
                            start: Position {
                             line: 313,
                             column: 7,
                            },
                            end: Position {
                             line: 313,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "mkIf",
                            span: Span {
                             start: Position {
                              line: 313,
                              column: 16,
                             },
                             end: Position {
                              line: 313,
                              column: 20,
                             },
                            },
                           },
                          ),
                          arguments: [
                           BinaryOperation(
                            BinaryOperation {
                             left: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "cfg",
                                 span: Span {
                                  start: Position {
                                   line: 313,
                                   column: 22,
                                  },
                                  end: Position {
                                   line: 313,
                                   column: 25,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "group",
                                  span: Span {
                                   start: Position {
                                    line: 313,
                                    column: 26,
                                   },
                                   end: Position {
                                    line: 313,
                                    column: 31,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                             operator: EqualTo,
                             right: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "syncoid",
                                  span: Span {
                                   start: Position {
                                    line: 313,
                                    column: 36,
                                   },
                                   end: Position {
                                    line: 313,
                                    column: 43,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 313,
                                 column: 35,
                                },
                                end: Position {
                                 line: 313,
                                 column: 44,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           Map(
                            Map {
                             recursive: false,
                             bindings: [
                              KeyValue(
                               BindingKeyValue {
                                from: [
                                 Raw(
                                  PartRaw {
                                   content: "syncoid",
                                   span: Span {
                                    start: Position {
                                     line: 314,
                                     column: 9,
                                    },
                                    end: Position {
                                     line: 314,
                                     column: 16,
                                    },
                                   },
                                  },
                                 ),
                                ],
                                to: Map(
                                 Map {
                                  recursive: false,
                                  bindings: [],
                                  span: Span {
                                   start: Position {
                                    line: 314,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 314,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 313,
                               column: 46,
                              },
                              end: Position {
                               line: 315,
                               column: 8,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 302,
                       column: 13,
                      },
                      end: Position {
                       line: 316,
                       column: 6,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 318,
                        column: 5,
                       },
                       end: Position {
                        line: 318,
                        column: 12,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 318,
                        column: 13,
                       },
                       end: Position {
                        line: 318,
                        column: 21,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mapAttrs'",
                       span: Span {
                        start: Position {
                         line: 318,
                         column: 24,
                        },
                        end: Position {
                         line: 318,
                         column: 33,
                        },
                       },
                      },
                     ),
                     arguments: [
                      Function(
                       Function {
                        head: Simple(
                         FunctionHeadSimple {
                          identifier: "name",
                         },
                        ),
                        body: Function(
                         Function {
                          head: Simple(
                           FunctionHeadSimple {
                            identifier: "c",
                           },
                          ),
                          body: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "nameValuePair",
                              span: Span {
                               start: Position {
                                line: 320,
                                column: 9,
                               },
                               end: Position {
                                line: 320,
                                column: 22,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "syncoid-",
                                  span: Span {
                                   start: Position {
                                    line: 320,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 320,
                                    column: 54,
                                   },
                                  },
                                 },
                                ),
                                Interpolation(
                                 PartInterpolation {
                                  expression: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "escapeUnitName",
                                      span: Span {
                                       start: Position {
                                        line: 320,
                                        column: 34,
                                       },
                                       end: Position {
                                        line: 320,
                                        column: 48,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     Identifier(
                                      Identifier {
                                       id: "name",
                                       span: Span {
                                        start: Position {
                                         line: 320,
                                         column: 49,
                                        },
                                        end: Position {
                                         line: 320,
                                         column: 53,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 320,
                                 column: 23,
                                },
                                end: Position {
                                 line: 320,
                                 column: 55,
                                },
                               },
                              },
                             ),
                             FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "mkMerge",
                                 span: Span {
                                  start: Position {
                                   line: 320,
                                   column: 57,
                                  },
                                  end: Position {
                                   line: 320,
                                   column: 64,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                List(
                                 List {
                                  elements: [
                                   Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "description",
                                           span: Span {
                                            start: Position {
                                             line: 322,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 322,
                                             column: 24,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: String(
                                         String_ {
                                          parts: [
                                           Raw(
                                            PartRaw {
                                             content: "Syncoid ZFS synchronization from ",
                                             span: Span {
                                              start: Position {
                                               line: 322,
                                               column: 28,
                                              },
                                              end: Position {
                                               line: 322,
                                               column: 72,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "c",
                                                 span: Span {
                                                  start: Position {
                                                   line: 322,
                                                   column: 63,
                                                  },
                                                  end: Position {
                                                   line: 322,
                                                   column: 64,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "source",
                                                  span: Span {
                                                   start: Position {
                                                    line: 322,
                                                    column: 65,
                                                   },
                                                   end: Position {
                                                    line: 322,
                                                    column: 71,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            },
                                           ),
                                           Raw(
                                            PartRaw {
                                             content: " to ",
                                             span: Span {
                                              start: Position {
                                               line: 322,
                                               column: 28,
                                              },
                                              end: Position {
                                               line: 322,
                                               column: 76,
                                              },
                                             },
                                            },
                                           ),
                                           Interpolation(
                                            PartInterpolation {
                                             expression: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "c",
                                                 span: Span {
                                                  start: Position {
                                                   line: 322,
                                                   column: 78,
                                                  },
                                                  end: Position {
                                                   line: 322,
                                                   column: 79,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "target",
                                                  span: Span {
                                                   start: Position {
                                                    line: 322,
                                                    column: 80,
                                                   },
                                                   end: Position {
                                                    line: 322,
                                                    column: 86,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 322,
                                            column: 27,
                                           },
                                           end: Position {
                                            line: 322,
                                            column: 88,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "after",
                                           span: Span {
                                            start: Position {
                                             line: 323,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 323,
                                             column: 18,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: List(
                                         List {
                                          elements: [
                                           String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "zfs.target",
                                                span: Span {
                                                 start: Position {
                                                  line: 323,
                                                  column: 24,
                                                 },
                                                 end: Position {
                                                  line: 323,
                                                  column: 34,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 323,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 323,
                                               column: 35,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 323,
                                            column: 21,
                                           },
                                           end: Position {
                                            line: 323,
                                            column: 37,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "startAt",
                                           span: Span {
                                            start: Position {
                                             line: 324,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 324,
                                             column: 20,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: PropertyAccess(
                                         PropertyAccess {
                                          expression: Identifier(
                                           Identifier {
                                            id: "cfg",
                                            span: Span {
                                             start: Position {
                                              line: 324,
                                              column: 23,
                                             },
                                             end: Position {
                                              line: 324,
                                              column: 26,
                                             },
                                            },
                                           },
                                          ),
                                          attribute_path: [
                                           Raw(
                                            PartRaw {
                                             content: "interval",
                                             span: Span {
                                              start: Position {
                                               line: 324,
                                               column: 27,
                                              },
                                              end: Position {
                                               line: 324,
                                               column: 35,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          default: None,
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "path",
                                           span: Span {
                                            start: Position {
                                             line: 326,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 326,
                                             column: 17,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: List(
                                         List {
                                          elements: [
                                           String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "/run/booted-system/sw/bin/",
                                                span: Span {
                                                 start: Position {
                                                  line: 326,
                                                  column: 23,
                                                 },
                                                 end: Position {
                                                  line: 326,
                                                  column: 49,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 326,
                                               column: 22,
                                              },
                                              end: Position {
                                               line: 326,
                                               column: 50,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 326,
                                            column: 20,
                                           },
                                           end: Position {
                                            line: 326,
                                            column: 52,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "serviceConfig",
                                           span: Span {
                                            start: Position {
                                             line: 327,
                                             column: 13,
                                            },
                                            end: Position {
                                             line: 327,
                                             column: 26,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: Map(
                                         Map {
                                          recursive: false,
                                          bindings: [
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ExecStartPre",
                                                span: Span {
                                                 start: Position {
                                                  line: 328,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 328,
                                                  column: 27,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: BinaryOperation(
                                              BinaryOperation {
                                               left: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "map",
                                                   span: Span {
                                                    start: Position {
                                                     line: 329,
                                                     column: 18,
                                                    },
                                                    end: Position {
                                                     line: 329,
                                                     column: 21,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  FunctionApplication(
                                                   FunctionApplication {
                                                    function: Identifier(
                                                     Identifier {
                                                      id: "buildAllowCommand",
                                                      span: Span {
                                                       start: Position {
                                                        line: 329,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 329,
                                                        column: 40,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "c",
                                                         span: Span {
                                                          start: Position {
                                                           line: 329,
                                                           column: 41,
                                                          },
                                                          end: Position {
                                                           line: 329,
                                                           column: 42,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "localSourceAllow",
                                                          span: Span {
                                                           start: Position {
                                                            line: 329,
                                                            column: 43,
                                                           },
                                                           end: Position {
                                                            line: 329,
                                                            column: 59,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                  FunctionApplication(
                                                   FunctionApplication {
                                                    function: Identifier(
                                                     Identifier {
                                                      id: "localDatasetName",
                                                      span: Span {
                                                       start: Position {
                                                        line: 329,
                                                        column: 62,
                                                       },
                                                       end: Position {
                                                        line: 329,
                                                        column: 78,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "c",
                                                         span: Span {
                                                          start: Position {
                                                           line: 329,
                                                           column: 79,
                                                          },
                                                          end: Position {
                                                           line: 329,
                                                           column: 80,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "source",
                                                          span: Span {
                                                           start: Position {
                                                            line: 329,
                                                            column: 81,
                                                           },
                                                           end: Position {
                                                            line: 329,
                                                            column: 87,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                               operator: Concatenation,
                                               right: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "map",
                                                   span: Span {
                                                    start: Position {
                                                     line: 330,
                                                     column: 18,
                                                    },
                                                    end: Position {
                                                     line: 330,
                                                     column: 21,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  FunctionApplication(
                                                   FunctionApplication {
                                                    function: Identifier(
                                                     Identifier {
                                                      id: "buildAllowCommand",
                                                      span: Span {
                                                       start: Position {
                                                        line: 330,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 330,
                                                        column: 40,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "c",
                                                         span: Span {
                                                          start: Position {
                                                           line: 330,
                                                           column: 41,
                                                          },
                                                          end: Position {
                                                           line: 330,
                                                           column: 42,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "localTargetAllow",
                                                          span: Span {
                                                           start: Position {
                                                            line: 330,
                                                            column: 43,
                                                           },
                                                           end: Position {
                                                            line: 330,
                                                            column: 59,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                  FunctionApplication(
                                                   FunctionApplication {
                                                    function: Identifier(
                                                     Identifier {
                                                      id: "localDatasetName",
                                                      span: Span {
                                                       start: Position {
                                                        line: 330,
                                                        column: 62,
                                                       },
                                                       end: Position {
                                                        line: 330,
                                                        column: 78,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "c",
                                                         span: Span {
                                                          start: Position {
                                                           line: 330,
                                                           column: 79,
                                                          },
                                                          end: Position {
                                                           line: 330,
                                                           column: 80,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "target",
                                                          span: Span {
                                                           start: Position {
                                                            line: 330,
                                                            column: 81,
                                                           },
                                                           end: Position {
                                                            line: 330,
                                                            column: 87,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ExecStopPost",
                                                span: Span {
                                                 start: Position {
                                                  line: 331,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 331,
                                                  column: 27,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: BinaryOperation(
                                              BinaryOperation {
                                               left: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "map",
                                                   span: Span {
                                                    start: Position {
                                                     line: 332,
                                                     column: 18,
                                                    },
                                                    end: Position {
                                                     line: 332,
                                                     column: 21,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  FunctionApplication(
                                                   FunctionApplication {
                                                    function: Identifier(
                                                     Identifier {
                                                      id: "buildUnallowCommand",
                                                      span: Span {
                                                       start: Position {
                                                        line: 332,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 332,
                                                        column: 42,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "c",
                                                         span: Span {
                                                          start: Position {
                                                           line: 332,
                                                           column: 43,
                                                          },
                                                          end: Position {
                                                           line: 332,
                                                           column: 44,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "localSourceAllow",
                                                          span: Span {
                                                           start: Position {
                                                            line: 332,
                                                            column: 45,
                                                           },
                                                           end: Position {
                                                            line: 332,
                                                            column: 61,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                  FunctionApplication(
                                                   FunctionApplication {
                                                    function: Identifier(
                                                     Identifier {
                                                      id: "localDatasetName",
                                                      span: Span {
                                                       start: Position {
                                                        line: 332,
                                                        column: 64,
                                                       },
                                                       end: Position {
                                                        line: 332,
                                                        column: 80,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "c",
                                                         span: Span {
                                                          start: Position {
                                                           line: 332,
                                                           column: 81,
                                                          },
                                                          end: Position {
                                                           line: 332,
                                                           column: 82,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "source",
                                                          span: Span {
                                                           start: Position {
                                                            line: 332,
                                                            column: 83,
                                                           },
                                                           end: Position {
                                                            line: 332,
                                                            column: 89,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                               operator: Concatenation,
                                               right: FunctionApplication(
                                                FunctionApplication {
                                                 function: Identifier(
                                                  Identifier {
                                                   id: "map",
                                                   span: Span {
                                                    start: Position {
                                                     line: 333,
                                                     column: 18,
                                                    },
                                                    end: Position {
                                                     line: 333,
                                                     column: 21,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 arguments: [
                                                  FunctionApplication(
                                                   FunctionApplication {
                                                    function: Identifier(
                                                     Identifier {
                                                      id: "buildUnallowCommand",
                                                      span: Span {
                                                       start: Position {
                                                        line: 333,
                                                        column: 23,
                                                       },
                                                       end: Position {
                                                        line: 333,
                                                        column: 42,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "c",
                                                         span: Span {
                                                          start: Position {
                                                           line: 333,
                                                           column: 43,
                                                          },
                                                          end: Position {
                                                           line: 333,
                                                           column: 44,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "localTargetAllow",
                                                          span: Span {
                                                           start: Position {
                                                            line: 333,
                                                            column: 45,
                                                           },
                                                           end: Position {
                                                            line: 333,
                                                            column: 61,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                  FunctionApplication(
                                                   FunctionApplication {
                                                    function: Identifier(
                                                     Identifier {
                                                      id: "localDatasetName",
                                                      span: Span {
                                                       start: Position {
                                                        line: 333,
                                                        column: 64,
                                                       },
                                                       end: Position {
                                                        line: 333,
                                                        column: 80,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    arguments: [
                                                     PropertyAccess(
                                                      PropertyAccess {
                                                       expression: Identifier(
                                                        Identifier {
                                                         id: "c",
                                                         span: Span {
                                                          start: Position {
                                                           line: 333,
                                                           column: 81,
                                                          },
                                                          end: Position {
                                                           line: 333,
                                                           column: 82,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       attribute_path: [
                                                        Raw(
                                                         PartRaw {
                                                          content: "target",
                                                          span: Span {
                                                           start: Position {
                                                            line: 333,
                                                            column: 83,
                                                           },
                                                           end: Position {
                                                            line: 333,
                                                            column: 89,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       default: None,
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 ],
                                                },
                                               ),
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ExecStart",
                                                span: Span {
                                                 start: Position {
                                                  line: 334,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 334,
                                                  column: 24,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: PropertyAccess(
                                                PropertyAccess {
                                                 expression: Identifier(
                                                  Identifier {
                                                   id: "lib",
                                                   span: Span {
                                                    start: Position {
                                                     line: 334,
                                                     column: 27,
                                                    },
                                                    end: Position {
                                                     line: 334,
                                                     column: 30,
                                                    },
                                                   },
                                                  },
                                                 ),
                                                 attribute_path: [
                                                  Raw(
                                                   PartRaw {
                                                    content: "escapeShellArgs",
                                                    span: Span {
                                                     start: Position {
                                                      line: 334,
                                                      column: 31,
                                                     },
                                                     end: Position {
                                                      line: 334,
                                                      column: 46,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 default: None,
                                                },
                                               ),
                                               arguments: [
                                                BinaryOperation(
                                                 BinaryOperation {
                                                  left: List(
                                                   List {
                                                    elements: [
                                                     String(
                                                      String_ {
                                                       parts: [
                                                        Interpolation(
                                                         PartInterpolation {
                                                          expression: PropertyAccess(
                                                           PropertyAccess {
                                                            expression: Identifier(
                                                             Identifier {
                                                              id: "pkgs",
                                                              span: Span {
                                                               start: Position {
                                                                line: 334,
                                                                column: 53,
                                                               },
                                                               end: Position {
                                                                line: 334,
                                                                column: 57,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            attribute_path: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "sanoid",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 334,
                                                                 column: 58,
                                                                },
                                                                end: Position {
                                                                 line: 334,
                                                                 column: 64,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            default: None,
                                                           },
                                                          ),
                                                         },
                                                        ),
                                                        Raw(
                                                         PartRaw {
                                                          content: "/bin/syncoid",
                                                          span: Span {
                                                           start: Position {
                                                            line: 334,
                                                            column: 51,
                                                           },
                                                           end: Position {
                                                            line: 334,
                                                            column: 77,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                       span: Span {
                                                        start: Position {
                                                         line: 334,
                                                         column: 50,
                                                        },
                                                        end: Position {
                                                         line: 334,
                                                         column: 78,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                    span: Span {
                                                     start: Position {
                                                      line: 334,
                                                      column: 48,
                                                     },
                                                     end: Position {
                                                      line: 334,
                                                      column: 80,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  operator: Concatenation,
                                                  right: BinaryOperation(
                                                   BinaryOperation {
                                                    left: FunctionApplication(
                                                     FunctionApplication {
                                                      function: Identifier(
                                                       Identifier {
                                                        id: "optionals",
                                                        span: Span {
                                                         start: Position {
                                                          line: 335,
                                                          column: 20,
                                                         },
                                                         end: Position {
                                                          line: 335,
                                                          column: 29,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      arguments: [
                                                       PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "c",
                                                           span: Span {
                                                            start: Position {
                                                             line: 335,
                                                             column: 30,
                                                            },
                                                            end: Position {
                                                             line: 335,
                                                             column: 31,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "useCommonArgs",
                                                            span: Span {
                                                             start: Position {
                                                              line: 335,
                                                              column: 32,
                                                             },
                                                             end: Position {
                                                              line: 335,
                                                              column: 45,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                       PropertyAccess(
                                                        PropertyAccess {
                                                         expression: Identifier(
                                                          Identifier {
                                                           id: "cfg",
                                                           span: Span {
                                                            start: Position {
                                                             line: 335,
                                                             column: 46,
                                                            },
                                                            end: Position {
                                                             line: 335,
                                                             column: 49,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                         attribute_path: [
                                                          Raw(
                                                           PartRaw {
                                                            content: "commonArgs",
                                                            span: Span {
                                                             start: Position {
                                                              line: 335,
                                                              column: 50,
                                                             },
                                                             end: Position {
                                                              line: 335,
                                                              column: 60,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         ],
                                                         default: None,
                                                        },
                                                       ),
                                                      ],
                                                     },
                                                    ),
                                                    operator: Concatenation,
                                                    right: BinaryOperation(
                                                     BinaryOperation {
                                                      left: FunctionApplication(
                                                       FunctionApplication {
                                                        function: Identifier(
                                                         Identifier {
                                                          id: "optional",
                                                          span: Span {
                                                           start: Position {
                                                            line: 336,
                                                            column: 20,
                                                           },
                                                           end: Position {
                                                            line: 336,
                                                            column: 28,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        arguments: [
                                                         PropertyAccess(
                                                          PropertyAccess {
                                                           expression: Identifier(
                                                            Identifier {
                                                             id: "c",
                                                             span: Span {
                                                              start: Position {
                                                               line: 336,
                                                               column: 29,
                                                              },
                                                              end: Position {
                                                               line: 336,
                                                               column: 30,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                           attribute_path: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "recursive",
                                                              span: Span {
                                                               start: Position {
                                                                line: 336,
                                                                column: 31,
                                                               },
                                                               end: Position {
                                                                line: 336,
                                                                column: 40,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           default: None,
                                                          },
                                                         ),
                                                         String(
                                                          String_ {
                                                           parts: [
                                                            Raw(
                                                             PartRaw {
                                                              content: "-r",
                                                              span: Span {
                                                               start: Position {
                                                                line: 336,
                                                                column: 42,
                                                               },
                                                               end: Position {
                                                                line: 336,
                                                                column: 44,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                           ],
                                                           span: Span {
                                                            start: Position {
                                                             line: 336,
                                                             column: 41,
                                                            },
                                                            end: Position {
                                                             line: 336,
                                                             column: 45,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                       },
                                                      ),
                                                      operator: Concatenation,
                                                      right: BinaryOperation(
                                                       BinaryOperation {
                                                        left: FunctionApplication(
                                                         FunctionApplication {
                                                          function: Identifier(
                                                           Identifier {
                                                            id: "optionals",
                                                            span: Span {
                                                             start: Position {
                                                              line: 337,
                                                              column: 20,
                                                             },
                                                             end: Position {
                                                              line: 337,
                                                              column: 29,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                          arguments: [
                                                           BinaryOperation(
                                                            BinaryOperation {
                                                             left: PropertyAccess(
                                                              PropertyAccess {
                                                               expression: Identifier(
                                                                Identifier {
                                                                 id: "c",
                                                                 span: Span {
                                                                  start: Position {
                                                                   line: 337,
                                                                   column: 31,
                                                                  },
                                                                  end: Position {
                                                                   line: 337,
                                                                   column: 32,
                                                                  },
                                                                 },
                                                                },
                                                               ),
                                                               attribute_path: [
                                                                Raw(
                                                                 PartRaw {
                                                                  content: "sshKey",
                                                                  span: Span {
                                                                   start: Position {
                                                                    line: 337,
                                                                    column: 33,
                                                                   },
                                                                   end: Position {
                                                                    line: 337,
                                                                    column: 39,
                                                                   },
                                                                  },
                                                                 },
                                                                ),
                                                               ],
                                                               default: None,
                                                              },
                                                             ),
                                                             operator: NotEqualTo,
                                                             right: Identifier(
                                                              Identifier {
                                                               id: "null",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 337,
                                                                 column: 43,
                                                                },
                                                                end: Position {
                                                                 line: 337,
                                                                 column: 47,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            },
                                                           ),
                                                           List(
                                                            List {
                                                             elements: [
                                                              String(
                                                               String_ {
                                                                parts: [
                                                                 Raw(
                                                                  PartRaw {
                                                                   content: "--sshkey",
                                                                   span: Span {
                                                                    start: Position {
                                                                     line: 337,
                                                                     column: 52,
                                                                    },
                                                                    end: Position {
                                                                     line: 337,
                                                                     column: 60,
                                                                    },
                                                                   },
                                                                  },
                                                                 ),
                                                                ],
                                                                span: Span {
                                                                 start: Position {
                                                                  line: 337,
                                                                  column: 51,
                                                                 },
                                                                 end: Position {
                                                                  line: 337,
                                                                  column: 61,
                                                                 },
                                                                },
                                                               },
                                                              ),
                                                              PropertyAccess(
                                                               PropertyAccess {
                                                                expression: Identifier(
                                                                 Identifier {
                                                                  id: "c",
                                                                  span: Span {
                                                                   start: Position {
                                                                    line: 337,
                                                                    column: 62,
                                                                   },
                                                                   end: Position {
                                                                    line: 337,
                                                                    column: 63,
                                                                   },
                                                                  },
                                                                 },
                                                                ),
                                                                attribute_path: [
                                                                 Raw(
                                                                  PartRaw {
                                                                   content: "sshKey",
                                                                   span: Span {
                                                                    start: Position {
                                                                     line: 337,
                                                                     column: 64,
                                                                    },
                                                                    end: Position {
                                                                     line: 337,
                                                                     column: 70,
                                                                    },
                                                                   },
                                                                  },
                                                                 ),
                                                                ],
                                                                default: None,
                                                               },
                                                              ),
                                                             ],
                                                             span: Span {
                                                              start: Position {
                                                               line: 337,
                                                               column: 49,
                                                              },
                                                              end: Position {
                                                               line: 337,
                                                               column: 72,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                         },
                                                        ),
                                                        operator: Concatenation,
                                                        right: BinaryOperation(
                                                         BinaryOperation {
                                                          left: PropertyAccess(
                                                           PropertyAccess {
                                                            expression: Identifier(
                                                             Identifier {
                                                              id: "c",
                                                              span: Span {
                                                               start: Position {
                                                                line: 338,
                                                                column: 20,
                                                               },
                                                               end: Position {
                                                                line: 338,
                                                                column: 21,
                                                               },
                                                              },
                                                             },
                                                            ),
                                                            attribute_path: [
                                                             Raw(
                                                              PartRaw {
                                                               content: "extraArgs",
                                                               span: Span {
                                                                start: Position {
                                                                 line: 338,
                                                                 column: 22,
                                                                },
                                                                end: Position {
                                                                 line: 338,
                                                                 column: 31,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                            ],
                                                            default: None,
                                                           },
                                                          ),
                                                          operator: Concatenation,
                                                          right: List(
                                                           List {
                                                            elements: [
                                                             String(
                                                              String_ {
                                                               parts: [
                                                                Raw(
                                                                 PartRaw {
                                                                  content: "--sendoptions",
                                                                  span: Span {
                                                                   start: Position {
                                                                    line: 340,
                                                                    column: 18,
                                                                   },
                                                                   end: Position {
                                                                    line: 340,
                                                                    column: 31,
                                                                   },
                                                                  },
                                                                 },
                                                                ),
                                                               ],
                                                               span: Span {
                                                                start: Position {
                                                                 line: 340,
                                                                 column: 17,
                                                                },
                                                                end: Position {
                                                                 line: 340,
                                                                 column: 32,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             PropertyAccess(
                                                              PropertyAccess {
                                                               expression: Identifier(
                                                                Identifier {
                                                                 id: "c",
                                                                 span: Span {
                                                                  start: Position {
                                                                   line: 341,
                                                                   column: 17,
                                                                  },
                                                                  end: Position {
                                                                   line: 341,
                                                                   column: 18,
                                                                  },
                                                                 },
                                                                },
                                                               ),
                                                               attribute_path: [
                                                                Raw(
                                                                 PartRaw {
                                                                  content: "sendOptions",
                                                                  span: Span {
                                                                   start: Position {
                                                                    line: 341,
                                                                    column: 19,
                                                                   },
                                                                   end: Position {
                                                                    line: 341,
                                                                    column: 30,
                                                                   },
                                                                  },
                                                                 },
                                                                ),
                                                               ],
                                                               default: None,
                                                              },
                                                             ),
                                                             String(
                                                              String_ {
                                                               parts: [
                                                                Raw(
                                                                 PartRaw {
                                                                  content: "--recvoptions",
                                                                  span: Span {
                                                                   start: Position {
                                                                    line: 342,
                                                                    column: 18,
                                                                   },
                                                                   end: Position {
                                                                    line: 342,
                                                                    column: 31,
                                                                   },
                                                                  },
                                                                 },
                                                                ),
                                                               ],
                                                               span: Span {
                                                                start: Position {
                                                                 line: 342,
                                                                 column: 17,
                                                                },
                                                                end: Position {
                                                                 line: 342,
                                                                 column: 32,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             PropertyAccess(
                                                              PropertyAccess {
                                                               expression: Identifier(
                                                                Identifier {
                                                                 id: "c",
                                                                 span: Span {
                                                                  start: Position {
                                                                   line: 343,
                                                                   column: 17,
                                                                  },
                                                                  end: Position {
                                                                   line: 343,
                                                                   column: 18,
                                                                  },
                                                                 },
                                                                },
                                                               ),
                                                               attribute_path: [
                                                                Raw(
                                                                 PartRaw {
                                                                  content: "recvOptions",
                                                                  span: Span {
                                                                   start: Position {
                                                                    line: 343,
                                                                    column: 19,
                                                                   },
                                                                   end: Position {
                                                                    line: 343,
                                                                    column: 30,
                                                                   },
                                                                  },
                                                                 },
                                                                ),
                                                               ],
                                                               default: None,
                                                              },
                                                             ),
                                                             String(
                                                              String_ {
                                                               parts: [
                                                                Raw(
                                                                 PartRaw {
                                                                  content: "--no-privilege-elevation",
                                                                  span: Span {
                                                                   start: Position {
                                                                    line: 344,
                                                                    column: 18,
                                                                   },
                                                                   end: Position {
                                                                    line: 344,
                                                                    column: 42,
                                                                   },
                                                                  },
                                                                 },
                                                                ),
                                                               ],
                                                               span: Span {
                                                                start: Position {
                                                                 line: 344,
                                                                 column: 17,
                                                                },
                                                                end: Position {
                                                                 line: 344,
                                                                 column: 43,
                                                                },
                                                               },
                                                              },
                                                             ),
                                                             PropertyAccess(
                                                              PropertyAccess {
                                                               expression: Identifier(
                                                                Identifier {
                                                                 id: "c",
                                                                 span: Span {
                                                                  start: Position {
                                                                   line: 345,
                                                                   column: 17,
                                                                  },
                                                                  end: Position {
                                                                   line: 345,
                                                                   column: 18,
                                                                  },
                                                                 },
                                                                },
                                                               ),
                                                               attribute_path: [
                                                                Raw(
                                                                 PartRaw {
                                                                  content: "source",
                                                                  span: Span {
                                                                   start: Position {
                                                                    line: 345,
                                                                    column: 19,
                                                                   },
                                                                   end: Position {
                                                                    line: 345,
                                                                    column: 25,
                                                                   },
                                                                  },
                                                                 },
                                                                ),
                                                               ],
                                                               default: None,
                                                              },
                                                             ),
                                                             PropertyAccess(
                                                              PropertyAccess {
                                                               expression: Identifier(
                                                                Identifier {
                                                                 id: "c",
                                                                 span: Span {
                                                                  start: Position {
                                                                   line: 346,
                                                                   column: 17,
                                                                  },
                                                                  end: Position {
                                                                   line: 346,
                                                                   column: 18,
                                                                  },
                                                                 },
                                                                },
                                                               ),
                                                               attribute_path: [
                                                                Raw(
                                                                 PartRaw {
                                                                  content: "target",
                                                                  span: Span {
                                                                   start: Position {
                                                                    line: 346,
                                                                    column: 19,
                                                                   },
                                                                   end: Position {
                                                                    line: 346,
                                                                    column: 25,
                                                                   },
                                                                  },
                                                                 },
                                                                ),
                                                               ],
                                                               default: None,
                                                              },
                                                             ),
                                                            ],
                                                            span: Span {
                                                             start: Position {
                                                              line: 339,
                                                              column: 20,
                                                             },
                                                             end: Position {
                                                              line: 347,
                                                              column: 16,
                                                             },
                                                            },
                                                           },
                                                          ),
                                                         },
                                                        ),
                                                       },
                                                      ),
                                                     },
                                                    ),
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "User",
                                                span: Span {
                                                 start: Position {
                                                  line: 348,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 348,
                                                  column: 19,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "cfg",
                                                 span: Span {
                                                  start: Position {
                                                   line: 348,
                                                   column: 22,
                                                  },
                                                  end: Position {
                                                   line: 348,
                                                   column: 25,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "user",
                                                  span: Span {
                                                   start: Position {
                                                    line: 348,
                                                    column: 26,
                                                   },
                                                   end: Position {
                                                    line: 348,
                                                    column: 30,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "Group",
                                                span: Span {
                                                 start: Position {
                                                  line: 349,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 349,
                                                  column: 20,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: PropertyAccess(
                                              PropertyAccess {
                                               expression: Identifier(
                                                Identifier {
                                                 id: "cfg",
                                                 span: Span {
                                                  start: Position {
                                                   line: 349,
                                                   column: 23,
                                                  },
                                                  end: Position {
                                                   line: 349,
                                                   column: 26,
                                                  },
                                                 },
                                                },
                                               ),
                                               attribute_path: [
                                                Raw(
                                                 PartRaw {
                                                  content: "group",
                                                  span: Span {
                                                   start: Position {
                                                    line: 349,
                                                    column: 27,
                                                   },
                                                   end: Position {
                                                    line: 349,
                                                    column: 32,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               default: None,
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "StateDirectory",
                                                span: Span {
                                                 start: Position {
                                                  line: 350,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 350,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: List(
                                              List {
                                               elements: [
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "syncoid",
                                                     span: Span {
                                                      start: Position {
                                                       line: 350,
                                                       column: 35,
                                                      },
                                                      end: Position {
                                                       line: 350,
                                                       column: 42,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 350,
                                                    column: 34,
                                                   },
                                                   end: Position {
                                                    line: 350,
                                                    column: 43,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 350,
                                                 column: 32,
                                                },
                                                end: Position {
                                                 line: 350,
                                                 column: 45,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "StateDirectoryMode",
                                                span: Span {
                                                 start: Position {
                                                  line: 351,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 351,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "700",
                                                  span: Span {
                                                   start: Position {
                                                    line: 351,
                                                    column: 37,
                                                   },
                                                   end: Position {
                                                    line: 351,
                                                    column: 40,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 351,
                                                 column: 36,
                                                },
                                                end: Position {
                                                 line: 351,
                                                 column: 41,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "PrivateTmp",
                                                span: Span {
                                                 start: Position {
                                                  line: 353,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 353,
                                                  column: 25,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 353,
                                                 column: 28,
                                                },
                                                end: Position {
                                                 line: 353,
                                                 column: 32,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ProcSubset",
                                                span: Span {
                                                 start: Position {
                                                  line: 356,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 356,
                                                  column: 25,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "all",
                                                  span: Span {
                                                   start: Position {
                                                    line: 356,
                                                    column: 29,
                                                   },
                                                   end: Position {
                                                    line: 356,
                                                    column: 32,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 356,
                                                 column: 28,
                                                },
                                                end: Position {
                                                 line: 356,
                                                 column: 33,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ProtectProc",
                                                span: Span {
                                                 start: Position {
                                                  line: 357,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 357,
                                                  column: 26,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "default",
                                                  span: Span {
                                                   start: Position {
                                                    line: 357,
                                                    column: 30,
                                                   },
                                                   end: Position {
                                                    line: 357,
                                                    column: 37,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 357,
                                                 column: 29,
                                                },
                                                end: Position {
                                                 line: 357,
                                                 column: 38,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "AmbientCapabilities",
                                                span: Span {
                                                 start: Position {
                                                  line: 361,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 361,
                                                  column: 34,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: String(
                                              String_ {
                                               parts: [],
                                               span: Span {
                                                start: Position {
                                                 line: 361,
                                                 column: 37,
                                                },
                                                end: Position {
                                                 line: 361,
                                                 column: 39,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "CapabilityBoundingSet",
                                                span: Span {
                                                 start: Position {
                                                  line: 362,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 362,
                                                  column: 36,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: String(
                                              String_ {
                                               parts: [],
                                               span: Span {
                                                start: Position {
                                                 line: 362,
                                                 column: 39,
                                                },
                                                end: Position {
                                                 line: 362,
                                                 column: 41,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "DeviceAllow",
                                                span: Span {
                                                 start: Position {
                                                  line: 363,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 363,
                                                  column: 26,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: List(
                                              List {
                                               elements: [
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "/dev/zfs",
                                                     span: Span {
                                                      start: Position {
                                                       line: 363,
                                                       column: 32,
                                                      },
                                                      end: Position {
                                                       line: 363,
                                                       column: 40,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 363,
                                                    column: 31,
                                                   },
                                                   end: Position {
                                                    line: 363,
                                                    column: 41,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 363,
                                                 column: 29,
                                                },
                                                end: Position {
                                                 line: 363,
                                                 column: 43,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "LockPersonality",
                                                span: Span {
                                                 start: Position {
                                                  line: 364,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 364,
                                                  column: 30,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 364,
                                                 column: 33,
                                                },
                                                end: Position {
                                                 line: 364,
                                                 column: 37,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "MemoryDenyWriteExecute",
                                                span: Span {
                                                 start: Position {
                                                  line: 365,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 365,
                                                  column: 37,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 365,
                                                 column: 40,
                                                },
                                                end: Position {
                                                 line: 365,
                                                 column: 44,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "NoNewPrivileges",
                                                span: Span {
                                                 start: Position {
                                                  line: 366,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 366,
                                                  column: 30,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 366,
                                                 column: 33,
                                                },
                                                end: Position {
                                                 line: 366,
                                                 column: 37,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "PrivateDevices",
                                                span: Span {
                                                 start: Position {
                                                  line: 367,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 367,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 367,
                                                 column: 32,
                                                },
                                                end: Position {
                                                 line: 367,
                                                 column: 36,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "PrivateMounts",
                                                span: Span {
                                                 start: Position {
                                                  line: 368,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 368,
                                                  column: 28,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 368,
                                                 column: 31,
                                                },
                                                end: Position {
                                                 line: 368,
                                                 column: 35,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "PrivateNetwork",
                                                span: Span {
                                                 start: Position {
                                                  line: 369,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 369,
                                                  column: 29,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: FunctionApplication(
                                              FunctionApplication {
                                               function: Identifier(
                                                Identifier {
                                                 id: "mkDefault",
                                                 span: Span {
                                                  start: Position {
                                                   line: 369,
                                                   column: 32,
                                                  },
                                                  end: Position {
                                                   line: 369,
                                                   column: 41,
                                                  },
                                                 },
                                                },
                                               ),
                                               arguments: [
                                                Identifier(
                                                 Identifier {
                                                  id: "false",
                                                  span: Span {
                                                   start: Position {
                                                    line: 369,
                                                    column: 42,
                                                   },
                                                   end: Position {
                                                    line: 369,
                                                    column: 47,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "PrivateUsers",
                                                span: Span {
                                                 start: Position {
                                                  line: 370,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 370,
                                                  column: 27,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 370,
                                                 column: 30,
                                                },
                                                end: Position {
                                                 line: 370,
                                                 column: 34,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ProtectClock",
                                                span: Span {
                                                 start: Position {
                                                  line: 371,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 371,
                                                  column: 27,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 371,
                                                 column: 30,
                                                },
                                                end: Position {
                                                 line: 371,
                                                 column: 34,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ProtectControlGroups",
                                                span: Span {
                                                 start: Position {
                                                  line: 372,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 372,
                                                  column: 35,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 372,
                                                 column: 38,
                                                },
                                                end: Position {
                                                 line: 372,
                                                 column: 42,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ProtectHome",
                                                span: Span {
                                                 start: Position {
                                                  line: 373,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 373,
                                                  column: 26,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 373,
                                                 column: 29,
                                                },
                                                end: Position {
                                                 line: 373,
                                                 column: 33,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ProtectHostname",
                                                span: Span {
                                                 start: Position {
                                                  line: 374,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 374,
                                                  column: 30,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 374,
                                                 column: 33,
                                                },
                                                end: Position {
                                                 line: 374,
                                                 column: 37,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ProtectKernelLogs",
                                                span: Span {
                                                 start: Position {
                                                  line: 375,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 375,
                                                  column: 32,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 375,
                                                 column: 35,
                                                },
                                                end: Position {
                                                 line: 375,
                                                 column: 39,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ProtectKernelModules",
                                                span: Span {
                                                 start: Position {
                                                  line: 376,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 376,
                                                  column: 35,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 376,
                                                 column: 38,
                                                },
                                                end: Position {
                                                 line: 376,
                                                 column: 42,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ProtectKernelTunables",
                                                span: Span {
                                                 start: Position {
                                                  line: 377,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 377,
                                                  column: 36,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 377,
                                                 column: 39,
                                                },
                                                end: Position {
                                                 line: 377,
                                                 column: 43,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "ProtectSystem",
                                                span: Span {
                                                 start: Position {
                                                  line: 378,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 378,
                                                  column: 28,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "strict",
                                                  span: Span {
                                                   start: Position {
                                                    line: 378,
                                                    column: 32,
                                                   },
                                                   end: Position {
                                                    line: 378,
                                                    column: 38,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 378,
                                                 column: 31,
                                                },
                                                end: Position {
                                                 line: 378,
                                                 column: 39,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "RemoveIPC",
                                                span: Span {
                                                 start: Position {
                                                  line: 379,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 379,
                                                  column: 24,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 379,
                                                 column: 27,
                                                },
                                                end: Position {
                                                 line: 379,
                                                 column: 31,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "RestrictAddressFamilies",
                                                span: Span {
                                                 start: Position {
                                                  line: 380,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 380,
                                                  column: 38,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: List(
                                              List {
                                               elements: [
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "AF_UNIX",
                                                     span: Span {
                                                      start: Position {
                                                       line: 380,
                                                       column: 44,
                                                      },
                                                      end: Position {
                                                       line: 380,
                                                       column: 51,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 380,
                                                    column: 43,
                                                   },
                                                   end: Position {
                                                    line: 380,
                                                    column: 52,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "AF_INET",
                                                     span: Span {
                                                      start: Position {
                                                       line: 380,
                                                       column: 54,
                                                      },
                                                      end: Position {
                                                       line: 380,
                                                       column: 61,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 380,
                                                    column: 53,
                                                   },
                                                   end: Position {
                                                    line: 380,
                                                    column: 62,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "AF_INET6",
                                                     span: Span {
                                                      start: Position {
                                                       line: 380,
                                                       column: 64,
                                                      },
                                                      end: Position {
                                                       line: 380,
                                                       column: 72,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 380,
                                                    column: 63,
                                                   },
                                                   end: Position {
                                                    line: 380,
                                                    column: 73,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 380,
                                                 column: 41,
                                                },
                                                end: Position {
                                                 line: 380,
                                                 column: 75,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "RestrictNamespaces",
                                                span: Span {
                                                 start: Position {
                                                  line: 381,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 381,
                                                  column: 33,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 381,
                                                 column: 36,
                                                },
                                                end: Position {
                                                 line: 381,
                                                 column: 40,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "RestrictRealtime",
                                                span: Span {
                                                 start: Position {
                                                  line: 382,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 382,
                                                  column: 31,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 382,
                                                 column: 34,
                                                },
                                                end: Position {
                                                 line: 382,
                                                 column: 38,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "RestrictSUIDSGID",
                                                span: Span {
                                                 start: Position {
                                                  line: 383,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 383,
                                                  column: 31,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 383,
                                                 column: 34,
                                                },
                                                end: Position {
                                                 line: 383,
                                                 column: 38,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "RootDirectory",
                                                span: Span {
                                                 start: Position {
                                                  line: 384,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 384,
                                                  column: 28,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "/run/syncoid/",
                                                  span: Span {
                                                   start: Position {
                                                    line: 384,
                                                    column: 32,
                                                   },
                                                   end: Position {
                                                    line: 384,
                                                    column: 67,
                                                   },
                                                  },
                                                 },
                                                ),
                                                Interpolation(
                                                 PartInterpolation {
                                                  expression: FunctionApplication(
                                                   FunctionApplication {
                                                    function: Identifier(
                                                     Identifier {
                                                      id: "escapeUnitName",
                                                      span: Span {
                                                       start: Position {
                                                        line: 384,
                                                        column: 47,
                                                       },
                                                       end: Position {
                                                        line: 384,
                                                        column: 61,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    arguments: [
                                                     Identifier(
                                                      Identifier {
                                                       id: "name",
                                                       span: Span {
                                                        start: Position {
                                                         line: 384,
                                                         column: 62,
                                                        },
                                                        end: Position {
                                                         line: 384,
                                                         column: 66,
                                                        },
                                                       },
                                                      },
                                                     ),
                                                    ],
                                                   },
                                                  ),
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 384,
                                                 column: 31,
                                                },
                                                end: Position {
                                                 line: 384,
                                                 column: 68,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "RootDirectoryStartOnly",
                                                span: Span {
                                                 start: Position {
                                                  line: 385,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 385,
                                                  column: 37,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 385,
                                                 column: 40,
                                                },
                                                end: Position {
                                                 line: 385,
                                                 column: 44,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "BindPaths",
                                                span: Span {
                                                 start: Position {
                                                  line: 386,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 386,
                                                  column: 24,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: List(
                                              List {
                                               elements: [
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "/dev/zfs",
                                                     span: Span {
                                                      start: Position {
                                                       line: 386,
                                                       column: 30,
                                                      },
                                                      end: Position {
                                                       line: 386,
                                                       column: 38,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 386,
                                                    column: 29,
                                                   },
                                                   end: Position {
                                                    line: 386,
                                                    column: 39,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 386,
                                                 column: 27,
                                                },
                                                end: Position {
                                                 line: 386,
                                                 column: 41,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "BindReadOnlyPaths",
                                                span: Span {
                                                 start: Position {
                                                  line: 387,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 387,
                                                  column: 32,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: List(
                                              List {
                                               elements: [
                                                PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "builtins",
                                                    span: Span {
                                                     start: Position {
                                                      line: 387,
                                                      column: 37,
                                                     },
                                                     end: Position {
                                                      line: 387,
                                                      column: 45,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "storeDir",
                                                     span: Span {
                                                      start: Position {
                                                       line: 387,
                                                       column: 46,
                                                      },
                                                      end: Position {
                                                       line: 387,
                                                       column: 54,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "/etc",
                                                     span: Span {
                                                      start: Position {
                                                       line: 387,
                                                       column: 56,
                                                      },
                                                      end: Position {
                                                       line: 387,
                                                       column: 60,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 387,
                                                    column: 55,
                                                   },
                                                   end: Position {
                                                    line: 387,
                                                    column: 61,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "/run",
                                                     span: Span {
                                                      start: Position {
                                                       line: 387,
                                                       column: 63,
                                                      },
                                                      end: Position {
                                                       line: 387,
                                                       column: 67,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 387,
                                                    column: 62,
                                                   },
                                                   end: Position {
                                                    line: 387,
                                                    column: 68,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "/bin/sh",
                                                     span: Span {
                                                      start: Position {
                                                       line: 387,
                                                       column: 70,
                                                      },
                                                      end: Position {
                                                       line: 387,
                                                       column: 77,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 387,
                                                    column: 69,
                                                   },
                                                   end: Position {
                                                    line: 387,
                                                    column: 78,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 387,
                                                 column: 35,
                                                },
                                                end: Position {
                                                 line: 387,
                                                 column: 80,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "InaccessiblePaths",
                                                span: Span {
                                                 start: Position {
                                                  line: 389,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 389,
                                                  column: 32,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: List(
                                              List {
                                               elements: [
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "-+/run/syncoid/",
                                                     span: Span {
                                                      start: Position {
                                                       line: 389,
                                                       column: 38,
                                                      },
                                                      end: Position {
                                                       line: 389,
                                                       column: 75,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   Interpolation(
                                                    PartInterpolation {
                                                     expression: FunctionApplication(
                                                      FunctionApplication {
                                                       function: Identifier(
                                                        Identifier {
                                                         id: "escapeUnitName",
                                                         span: Span {
                                                          start: Position {
                                                           line: 389,
                                                           column: 55,
                                                          },
                                                          end: Position {
                                                           line: 389,
                                                           column: 69,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       arguments: [
                                                        Identifier(
                                                         Identifier {
                                                          id: "name",
                                                          span: Span {
                                                           start: Position {
                                                            line: 389,
                                                            column: 70,
                                                           },
                                                           end: Position {
                                                            line: 389,
                                                            column: 74,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 389,
                                                    column: 37,
                                                   },
                                                   end: Position {
                                                    line: 389,
                                                    column: 76,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 389,
                                                 column: 35,
                                                },
                                                end: Position {
                                                 line: 389,
                                                 column: 78,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "MountAPIVFS",
                                                span: Span {
                                                 start: Position {
                                                  line: 390,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 390,
                                                  column: 26,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: Identifier(
                                              Identifier {
                                               id: "true",
                                               span: Span {
                                                start: Position {
                                                 line: 390,
                                                 column: 29,
                                                },
                                                end: Position {
                                                 line: 390,
                                                 column: 33,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "RuntimeDirectory",
                                                span: Span {
                                                 start: Position {
                                                  line: 392,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 392,
                                                  column: 31,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: List(
                                              List {
                                               elements: [
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "syncoid/",
                                                     span: Span {
                                                      start: Position {
                                                       line: 392,
                                                       column: 37,
                                                      },
                                                      end: Position {
                                                       line: 392,
                                                       column: 67,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                   Interpolation(
                                                    PartInterpolation {
                                                     expression: FunctionApplication(
                                                      FunctionApplication {
                                                       function: Identifier(
                                                        Identifier {
                                                         id: "escapeUnitName",
                                                         span: Span {
                                                          start: Position {
                                                           line: 392,
                                                           column: 47,
                                                          },
                                                          end: Position {
                                                           line: 392,
                                                           column: 61,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                       arguments: [
                                                        Identifier(
                                                         Identifier {
                                                          id: "name",
                                                          span: Span {
                                                           start: Position {
                                                            line: 392,
                                                            column: 62,
                                                           },
                                                           end: Position {
                                                            line: 392,
                                                            column: 66,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       ],
                                                      },
                                                     ),
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 392,
                                                    column: 36,
                                                   },
                                                   end: Position {
                                                    line: 392,
                                                    column: 68,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 392,
                                                 column: 34,
                                                },
                                                end: Position {
                                                 line: 392,
                                                 column: 70,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "RuntimeDirectoryMode",
                                                span: Span {
                                                 start: Position {
                                                  line: 393,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 393,
                                                  column: 35,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "700",
                                                  span: Span {
                                                   start: Position {
                                                    line: 393,
                                                    column: 39,
                                                   },
                                                   end: Position {
                                                    line: 393,
                                                    column: 42,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 393,
                                                 column: 38,
                                                },
                                                end: Position {
                                                 line: 393,
                                                 column: 43,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "SystemCallFilter",
                                                span: Span {
                                                 start: Position {
                                                  line: 394,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 394,
                                                  column: 31,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: List(
                                              List {
                                               elements: [
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "@system-service",
                                                     span: Span {
                                                      start: Position {
                                                       line: 395,
                                                       column: 18,
                                                      },
                                                      end: Position {
                                                       line: 395,
                                                       column: 33,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 395,
                                                    column: 17,
                                                   },
                                                   end: Position {
                                                    line: 395,
                                                    column: 34,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "~@aio",
                                                     span: Span {
                                                      start: Position {
                                                       line: 400,
                                                       column: 18,
                                                      },
                                                      end: Position {
                                                       line: 400,
                                                       column: 23,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 400,
                                                    column: 17,
                                                   },
                                                   end: Position {
                                                    line: 400,
                                                    column: 24,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "~@chown",
                                                     span: Span {
                                                      start: Position {
                                                       line: 401,
                                                       column: 18,
                                                      },
                                                      end: Position {
                                                       line: 401,
                                                       column: 25,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 401,
                                                    column: 17,
                                                   },
                                                   end: Position {
                                                    line: 401,
                                                    column: 26,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "~@keyring",
                                                     span: Span {
                                                      start: Position {
                                                       line: 402,
                                                       column: 18,
                                                      },
                                                      end: Position {
                                                       line: 402,
                                                       column: 27,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 402,
                                                    column: 17,
                                                   },
                                                   end: Position {
                                                    line: 402,
                                                    column: 28,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "~@memlock",
                                                     span: Span {
                                                      start: Position {
                                                       line: 403,
                                                       column: 18,
                                                      },
                                                      end: Position {
                                                       line: 403,
                                                       column: 27,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 403,
                                                    column: 17,
                                                   },
                                                   end: Position {
                                                    line: 403,
                                                    column: 28,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "~@privileged",
                                                     span: Span {
                                                      start: Position {
                                                       line: 404,
                                                       column: 18,
                                                      },
                                                      end: Position {
                                                       line: 404,
                                                       column: 30,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 404,
                                                    column: 17,
                                                   },
                                                   end: Position {
                                                    line: 404,
                                                    column: 31,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "~@resources",
                                                     span: Span {
                                                      start: Position {
                                                       line: 405,
                                                       column: 18,
                                                      },
                                                      end: Position {
                                                       line: 405,
                                                       column: 29,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 405,
                                                    column: 17,
                                                   },
                                                   end: Position {
                                                    line: 405,
                                                    column: 30,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "~@setuid",
                                                     span: Span {
                                                      start: Position {
                                                       line: 406,
                                                       column: 18,
                                                      },
                                                      end: Position {
                                                       line: 406,
                                                       column: 26,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 406,
                                                    column: 17,
                                                   },
                                                   end: Position {
                                                    line: 406,
                                                    column: 27,
                                                   },
                                                  },
                                                 },
                                                ),
                                                String(
                                                 String_ {
                                                  parts: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "~@timer",
                                                     span: Span {
                                                      start: Position {
                                                       line: 407,
                                                       column: 18,
                                                      },
                                                      end: Position {
                                                       line: 407,
                                                       column: 25,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  span: Span {
                                                   start: Position {
                                                    line: 407,
                                                    column: 17,
                                                   },
                                                   end: Position {
                                                    line: 407,
                                                    column: 26,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 394,
                                                 column: 34,
                                                },
                                                end: Position {
                                                 line: 408,
                                                 column: 16,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "SystemCallArchitectures",
                                                span: Span {
                                                 start: Position {
                                                  line: 409,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 409,
                                                  column: 38,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "native",
                                                  span: Span {
                                                   start: Position {
                                                    line: 409,
                                                    column: 42,
                                                   },
                                                   end: Position {
                                                    line: 409,
                                                    column: 48,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 409,
                                                 column: 41,
                                                },
                                                end: Position {
                                                 line: 409,
                                                 column: 49,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                           KeyValue(
                                            BindingKeyValue {
                                             from: [
                                              Raw(
                                               PartRaw {
                                                content: "UMask",
                                                span: Span {
                                                 start: Position {
                                                  line: 412,
                                                  column: 15,
                                                 },
                                                 end: Position {
                                                  line: 412,
                                                  column: 20,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             to: String(
                                              String_ {
                                               parts: [
                                                Raw(
                                                 PartRaw {
                                                  content: "0066",
                                                  span: Span {
                                                   start: Position {
                                                    line: 412,
                                                    column: 24,
                                                   },
                                                   end: Position {
                                                    line: 412,
                                                    column: 28,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 412,
                                                 column: 23,
                                                },
                                                end: Position {
                                                 line: 412,
                                                 column: 29,
                                                },
                                               },
                                              },
                                             ),
                                            },
                                           ),
                                          ],
                                          span: Span {
                                           start: Position {
                                            line: 327,
                                            column: 29,
                                           },
                                           end: Position {
                                            line: 413,
                                            column: 14,
                                           },
                                          },
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 321,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 414,
                                       column: 12,
                                      },
                                     },
                                    },
                                   ),
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 415,
                                         column: 11,
                                        },
                                        end: Position {
                                         line: 415,
                                         column: 14,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "service",
                                        span: Span {
                                         start: Position {
                                          line: 415,
                                          column: 15,
                                         },
                                         end: Position {
                                          line: 415,
                                          column: 22,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "c",
                                       span: Span {
                                        start: Position {
                                         line: 416,
                                         column: 11,
                                        },
                                        end: Position {
                                         line: 416,
                                         column: 12,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "service",
                                        span: Span {
                                         start: Position {
                                          line: 416,
                                          column: 13,
                                         },
                                         end: Position {
                                          line: 416,
                                          column: 20,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 320,
                                    column: 65,
                                   },
                                   end: Position {
                                    line: 417,
                                    column: 10,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            ],
                           },
                          ),
                          span: Span {
                           start: Position {
                            line: 319,
                            column: 14,
                           },
                           end: Position {
                            line: 417,
                            column: 11,
                           },
                          },
                         },
                        ),
                        span: Span {
                         start: Position {
                          line: 319,
                          column: 8,
                         },
                         end: Position {
                          line: 417,
                          column: 11,
                         },
                        },
                       },
                      ),
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 418,
                            column: 7,
                           },
                           end: Position {
                            line: 418,
                            column: 10,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "commands",
                           span: Span {
                            start: Position {
                             line: 418,
                             column: 11,
                            },
                            end: Position {
                             line: 418,
                             column: 19,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 301,
                  column: 28,
                 },
                 end: Position {
                  line: 419,
                  column: 4,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "meta",
              span: Span {
               start: Position {
                line: 421,
                column: 3,
               },
               end: Position {
                line: 421,
                column: 7,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "maintainers",
              span: Span {
               start: Position {
                line: 421,
                column: 8,
               },
               end: Position {
                line: 421,
                column: 19,
               },
              },
             },
            ),
           ],
           to: With(
            With {
             expression: Identifier(
              Identifier {
               id: "maintainers",
               span: Span {
                start: Position {
                 line: 421,
                 column: 27,
                },
                end: Position {
                 line: 421,
                 column: 38,
                },
               },
              },
             ),
             target: List(
              List {
               elements: [
                Identifier(
                 Identifier {
                  id: "julm",
                  span: Span {
                   start: Position {
                    line: 421,
                    column: 42,
                   },
                   end: Position {
                    line: 421,
                    column: 46,
                   },
                  },
                 },
                ),
                Identifier(
                 Identifier {
                  id: "lopsided98",
                  span: Span {
                   start: Position {
                    line: 421,
                    column: 47,
                   },
                   end: Position {
                    line: 421,
                    column: 57,
                   },
                  },
                 },
                ),
               ],
               span: Span {
                start: Position {
                 line: 421,
                 column: 40,
                },
                end: Position {
                 line: 421,
                 column: 59,
                },
               },
              },
             ),
             span: Span {
              start: Position {
               line: 421,
               column: 22,
              },
              end: Position {
               line: 421,
               column: 59,
              },
             },
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 83,
          column: 1,
         },
         end: Position {
          line: 422,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 422,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 422,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 422,
    column: 2,
   },
  },
 },
)