---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "syncoid",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "localDatasetName",
        position: (9, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "d",
      },
      definition: FunctionApplication {
       function: Variable {
        identifier: "optionals",
        position: (9, 25),
       },
       arguments: [
        Parentheses {
         expression: BinaryOperation {
          operator: NotEqualTo,
          operands: [
           Variable {
            identifier: "d",
            position: (9, 36),
           },
           Variable {
            identifier: "null",
            position: (9, 41),
           },
          ],
          position: (9, 38),
         },
         position: (9, 35),
        },
        Parentheses {
         expression: LetIn {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "m",
               position: (10, 9),
              },
             ],
            },
            to: FunctionApplication {
             function: PropertyAccess {
              expression: Variable {
               identifier: "builtins",
               position: (10, 13),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "match",
                 position: (10, 22),
                },
               ],
              },
              default: None,
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "([^/@]+[^@]*)",
                 position: (10, 29),
                },
               ],
               position: (10, 28),
              },
              Variable {
               identifier: "d",
               position: (10, 44),
              },
             ],
            },
           },
          ],
          target: FunctionApplication {
           function: Variable {
            identifier: "optionals",
            position: (11, 5),
           },
           arguments: [
            Parentheses {
             expression: BinaryOperation {
              operator: NotEqualTo,
              operands: [
               Variable {
                identifier: "m",
                position: (11, 16),
               },
               Variable {
                identifier: "null",
                position: (11, 21),
               },
              ],
              position: (11, 18),
             },
             position: (11, 15),
            },
            Variable {
             identifier: "m",
             position: (11, 27),
            },
           ],
          },
          position: (10, 5),
         },
         position: (9, 47),
        },
       ],
      },
      position: (9, 22),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "escapeUnitName",
        position: (15, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "name",
      },
      definition: FunctionApplication {
       function: PropertyAccess {
        expression: Variable {
         identifier: "lib",
         position: (16, 5),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "concatMapStrings",
           position: (16, 9),
          },
         ],
        },
        default: None,
       },
       arguments: [
        Parentheses {
         expression: Function {
          argument: Simple {
           identifier: "s",
          },
          definition: IfThenElse {
           predicate: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (16, 33),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "isList",
                position: (16, 37),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Variable {
              identifier: "s",
              position: (16, 44),
             },
            ],
           },
           then: String {
            parts: [
             Raw {
              content: "-",
              position: (16, 52),
             },
            ],
            position: (16, 51),
           },
           else_: Variable {
            identifier: "s",
            position: (16, 60),
           },
           position: (16, 30),
          },
          position: (16, 27),
         },
         position: (16, 26),
        },
        Parentheses {
         expression: FunctionApplication {
          function: PropertyAccess {
           expression: Variable {
            identifier: "builtins",
            position: (17, 8),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "split",
              position: (17, 17),
             },
            ],
           },
           default: None,
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "[^a-zA-Z0-9_.\\-]+",
              position: (17, 24),
             },
            ],
            position: (17, 23),
           },
           Variable {
            identifier: "name",
            position: (17, 44),
           },
          ],
         },
         position: (17, 7),
        },
       ],
      },
      position: (15, 20),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "buildAllowCommand",
        position: (24, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "permissions",
      },
      definition: Function {
       argument: Simple {
        identifier: "dataset",
       },
       definition: Parentheses {
        expression: String {
         parts: [
          Raw {
           content: "-+",
           position: (25, 6),
          },
          Expression {
           expression: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (25, 10),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "writeShellScript",
                position: (25, 15),
               },
              ],
             },
             default: None,
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "zfs-allow-",
                position: (25, 33),
               },
               Expression {
                expression: Variable {
                 identifier: "dataset",
                 position: (25, 45),
                },
               },
              ],
              position: (25, 32),
             },
             String {
              parts: [
               Raw {
                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 ",
                position: (26, 1),
               },
               Expression {
                expression: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (29, 12),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "escapeShellArgs",
                     position: (29, 16),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "/run/booted-system/sw/bin/zfs",
                       position: (30, 10),
                      },
                     ],
                     position: (30, 9),
                    },
                    String {
                     parts: [
                      Raw {
                       content: "list",
                       position: (31, 10),
                      },
                     ],
                     position: (31, 9),
                    },
                    Variable {
                     identifier: "dataset",
                     position: (32, 9),
                    },
                   ],
                   position: (29, 32),
                  },
                 ],
                },
               },
               Raw {
                content: " 2> /dev/null; then\n  ",
                position: (33, 9),
               },
               Expression {
                expression: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (34, 11),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "escapeShellArgs",
                     position: (34, 15),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "/run/booted-system/sw/bin/zfs",
                       position: (35, 12),
                      },
                     ],
                     position: (35, 11),
                    },
                    String {
                     parts: [
                      Raw {
                       content: "allow",
                       position: (36, 12),
                      },
                     ],
                     position: (36, 11),
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (37, 11),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "user",
                        position: (37, 15),
                       },
                      ],
                     },
                     default: None,
                    },
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "concatStringsSep",
                       position: (38, 12),
                      },
                      arguments: [
                       String {
                        parts: [
                         Raw {
                          content: ",",
                          position: (38, 30),
                         },
                        ],
                        position: (38, 29),
                       },
                       Variable {
                        identifier: "permissions",
                        position: (38, 33),
                       },
                      ],
                     },
                     position: (38, 11),
                    },
                    Variable {
                     identifier: "dataset",
                     position: (39, 11),
                    },
                   ],
                   position: (34, 31),
                  },
                 ],
                },
               },
               Raw {
                content: "\nelse\n  ",
                position: (40, 11),
               },
               Expression {
                expression: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (42, 11),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "escapeShellArgs",
                     position: (42, 15),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "/run/booted-system/sw/bin/zfs",
                       position: (43, 12),
                      },
                     ],
                     position: (43, 11),
                    },
                    String {
                     parts: [
                      Raw {
                       content: "allow",
                       position: (44, 12),
                      },
                     ],
                     position: (44, 11),
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (45, 11),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "user",
                        position: (45, 15),
                       },
                      ],
                     },
                     default: None,
                    },
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "concatStringsSep",
                       position: (46, 12),
                      },
                      arguments: [
                       String {
                        parts: [
                         Raw {
                          content: ",",
                          position: (46, 30),
                         },
                        ],
                        position: (46, 29),
                       },
                       Variable {
                        identifier: "permissions",
                        position: (46, 33),
                       },
                      ],
                     },
                     position: (46, 11),
                    },
                    Parentheses {
                     expression: FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "builtins",
                        position: (48, 12),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "dirOf",
                          position: (48, 21),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       Variable {
                        identifier: "dataset",
                        position: (48, 27),
                       },
                      ],
                     },
                     position: (48, 11),
                    },
                   ],
                   position: (42, 31),
                  },
                 ],
                },
               },
               Raw {
                content: "\nfi\n",
                position: (49, 11),
               },
              ],
              position: (25, 55),
             },
            ],
           },
          },
         ],
         position: (25, 5),
        },
        position: (24, 45),
       },
       position: (24, 36),
      },
      position: (24, 23),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "buildUnallowCommand",
        position: (60, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "permissions",
      },
      definition: Function {
       argument: Simple {
        identifier: "dataset",
       },
       definition: Parentheses {
        expression: String {
         parts: [
          Raw {
           content: "-+",
           position: (61, 6),
          },
          Expression {
           expression: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "pkgs",
              position: (61, 10),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "writeShellScript",
                position: (61, 15),
               },
              ],
             },
             default: None,
            },
            arguments: [
             String {
              parts: [
               Raw {
                content: "zfs-unallow-",
                position: (61, 33),
               },
               Expression {
                expression: Variable {
                 identifier: "dataset",
                 position: (61, 47),
                },
               },
              ],
              position: (61, 32),
             },
             String {
              parts: [
               Raw {
                content: "# Here we explicitly use the booted system to guarantee the stable API needed by ZFS\n",
                position: (62, 1),
               },
               Expression {
                expression: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (63, 9),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "escapeShellArgs",
                     position: (63, 13),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "/run/booted-system/sw/bin/zfs",
                       position: (64, 10),
                      },
                     ],
                     position: (64, 9),
                    },
                    String {
                     parts: [
                      Raw {
                       content: "unallow",
                       position: (65, 10),
                      },
                     ],
                     position: (65, 9),
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (66, 9),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "user",
                        position: (66, 13),
                       },
                      ],
                     },
                     default: None,
                    },
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "concatStringsSep",
                       position: (67, 10),
                      },
                      arguments: [
                       String {
                        parts: [
                         Raw {
                          content: ",",
                          position: (67, 28),
                         },
                        ],
                        position: (67, 27),
                       },
                       Variable {
                        identifier: "permissions",
                        position: (67, 31),
                       },
                      ],
                     },
                     position: (67, 9),
                    },
                    Variable {
                     identifier: "dataset",
                     position: (68, 9),
                    },
                   ],
                   position: (63, 29),
                  },
                 ],
                },
               },
               Raw {
                content: "\n",
                position: (69, 9),
               },
               Expression {
                expression: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "lib",
                   position: (70, 9),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "escapeShellArgs",
                     position: (70, 13),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "/run/booted-system/sw/bin/zfs",
                       position: (71, 10),
                      },
                     ],
                     position: (71, 9),
                    },
                    String {
                     parts: [
                      Raw {
                       content: "unallow",
                       position: (72, 10),
                      },
                     ],
                     position: (72, 9),
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (73, 9),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "user",
                        position: (73, 13),
                       },
                      ],
                     },
                     default: None,
                    },
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "concatStringsSep",
                       position: (74, 10),
                      },
                      arguments: [
                       String {
                        parts: [
                         Raw {
                          content: ",",
                          position: (74, 28),
                         },
                        ],
                        position: (74, 27),
                       },
                       Variable {
                        identifier: "permissions",
                        position: (74, 31),
                       },
                      ],
                     },
                     position: (74, 9),
                    },
                    Parentheses {
                     expression: FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "builtins",
                        position: (76, 10),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "dirOf",
                          position: (76, 19),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       Variable {
                        identifier: "dataset",
                        position: (76, 25),
                       },
                      ],
                     },
                     position: (76, 9),
                    },
                   ],
                   position: (70, 29),
                  },
                 ],
                },
               },
               Raw {
                content: "\n",
                position: (77, 9),
               },
              ],
              position: (61, 57),
             },
            ],
           },
          },
         ],
         position: (61, 5),
        },
        position: (60, 47),
       },
       position: (60, 38),
      },
      position: (60, 25),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (85, 3),
        },
        Raw {
         content: "services",
         position: (85, 11),
        },
        Raw {
         content: "syncoid",
         position: (85, 20),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (86, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkEnableOption",
           position: (86, 14),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "Syncoid ZFS synchronization service",
              position: (86, 30),
             },
            ],
            position: (86, 29),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "interval",
            position: (88, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (88, 16),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (89, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (89, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (89, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (90, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "hourly",
                 position: (90, 18),
                },
               ],
               position: (90, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (91, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "*-*-* *:15:00",
                 position: (91, 18),
                },
               ],
               position: (91, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (92, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Run syncoid at this interval. The default is to run hourly.\n\nThe format is described in\n<citerefentry><refentrytitle>systemd.time</refentrytitle>\n<manvolnum>7</manvolnum></citerefentry>.\n",
                 position: (93, 1),
                },
               ],
               position: (92, 21),
              },
             },
            ],
            recursive: false,
            position: (88, 25),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "user",
            position: (101, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (101, 12),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (102, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (102, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (102, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (103, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "syncoid",
                 position: (103, 18),
                },
               ],
               position: (103, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (104, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "backup",
                 position: (104, 18),
                },
               ],
               position: (104, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (105, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 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",
                 position: (106, 1),
                },
               ],
               position: (105, 21),
              },
             },
            ],
            recursive: false,
            position: (101, 21),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "group",
            position: (115, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (115, 13),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (116, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (116, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (116, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (117, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "syncoid",
                 position: (117, 18),
                },
               ],
               position: (117, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (118, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "backup",
                 position: (118, 18),
                },
               ],
               position: (118, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (119, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "The group for the service.",
                 position: (119, 22),
                },
               ],
               position: (119, 21),
              },
             },
            ],
            recursive: false,
            position: (115, 22),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "sshKey",
            position: (122, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (122, 14),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (123, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (123, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "nullOr",
                   position: (123, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (123, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "path",
                    position: (123, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "apply",
                 position: (125, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "mapNullable",
                position: (125, 15),
               },
               arguments: [
                Variable {
                 identifier: "toString",
                 position: (125, 27),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (126, 7),
                },
               ],
              },
              to: Variable {
               identifier: "null",
               position: (126, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (127, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "SSH private key file to use to login to the remote system. Can be\noverridden in individual commands.\n",
                 position: (128, 1),
                },
               ],
               position: (127, 21),
              },
             },
            ],
            recursive: false,
            position: (122, 23),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "localSourceAllow",
            position: (133, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (133, 24),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (134, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (134, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "listOf",
                   position: (134, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (134, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "str",
                    position: (134, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (136, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "bookmark",
                   position: (136, 20),
                  },
                 ],
                 position: (136, 19),
                },
                String {
                 parts: [
                  Raw {
                   content: "hold",
                   position: (136, 31),
                  },
                 ],
                 position: (136, 30),
                },
                String {
                 parts: [
                  Raw {
                   content: "send",
                   position: (136, 38),
                  },
                 ],
                 position: (136, 37),
                },
                String {
                 parts: [
                  Raw {
                   content: "snapshot",
                   position: (136, 45),
                  },
                 ],
                 position: (136, 44),
                },
                String {
                 parts: [
                  Raw {
                   content: "destroy",
                   position: (136, 56),
                  },
                 ],
                 position: (136, 55),
                },
               ],
               position: (136, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (137, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Permissions granted for the <option>services.syncoid.user</option> user\nfor local source datasets. See\n<link xlink:href=\"https://openzfs.github.io/openzfs-docs/man/8/zfs-allow.8.html\"/>\nfor available permissions.\n",
                 position: (138, 1),
                },
               ],
               position: (137, 21),
              },
             },
            ],
            recursive: false,
            position: (133, 33),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "localTargetAllow",
            position: (145, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (145, 24),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (146, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (146, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "listOf",
                   position: (146, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (146, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "str",
                    position: (146, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (147, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "change-key",
                   position: (147, 20),
                  },
                 ],
                 position: (147, 19),
                },
                String {
                 parts: [
                  Raw {
                   content: "compression",
                   position: (147, 33),
                  },
                 ],
                 position: (147, 32),
                },
                String {
                 parts: [
                  Raw {
                   content: "create",
                   position: (147, 47),
                  },
                 ],
                 position: (147, 46),
                },
                String {
                 parts: [
                  Raw {
                   content: "mount",
                   position: (147, 56),
                  },
                 ],
                 position: (147, 55),
                },
                String {
                 parts: [
                  Raw {
                   content: "mountpoint",
                   position: (147, 64),
                  },
                 ],
                 position: (147, 63),
                },
                String {
                 parts: [
                  Raw {
                   content: "receive",
                   position: (147, 77),
                  },
                 ],
                 position: (147, 76),
                },
                String {
                 parts: [
                  Raw {
                   content: "rollback",
                   position: (147, 87),
                  },
                 ],
                 position: (147, 86),
                },
               ],
               position: (147, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (148, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "create",
                   position: (148, 20),
                  },
                 ],
                 position: (148, 19),
                },
                String {
                 parts: [
                  Raw {
                   content: "mount",
                   position: (148, 29),
                  },
                 ],
                 position: (148, 28),
                },
                String {
                 parts: [
                  Raw {
                   content: "receive",
                   position: (148, 37),
                  },
                 ],
                 position: (148, 36),
                },
                String {
                 parts: [
                  Raw {
                   content: "rollback",
                   position: (148, 47),
                  },
                 ],
                 position: (148, 46),
                },
               ],
               position: (148, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (149, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Permissions granted for the <option>services.syncoid.user</option> user\nfor local target datasets. See\n<link xlink:href=\"https://openzfs.github.io/openzfs-docs/man/8/zfs-allow.8.html\"/>\nfor available permissions.\nMake sure to include the <literal>change-key</literal> permission if you send raw encrypted datasets,\nthe <literal>compression</literal> 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",
                 position: (150, 1),
                },
               ],
               position: (149, 21),
              },
             },
            ],
            recursive: false,
            position: (145, 33),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "commonArgs",
            position: (160, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (160, 18),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (161, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (161, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "listOf",
                   position: (161, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (161, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "str",
                    position: (161, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (162, 7),
                },
               ],
              },
              to: List {
               elements: [],
               position: (162, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (163, 7),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "--no-sync-snap",
                   position: (163, 20),
                  },
                 ],
                 position: (163, 19),
                },
               ],
               position: (163, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (164, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Arguments to add to every syncoid command, unless disabled for that\ncommand. See\n<link xlink:href=\"https://github.com/jimsalterjrs/sanoid/#syncoid-command-line-options\"/>\nfor available options.\n",
                 position: (165, 1),
                },
               ],
               position: (164, 21),
              },
             },
            ],
            recursive: false,
            position: (160, 27),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "service",
            position: (172, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (172, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (173, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (173, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "attrs",
                  position: (173, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (174, 7),
                },
               ],
              },
              to: Map {
               bindings: [],
               recursive: false,
               position: (174, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (175, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Systemd configuration common to all syncoid services.\n",
                 position: (176, 1),
                },
               ],
               position: (175, 21),
              },
             },
            ],
            recursive: false,
            position: (172, 24),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "commands",
            position: (180, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (180, 16),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (181, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (181, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "attrsOf",
                   position: (181, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (181, 29),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "submodule",
                      position: (181, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Parentheses {
                    expression: Function {
                     argument: Destructured {
                      identifier: None,
                      arguments: [
                       DestructuredArgument {
                        identifier: "name",
                        default: None,
                       },
                      ],
                      ellipsis: true,
                     },
                     definition: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "options",
                           position: (182, 9),
                          },
                         ],
                        },
                        to: Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "source",
                              position: (183, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkOption",
                             position: (183, 20),
                            },
                            arguments: [
                             Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (184, 13),
                                  },
                                 ],
                                },
                                to: PropertyAccess {
                                 expression: Variable {
                                  identifier: "types",
                                  position: (184, 20),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "str",
                                    position: (184, 26),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "example",
                                   position: (185, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "pool/dataset",
                                   position: (185, 24),
                                  },
                                 ],
                                 position: (185, 23),
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "description",
                                   position: (186, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "Source ZFS dataset. Can be either local or remote. Defaults to\nthe attribute name.\n",
                                   position: (187, 1),
                                  },
                                 ],
                                 position: (186, 27),
                                },
                               },
                              ],
                              recursive: false,
                              position: (183, 29),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "target",
                              position: (192, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkOption",
                             position: (192, 20),
                            },
                            arguments: [
                             Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (193, 13),
                                  },
                                 ],
                                },
                                to: PropertyAccess {
                                 expression: Variable {
                                  identifier: "types",
                                  position: (193, 20),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "str",
                                    position: (193, 26),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "example",
                                   position: (194, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "user@server:pool/dataset",
                                   position: (194, 24),
                                  },
                                 ],
                                 position: (194, 23),
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "description",
                                   position: (195, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "Target ZFS dataset. Can be either local\n(<replaceable>pool/dataset</replaceable>) or remote\n(<replaceable>user@server:pool/dataset</replaceable>).\n",
                                   position: (196, 1),
                                  },
                                 ],
                                 position: (195, 27),
                                },
                               },
                              ],
                              recursive: false,
                              position: (192, 29),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "recursive",
                              position: (202, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkEnableOption",
                             position: (202, 23),
                            },
                            arguments: [
                             String {
                              parts: [
                               Raw {
                                content: "the transfer of child datasets",
                                position: (202, 40),
                               },
                              ],
                              position: (202, 38),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "sshKey",
                              position: (204, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkOption",
                             position: (204, 20),
                            },
                            arguments: [
                             Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (205, 13),
                                  },
                                 ],
                                },
                                to: FunctionApplication {
                                 function: PropertyAccess {
                                  expression: Variable {
                                   identifier: "types",
                                   position: (205, 20),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "nullOr",
                                     position: (205, 26),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                 arguments: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (205, 33),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "path",
                                      position: (205, 39),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ],
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "apply",
                                   position: (207, 13),
                                  },
                                 ],
                                },
                                to: FunctionApplication {
                                 function: Variable {
                                  identifier: "mapNullable",
                                  position: (207, 21),
                                 },
                                 arguments: [
                                  Variable {
                                   identifier: "toString",
                                   position: (207, 33),
                                  },
                                 ],
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "description",
                                   position: (208, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "SSH private key file to use to login to the remote system.\nDefaults to <option>services.syncoid.sshKey</option> option.\n",
                                   position: (209, 1),
                                  },
                                 ],
                                 position: (208, 27),
                                },
                               },
                              ],
                              recursive: false,
                              position: (204, 29),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "localSourceAllow",
                              position: (214, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkOption",
                             position: (214, 30),
                            },
                            arguments: [
                             Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (215, 13),
                                  },
                                 ],
                                },
                                to: FunctionApplication {
                                 function: PropertyAccess {
                                  expression: Variable {
                                   identifier: "types",
                                   position: (215, 20),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "listOf",
                                     position: (215, 26),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                 arguments: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (215, 33),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "str",
                                      position: (215, 39),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ],
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "description",
                                   position: (216, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "Permissions granted for the <option>services.syncoid.user</option> user\nfor local source datasets. See\n<link xlink:href=\"https://openzfs.github.io/openzfs-docs/man/8/zfs-allow.8.html\"/>\nfor available permissions.\nDefaults to <option>services.syncoid.localSourceAllow</option> option.\n",
                                   position: (217, 1),
                                  },
                                 ],
                                 position: (216, 27),
                                },
                               },
                              ],
                              recursive: false,
                              position: (214, 39),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "localTargetAllow",
                              position: (225, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkOption",
                             position: (225, 30),
                            },
                            arguments: [
                             Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (226, 13),
                                  },
                                 ],
                                },
                                to: FunctionApplication {
                                 function: PropertyAccess {
                                  expression: Variable {
                                   identifier: "types",
                                   position: (226, 20),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "listOf",
                                     position: (226, 26),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                 arguments: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (226, 33),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "str",
                                      position: (226, 39),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ],
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "description",
                                   position: (227, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "Permissions granted for the <option>services.syncoid.user</option> user\nfor local target datasets. See\n<link xlink:href=\"https://openzfs.github.io/openzfs-docs/man/8/zfs-allow.8.html\"/>\nfor available permissions.\nMake sure to include the <literal>change-key</literal> permission if you send raw encrypted datasets,\nthe <literal>compression</literal> 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",
                                   position: (228, 1),
                                  },
                                 ],
                                 position: (227, 27),
                                },
                               },
                              ],
                              recursive: false,
                              position: (225, 39),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "sendOptions",
                              position: (238, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkOption",
                             position: (238, 25),
                            },
                            arguments: [
                             Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (239, 13),
                                  },
                                 ],
                                },
                                to: FunctionApplication {
                                 function: PropertyAccess {
                                  expression: Variable {
                                   identifier: "types",
                                   position: (239, 20),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "separatedString",
                                     position: (239, 26),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                 arguments: [
                                  String {
                                   parts: [
                                    Raw {
                                     content: " ",
                                     position: (239, 43),
                                    },
                                   ],
                                   position: (239, 42),
                                  },
                                 ],
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "default",
                                   position: (240, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [],
                                 position: (240, 23),
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "example",
                                   position: (241, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "Lc e",
                                   position: (241, 24),
                                  },
                                 ],
                                 position: (241, 23),
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "description",
                                   position: (242, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "Advanced options to pass to zfs send. Options are specified\nwithout their leading dashes and separated by spaces.\n",
                                   position: (243, 1),
                                  },
                                 ],
                                 position: (242, 27),
                                },
                               },
                              ],
                              recursive: false,
                              position: (238, 34),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "recvOptions",
                              position: (248, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkOption",
                             position: (248, 25),
                            },
                            arguments: [
                             Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (249, 13),
                                  },
                                 ],
                                },
                                to: FunctionApplication {
                                 function: PropertyAccess {
                                  expression: Variable {
                                   identifier: "types",
                                   position: (249, 20),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "separatedString",
                                     position: (249, 26),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                 arguments: [
                                  String {
                                   parts: [
                                    Raw {
                                     content: " ",
                                     position: (249, 43),
                                    },
                                   ],
                                   position: (249, 42),
                                  },
                                 ],
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "default",
                                   position: (250, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [],
                                 position: (250, 23),
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "example",
                                   position: (251, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "ux recordsize o compression=lz4",
                                   position: (251, 24),
                                  },
                                 ],
                                 position: (251, 23),
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "description",
                                   position: (252, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "Advanced options to pass to zfs recv. Options are specified\nwithout their leading dashes and separated by spaces.\n",
                                   position: (253, 1),
                                  },
                                 ],
                                 position: (252, 27),
                                },
                               },
                              ],
                              recursive: false,
                              position: (248, 34),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "useCommonArgs",
                              position: (258, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkOption",
                             position: (258, 27),
                            },
                            arguments: [
                             Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (259, 13),
                                  },
                                 ],
                                },
                                to: PropertyAccess {
                                 expression: Variable {
                                  identifier: "types",
                                  position: (259, 20),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "bool",
                                    position: (259, 26),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "default",
                                   position: (260, 13),
                                  },
                                 ],
                                },
                                to: Variable {
                                 identifier: "true",
                                 position: (260, 23),
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "description",
                                   position: (261, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "Whether to add the configured common arguments to this command.\n",
                                   position: (262, 1),
                                  },
                                 ],
                                 position: (261, 27),
                                },
                               },
                              ],
                              recursive: false,
                              position: (258, 36),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "service",
                              position: (266, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkOption",
                             position: (266, 21),
                            },
                            arguments: [
                             Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (267, 13),
                                  },
                                 ],
                                },
                                to: PropertyAccess {
                                 expression: Variable {
                                  identifier: "types",
                                  position: (267, 20),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "attrs",
                                    position: (267, 26),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "default",
                                   position: (268, 13),
                                  },
                                 ],
                                },
                                to: Map {
                                 bindings: [],
                                 recursive: false,
                                 position: (268, 23),
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "description",
                                   position: (269, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "Systemd configuration specific to this syncoid service.\n",
                                   position: (270, 1),
                                  },
                                 ],
                                 position: (269, 27),
                                },
                               },
                              ],
                              recursive: false,
                              position: (266, 30),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "extraArgs",
                              position: (274, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkOption",
                             position: (274, 23),
                            },
                            arguments: [
                             Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "type",
                                   position: (275, 13),
                                  },
                                 ],
                                },
                                to: FunctionApplication {
                                 function: PropertyAccess {
                                  expression: Variable {
                                   identifier: "types",
                                   position: (275, 20),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "listOf",
                                     position: (275, 26),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                 arguments: [
                                  PropertyAccess {
                                   expression: Variable {
                                    identifier: "types",
                                    position: (275, 33),
                                   },
                                   attribute_path: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "str",
                                      position: (275, 39),
                                     },
                                    ],
                                   },
                                   default: None,
                                  },
                                 ],
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "default",
                                   position: (276, 13),
                                  },
                                 ],
                                },
                                to: List {
                                 elements: [],
                                 position: (276, 23),
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "example",
                                   position: (277, 13),
                                  },
                                 ],
                                },
                                to: List {
                                 elements: [
                                  String {
                                   parts: [
                                    Raw {
                                     content: "--sshport 2222",
                                     position: (277, 26),
                                    },
                                   ],
                                   position: (277, 25),
                                  },
                                 ],
                                 position: (277, 23),
                                },
                               },
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "description",
                                   position: (278, 13),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "Extra syncoid arguments for this command.",
                                   position: (278, 28),
                                  },
                                 ],
                                 position: (278, 27),
                                },
                               },
                              ],
                              recursive: false,
                              position: (274, 32),
                             },
                            ],
                           },
                          },
                         ],
                         recursive: false,
                         position: (182, 19),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "config",
                           position: (281, 9),
                          },
                         ],
                        },
                        to: Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "source",
                              position: (282, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkDefault",
                             position: (282, 20),
                            },
                            arguments: [
                             Variable {
                              identifier: "name",
                              position: (282, 30),
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "sshKey",
                              position: (283, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkDefault",
                             position: (283, 20),
                            },
                            arguments: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (283, 30),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "sshKey",
                                 position: (283, 34),
                                },
                               ],
                              },
                              default: None,
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "localSourceAllow",
                              position: (284, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkDefault",
                             position: (284, 30),
                            },
                            arguments: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (284, 40),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "localSourceAllow",
                                 position: (284, 44),
                                },
                               ],
                              },
                              default: None,
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "localTargetAllow",
                              position: (285, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkDefault",
                             position: (285, 30),
                            },
                            arguments: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (285, 40),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "localTargetAllow",
                                 position: (285, 44),
                                },
                               ],
                              },
                              default: None,
                             },
                            ],
                           },
                          },
                         ],
                         recursive: false,
                         position: (281, 18),
                        },
                       },
                      ],
                      recursive: false,
                      position: (181, 61),
                     },
                     position: (181, 46),
                    },
                    position: (181, 45),
                   },
                  ],
                 },
                 position: (181, 28),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (288, 7),
                },
               ],
              },
              to: Map {
               bindings: [],
               recursive: false,
               position: (288, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (289, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (289, 17),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "{\n  \"pool/test\".target = \"root@target:pool/test\";\n}\n",
                   position: (290, 1),
                  },
                 ],
                 position: (289, 35),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (294, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Syncoid commands to run.",
                 position: (294, 22),
                },
               ],
               position: (294, 21),
              },
             },
            ],
            recursive: false,
            position: (180, 25),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (85, 30),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (300, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (300, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (300, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (300, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "users",
              position: (301, 5),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "users",
                 position: (302, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (302, 15),
               },
               arguments: [
                Parentheses {
                 expression: BinaryOperation {
                  operator: EqualTo,
                  operands: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (302, 21),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "user",
                       position: (302, 25),
                      },
                     ],
                    },
                    default: None,
                   },
                   String {
                    parts: [
                     Raw {
                      content: "syncoid",
                      position: (302, 34),
                     },
                    ],
                    position: (302, 33),
                   },
                  ],
                  position: (302, 30),
                 },
                 position: (302, 20),
                },
                Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "syncoid",
                      position: (303, 9),
                     },
                    ],
                   },
                   to: Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "group",
                         position: (304, 11),
                        },
                       ],
                      },
                      to: PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (304, 19),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "group",
                          position: (304, 23),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "isSystemUser",
                         position: (305, 11),
                        },
                       ],
                      },
                      to: Variable {
                       identifier: "true",
                       position: (305, 26),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "home",
                         position: (308, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "/var/lib/syncoid",
                         position: (308, 19),
                        },
                       ],
                       position: (308, 18),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "createHome",
                         position: (309, 11),
                        },
                       ],
                      },
                      to: Variable {
                       identifier: "false",
                       position: (309, 24),
                      },
                     },
                    ],
                    recursive: false,
                    position: (303, 19),
                   },
                  },
                 ],
                 recursive: false,
                 position: (302, 44),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "groups",
                 position: (312, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (312, 16),
               },
               arguments: [
                Parentheses {
                 expression: BinaryOperation {
                  operator: EqualTo,
                  operands: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (312, 22),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "group",
                       position: (312, 26),
                      },
                     ],
                    },
                    default: None,
                   },
                   String {
                    parts: [
                     Raw {
                      content: "syncoid",
                      position: (312, 36),
                     },
                    ],
                    position: (312, 35),
                   },
                  ],
                  position: (312, 32),
                 },
                 position: (312, 21),
                },
                Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "syncoid",
                      position: (313, 9),
                     },
                    ],
                   },
                   to: Map {
                    bindings: [],
                    recursive: false,
                    position: (313, 19),
                   },
                  },
                 ],
                 recursive: false,
                 position: (312, 46),
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (301, 13),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (317, 5),
             },
             Raw {
              content: "services",
              position: (317, 13),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mapAttrs'",
             position: (317, 24),
            },
            arguments: [
             Parentheses {
              expression: Function {
               argument: Simple {
                identifier: "name",
               },
               definition: Function {
                argument: Simple {
                 identifier: "c",
                },
                definition: FunctionApplication {
                 function: Variable {
                  identifier: "nameValuePair",
                  position: (319, 9),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "syncoid-",
                     position: (319, 24),
                    },
                    Expression {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "escapeUnitName",
                       position: (319, 34),
                      },
                      arguments: [
                       Variable {
                        identifier: "name",
                        position: (319, 49),
                       },
                      ],
                     },
                    },
                   ],
                   position: (319, 23),
                  },
                  Parentheses {
                   expression: FunctionApplication {
                    function: Variable {
                     identifier: "mkMerge",
                     position: (319, 57),
                    },
                    arguments: [
                     List {
                      elements: [
                       Map {
                        bindings: [
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "description",
                             position: (321, 13),
                            },
                           ],
                          },
                          to: String {
                           parts: [
                            Raw {
                             content: "Syncoid ZFS synchronization from ",
                             position: (321, 28),
                            },
                            Expression {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "c",
                               position: (321, 63),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "source",
                                 position: (321, 65),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Raw {
                             content: " to ",
                             position: (321, 72),
                            },
                            Expression {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "c",
                               position: (321, 78),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "target",
                                 position: (321, 80),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                           ],
                           position: (321, 27),
                          },
                         },
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "after",
                             position: (322, 13),
                            },
                           ],
                          },
                          to: List {
                           elements: [
                            String {
                             parts: [
                              Raw {
                               content: "zfs.target",
                               position: (322, 24),
                              },
                             ],
                             position: (322, 23),
                            },
                           ],
                           position: (322, 21),
                          },
                         },
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "startAt",
                             position: (323, 13),
                            },
                           ],
                          },
                          to: PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (323, 23),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "interval",
                              position: (323, 27),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "path",
                             position: (325, 13),
                            },
                           ],
                          },
                          to: List {
                           elements: [
                            String {
                             parts: [
                              Raw {
                               content: "/run/booted-system/sw/bin/",
                               position: (325, 23),
                              },
                             ],
                             position: (325, 22),
                            },
                           ],
                           position: (325, 20),
                          },
                         },
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "serviceConfig",
                             position: (326, 13),
                            },
                           ],
                          },
                          to: Map {
                           bindings: [
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ExecStartPre",
                                position: (327, 15),
                               },
                              ],
                             },
                             to: BinaryOperation {
                              operator: Concatenation,
                              operands: [
                               Parentheses {
                                expression: FunctionApplication {
                                 function: Variable {
                                  identifier: "map",
                                  position: (328, 18),
                                 },
                                 arguments: [
                                  Parentheses {
                                   expression: FunctionApplication {
                                    function: Variable {
                                     identifier: "buildAllowCommand",
                                     position: (328, 23),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "c",
                                       position: (328, 41),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "localSourceAllow",
                                         position: (328, 43),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                   position: (328, 22),
                                  },
                                  Parentheses {
                                   expression: FunctionApplication {
                                    function: Variable {
                                     identifier: "localDatasetName",
                                     position: (328, 62),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "c",
                                       position: (328, 79),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "source",
                                         position: (328, 81),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                   position: (328, 61),
                                  },
                                 ],
                                },
                                position: (328, 17),
                               },
                               Parentheses {
                                expression: FunctionApplication {
                                 function: Variable {
                                  identifier: "map",
                                  position: (329, 18),
                                 },
                                 arguments: [
                                  Parentheses {
                                   expression: FunctionApplication {
                                    function: Variable {
                                     identifier: "buildAllowCommand",
                                     position: (329, 23),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "c",
                                       position: (329, 41),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "localTargetAllow",
                                         position: (329, 43),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                   position: (329, 22),
                                  },
                                  Parentheses {
                                   expression: FunctionApplication {
                                    function: Variable {
                                     identifier: "localDatasetName",
                                     position: (329, 62),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "c",
                                       position: (329, 79),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "target",
                                         position: (329, 81),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                   position: (329, 61),
                                  },
                                 ],
                                },
                                position: (329, 17),
                               },
                              ],
                              position: (328, 90),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ExecStopPost",
                                position: (330, 15),
                               },
                              ],
                             },
                             to: BinaryOperation {
                              operator: Concatenation,
                              operands: [
                               Parentheses {
                                expression: FunctionApplication {
                                 function: Variable {
                                  identifier: "map",
                                  position: (331, 18),
                                 },
                                 arguments: [
                                  Parentheses {
                                   expression: FunctionApplication {
                                    function: Variable {
                                     identifier: "buildUnallowCommand",
                                     position: (331, 23),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "c",
                                       position: (331, 43),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "localSourceAllow",
                                         position: (331, 45),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                   position: (331, 22),
                                  },
                                  Parentheses {
                                   expression: FunctionApplication {
                                    function: Variable {
                                     identifier: "localDatasetName",
                                     position: (331, 64),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "c",
                                       position: (331, 81),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "source",
                                         position: (331, 83),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                   position: (331, 63),
                                  },
                                 ],
                                },
                                position: (331, 17),
                               },
                               Parentheses {
                                expression: FunctionApplication {
                                 function: Variable {
                                  identifier: "map",
                                  position: (332, 18),
                                 },
                                 arguments: [
                                  Parentheses {
                                   expression: FunctionApplication {
                                    function: Variable {
                                     identifier: "buildUnallowCommand",
                                     position: (332, 23),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "c",
                                       position: (332, 43),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "localTargetAllow",
                                         position: (332, 45),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                   position: (332, 22),
                                  },
                                  Parentheses {
                                   expression: FunctionApplication {
                                    function: Variable {
                                     identifier: "localDatasetName",
                                     position: (332, 64),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "c",
                                       position: (332, 81),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "target",
                                         position: (332, 83),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                   position: (332, 63),
                                  },
                                 ],
                                },
                                position: (332, 17),
                               },
                              ],
                              position: (331, 92),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ExecStart",
                                position: (333, 15),
                               },
                              ],
                             },
                             to: FunctionApplication {
                              function: PropertyAccess {
                               expression: Variable {
                                identifier: "lib",
                                position: (333, 27),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "escapeShellArgs",
                                  position: (333, 31),
                                 },
                                ],
                               },
                               default: None,
                              },
                              arguments: [
                               Parentheses {
                                expression: BinaryOperation {
                                 operator: Concatenation,
                                 operands: [
                                  List {
                                   elements: [
                                    String {
                                     parts: [
                                      Expression {
                                       expression: PropertyAccess {
                                        expression: Variable {
                                         identifier: "pkgs",
                                         position: (333, 53),
                                        },
                                        attribute_path: AttributePath {
                                         parts: [
                                          Raw {
                                           content: "sanoid",
                                           position: (333, 58),
                                          },
                                         ],
                                        },
                                        default: None,
                                       },
                                      },
                                      Raw {
                                       content: "/bin/syncoid",
                                       position: (333, 65),
                                      },
                                     ],
                                     position: (333, 50),
                                    },
                                   ],
                                   position: (333, 48),
                                  },
                                  BinaryOperation {
                                   operator: Concatenation,
                                   operands: [
                                    FunctionApplication {
                                     function: Variable {
                                      identifier: "optionals",
                                      position: (334, 20),
                                     },
                                     arguments: [
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "c",
                                        position: (334, 30),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "useCommonArgs",
                                          position: (334, 32),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "cfg",
                                        position: (334, 46),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "commonArgs",
                                          position: (334, 50),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     ],
                                    },
                                    BinaryOperation {
                                     operator: Concatenation,
                                     operands: [
                                      FunctionApplication {
                                       function: Variable {
                                        identifier: "optional",
                                        position: (335, 20),
                                       },
                                       arguments: [
                                        PropertyAccess {
                                         expression: Variable {
                                          identifier: "c",
                                          position: (335, 29),
                                         },
                                         attribute_path: AttributePath {
                                          parts: [
                                           Raw {
                                            content: "recursive",
                                            position: (335, 31),
                                           },
                                          ],
                                         },
                                         default: None,
                                        },
                                        String {
                                         parts: [
                                          Raw {
                                           content: "-r",
                                           position: (335, 42),
                                          },
                                         ],
                                         position: (335, 41),
                                        },
                                       ],
                                      },
                                      BinaryOperation {
                                       operator: Concatenation,
                                       operands: [
                                        FunctionApplication {
                                         function: Variable {
                                          identifier: "optionals",
                                          position: (336, 20),
                                         },
                                         arguments: [
                                          Parentheses {
                                           expression: BinaryOperation {
                                            operator: NotEqualTo,
                                            operands: [
                                             PropertyAccess {
                                              expression: Variable {
                                               identifier: "c",
                                               position: (336, 31),
                                              },
                                              attribute_path: AttributePath {
                                               parts: [
                                                Raw {
                                                 content: "sshKey",
                                                 position: (336, 33),
                                                },
                                               ],
                                              },
                                              default: None,
                                             },
                                             Variable {
                                              identifier: "null",
                                              position: (336, 43),
                                             },
                                            ],
                                            position: (336, 40),
                                           },
                                           position: (336, 30),
                                          },
                                          List {
                                           elements: [
                                            String {
                                             parts: [
                                              Raw {
                                               content: "--sshkey",
                                               position: (336, 52),
                                              },
                                             ],
                                             position: (336, 51),
                                            },
                                            PropertyAccess {
                                             expression: Variable {
                                              identifier: "c",
                                              position: (336, 62),
                                             },
                                             attribute_path: AttributePath {
                                              parts: [
                                               Raw {
                                                content: "sshKey",
                                                position: (336, 64),
                                               },
                                              ],
                                             },
                                             default: None,
                                            },
                                           ],
                                           position: (336, 49),
                                          },
                                         ],
                                        },
                                        BinaryOperation {
                                         operator: Concatenation,
                                         operands: [
                                          PropertyAccess {
                                           expression: Variable {
                                            identifier: "c",
                                            position: (337, 20),
                                           },
                                           attribute_path: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "extraArgs",
                                              position: (337, 22),
                                             },
                                            ],
                                           },
                                           default: None,
                                          },
                                          List {
                                           elements: [
                                            String {
                                             parts: [
                                              Raw {
                                               content: "--sendoptions",
                                               position: (339, 18),
                                              },
                                             ],
                                             position: (339, 17),
                                            },
                                            PropertyAccess {
                                             expression: Variable {
                                              identifier: "c",
                                              position: (340, 17),
                                             },
                                             attribute_path: AttributePath {
                                              parts: [
                                               Raw {
                                                content: "sendOptions",
                                                position: (340, 19),
                                               },
                                              ],
                                             },
                                             default: None,
                                            },
                                            String {
                                             parts: [
                                              Raw {
                                               content: "--recvoptions",
                                               position: (341, 18),
                                              },
                                             ],
                                             position: (341, 17),
                                            },
                                            PropertyAccess {
                                             expression: Variable {
                                              identifier: "c",
                                              position: (342, 17),
                                             },
                                             attribute_path: AttributePath {
                                              parts: [
                                               Raw {
                                                content: "recvOptions",
                                                position: (342, 19),
                                               },
                                              ],
                                             },
                                             default: None,
                                            },
                                            String {
                                             parts: [
                                              Raw {
                                               content: "--no-privilege-elevation",
                                               position: (343, 18),
                                              },
                                             ],
                                             position: (343, 17),
                                            },
                                            PropertyAccess {
                                             expression: Variable {
                                              identifier: "c",
                                              position: (344, 17),
                                             },
                                             attribute_path: AttributePath {
                                              parts: [
                                               Raw {
                                                content: "source",
                                                position: (344, 19),
                                               },
                                              ],
                                             },
                                             default: None,
                                            },
                                            PropertyAccess {
                                             expression: Variable {
                                              identifier: "c",
                                              position: (345, 17),
                                             },
                                             attribute_path: AttributePath {
                                              parts: [
                                               Raw {
                                                content: "target",
                                                position: (345, 19),
                                               },
                                              ],
                                             },
                                             default: None,
                                            },
                                           ],
                                           position: (338, 20),
                                          },
                                         ],
                                         position: (338, 17),
                                        },
                                       ],
                                       position: (337, 17),
                                      },
                                     ],
                                     position: (336, 17),
                                    },
                                   ],
                                   position: (335, 17),
                                  },
                                 ],
                                 position: (334, 17),
                                },
                                position: (333, 47),
                               },
                              ],
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "User",
                                position: (347, 15),
                               },
                              ],
                             },
                             to: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (347, 22),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "user",
                                 position: (347, 26),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "Group",
                                position: (348, 15),
                               },
                              ],
                             },
                             to: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (348, 23),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "group",
                                 position: (348, 27),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "StateDirectory",
                                position: (349, 15),
                               },
                              ],
                             },
                             to: List {
                              elements: [
                               String {
                                parts: [
                                 Raw {
                                  content: "syncoid",
                                  position: (349, 35),
                                 },
                                ],
                                position: (349, 34),
                               },
                              ],
                              position: (349, 32),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "StateDirectoryMode",
                                position: (350, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "700",
                                position: (350, 37),
                               },
                              ],
                              position: (350, 36),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "PrivateTmp",
                                position: (352, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (352, 28),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ProcSubset",
                                position: (355, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "all",
                                position: (355, 29),
                               },
                              ],
                              position: (355, 28),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ProtectProc",
                                position: (356, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "default",
                                position: (356, 30),
                               },
                              ],
                              position: (356, 29),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "AmbientCapabilities",
                                position: (360, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [],
                              position: (360, 37),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "CapabilityBoundingSet",
                                position: (361, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [],
                              position: (361, 39),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "DeviceAllow",
                                position: (362, 15),
                               },
                              ],
                             },
                             to: List {
                              elements: [
                               String {
                                parts: [
                                 Raw {
                                  content: "/dev/zfs",
                                  position: (362, 32),
                                 },
                                ],
                                position: (362, 31),
                               },
                              ],
                              position: (362, 29),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "LockPersonality",
                                position: (363, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (363, 33),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "MemoryDenyWriteExecute",
                                position: (364, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (364, 40),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "NoNewPrivileges",
                                position: (365, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (365, 33),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "PrivateDevices",
                                position: (366, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (366, 32),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "PrivateMounts",
                                position: (367, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (367, 31),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "PrivateNetwork",
                                position: (368, 15),
                               },
                              ],
                             },
                             to: FunctionApplication {
                              function: Variable {
                               identifier: "mkDefault",
                               position: (368, 32),
                              },
                              arguments: [
                               Variable {
                                identifier: "false",
                                position: (368, 42),
                               },
                              ],
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "PrivateUsers",
                                position: (369, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (369, 30),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ProtectClock",
                                position: (370, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (370, 30),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ProtectControlGroups",
                                position: (371, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (371, 38),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ProtectHome",
                                position: (372, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (372, 29),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ProtectHostname",
                                position: (373, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (373, 33),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ProtectKernelLogs",
                                position: (374, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (374, 35),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ProtectKernelModules",
                                position: (375, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (375, 38),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ProtectKernelTunables",
                                position: (376, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (376, 39),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "ProtectSystem",
                                position: (377, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "strict",
                                position: (377, 32),
                               },
                              ],
                              position: (377, 31),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "RemoveIPC",
                                position: (378, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (378, 27),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "RestrictAddressFamilies",
                                position: (379, 15),
                               },
                              ],
                             },
                             to: List {
                              elements: [
                               String {
                                parts: [
                                 Raw {
                                  content: "AF_UNIX",
                                  position: (379, 44),
                                 },
                                ],
                                position: (379, 43),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "AF_INET",
                                  position: (379, 54),
                                 },
                                ],
                                position: (379, 53),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "AF_INET6",
                                  position: (379, 64),
                                 },
                                ],
                                position: (379, 63),
                               },
                              ],
                              position: (379, 41),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "RestrictNamespaces",
                                position: (380, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (380, 36),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "RestrictRealtime",
                                position: (381, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (381, 34),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "RestrictSUIDSGID",
                                position: (382, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (382, 34),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "RootDirectory",
                                position: (383, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "/run/syncoid/",
                                position: (383, 32),
                               },
                               Expression {
                                expression: FunctionApplication {
                                 function: Variable {
                                  identifier: "escapeUnitName",
                                  position: (383, 47),
                                 },
                                 arguments: [
                                  Variable {
                                   identifier: "name",
                                   position: (383, 62),
                                  },
                                 ],
                                },
                               },
                              ],
                              position: (383, 31),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "RootDirectoryStartOnly",
                                position: (384, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (384, 40),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "BindPaths",
                                position: (385, 15),
                               },
                              ],
                             },
                             to: List {
                              elements: [
                               String {
                                parts: [
                                 Raw {
                                  content: "/dev/zfs",
                                  position: (385, 30),
                                 },
                                ],
                                position: (385, 29),
                               },
                              ],
                              position: (385, 27),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "BindReadOnlyPaths",
                                position: (386, 15),
                               },
                              ],
                             },
                             to: List {
                              elements: [
                               PropertyAccess {
                                expression: Variable {
                                 identifier: "builtins",
                                 position: (386, 37),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "storeDir",
                                   position: (386, 46),
                                  },
                                 ],
                                },
                                default: None,
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "/etc",
                                  position: (386, 56),
                                 },
                                ],
                                position: (386, 55),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "/run",
                                  position: (386, 63),
                                 },
                                ],
                                position: (386, 62),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "/bin/sh",
                                  position: (386, 70),
                                 },
                                ],
                                position: (386, 69),
                               },
                              ],
                              position: (386, 35),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "InaccessiblePaths",
                                position: (388, 15),
                               },
                              ],
                             },
                             to: List {
                              elements: [
                               String {
                                parts: [
                                 Raw {
                                  content: "-+/run/syncoid/",
                                  position: (388, 38),
                                 },
                                 Expression {
                                  expression: FunctionApplication {
                                   function: Variable {
                                    identifier: "escapeUnitName",
                                    position: (388, 55),
                                   },
                                   arguments: [
                                    Variable {
                                     identifier: "name",
                                     position: (388, 70),
                                    },
                                   ],
                                  },
                                 },
                                ],
                                position: (388, 37),
                               },
                              ],
                              position: (388, 35),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "MountAPIVFS",
                                position: (389, 15),
                               },
                              ],
                             },
                             to: Variable {
                              identifier: "true",
                              position: (389, 29),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "RuntimeDirectory",
                                position: (391, 15),
                               },
                              ],
                             },
                             to: List {
                              elements: [
                               String {
                                parts: [
                                 Raw {
                                  content: "syncoid/",
                                  position: (391, 37),
                                 },
                                 Expression {
                                  expression: FunctionApplication {
                                   function: Variable {
                                    identifier: "escapeUnitName",
                                    position: (391, 47),
                                   },
                                   arguments: [
                                    Variable {
                                     identifier: "name",
                                     position: (391, 62),
                                    },
                                   ],
                                  },
                                 },
                                ],
                                position: (391, 36),
                               },
                              ],
                              position: (391, 34),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "RuntimeDirectoryMode",
                                position: (392, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "700",
                                position: (392, 39),
                               },
                              ],
                              position: (392, 38),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "SystemCallFilter",
                                position: (393, 15),
                               },
                              ],
                             },
                             to: List {
                              elements: [
                               String {
                                parts: [
                                 Raw {
                                  content: "@system-service",
                                  position: (394, 18),
                                 },
                                ],
                                position: (394, 17),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "~@aio",
                                  position: (399, 18),
                                 },
                                ],
                                position: (399, 17),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "~@chown",
                                  position: (400, 18),
                                 },
                                ],
                                position: (400, 17),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "~@keyring",
                                  position: (401, 18),
                                 },
                                ],
                                position: (401, 17),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "~@memlock",
                                  position: (402, 18),
                                 },
                                ],
                                position: (402, 17),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "~@privileged",
                                  position: (403, 18),
                                 },
                                ],
                                position: (403, 17),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "~@resources",
                                  position: (404, 18),
                                 },
                                ],
                                position: (404, 17),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "~@setuid",
                                  position: (405, 18),
                                 },
                                ],
                                position: (405, 17),
                               },
                               String {
                                parts: [
                                 Raw {
                                  content: "~@timer",
                                  position: (406, 18),
                                 },
                                ],
                                position: (406, 17),
                               },
                              ],
                              position: (393, 34),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "SystemCallArchitectures",
                                position: (408, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "native",
                                position: (408, 42),
                               },
                              ],
                              position: (408, 41),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "UMask",
                                position: (411, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "0066",
                                position: (411, 24),
                               },
                              ],
                              position: (411, 23),
                             },
                            },
                           ],
                           recursive: false,
                           position: (326, 29),
                          },
                         },
                        ],
                        recursive: false,
                        position: (320, 11),
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (414, 11),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "service",
                           position: (414, 15),
                          },
                         ],
                        },
                        default: None,
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "c",
                         position: (415, 11),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "service",
                           position: (415, 13),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                      position: (319, 65),
                     },
                    ],
                   },
                   position: (319, 56),
                  },
                 ],
                },
                position: (318, 14),
               },
               position: (318, 8),
              },
              position: (318, 7),
             },
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (417, 7),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "commands",
                 position: (417, 11),
                },
               ],
              },
              default: None,
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (300, 28),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "meta",
         position: (420, 3),
        },
        Raw {
         content: "maintainers",
         position: (420, 8),
        },
       ],
      },
      to: With {
       expression: Variable {
        identifier: "maintainers",
        position: (420, 27),
       },
       target: List {
        elements: [
         Variable {
          identifier: "julm",
          position: (420, 42),
         },
         Variable {
          identifier: "lopsided98",
          position: (420, 47),
         },
        ],
        position: (420, 40),
       },
       position: (420, 22),
      },
     },
    ],
    recursive: false,
    position: (81, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}