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