Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 3,
        column: 6,
       },
       end: Position {
        line: 3,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 6,
              column: 3,
             },
             end: Position {
              line: 6,
              column: 6,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 6,
               column: 9,
              },
              end: Position {
               line: 6,
               column: 15,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 6,
                column: 16,
               },
               end: Position {
                line: 6,
                column: 24,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "ankisyncd",
              span: Span {
               start: Position {
                line: 6,
                column: 25,
               },
               end: Position {
                line: 6,
                column: 34,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "name",
            span: Span {
             start: Position {
              line: 8,
              column: 3,
             },
             end: Position {
              line: 8,
              column: 7,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Raw(
             PartRaw {
              content: "ankisyncd",
              span: Span {
               start: Position {
                line: 8,
                column: 11,
               },
               end: Position {
                line: 8,
                column: 20,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 8,
             column: 10,
            },
            end: Position {
             line: 8,
             column: 21,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "stateDir",
            span: Span {
             start: Position {
              line: 10,
              column: 3,
             },
             end: Position {
              line: 10,
              column: 11,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Raw(
             PartRaw {
              content: "/var/lib/",
              span: Span {
               start: Position {
                line: 10,
                column: 15,
               },
               end: Position {
                line: 10,
                column: 31,
               },
              },
             },
            ),
            Interpolation(
             PartInterpolation {
              expression: Identifier(
               Identifier {
                id: "name",
                span: Span {
                 start: Position {
                  line: 10,
                  column: 26,
                 },
                 end: Position {
                  line: 10,
                  column: 30,
                 },
                },
               },
              ),
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 10,
             column: 14,
            },
            end: Position {
             line: 10,
             column: 32,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "authDbPath",
            span: Span {
             start: Position {
              line: 12,
              column: 3,
             },
             end: Position {
              line: 12,
              column: 13,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Interpolation(
             PartInterpolation {
              expression: Identifier(
               Identifier {
                id: "stateDir",
                span: Span {
                 start: Position {
                  line: 12,
                  column: 19,
                 },
                 end: Position {
                  line: 12,
                  column: 27,
                 },
                },
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "/auth.db",
              span: Span {
               start: Position {
                line: 12,
                column: 17,
               },
               end: Position {
                line: 12,
                column: 36,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 12,
             column: 16,
            },
            end: Position {
             line: 12,
             column: 37,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "sessionDbPath",
            span: Span {
             start: Position {
              line: 14,
              column: 3,
             },
             end: Position {
              line: 14,
              column: 16,
             },
            },
           },
          ),
         ],
         to: String(
          String_ {
           parts: [
            Interpolation(
             PartInterpolation {
              expression: Identifier(
               Identifier {
                id: "stateDir",
                span: Span {
                 start: Position {
                  line: 14,
                  column: 22,
                 },
                 end: Position {
                  line: 14,
                  column: 30,
                 },
                },
               },
              ),
             },
            ),
            Raw(
             PartRaw {
              content: "/session.db",
              span: Span {
               start: Position {
                line: 14,
                column: 20,
               },
               end: Position {
                line: 14,
                column: 42,
               },
              },
             },
            ),
           ],
           span: Span {
            start: Position {
             line: 14,
             column: 19,
            },
            end: Position {
             line: 14,
             column: 43,
            },
           },
          },
         ),
        },
       ),
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "configFile",
            span: Span {
             start: Position {
              line: 16,
              column: 3,
             },
             end: Position {
              line: 16,
              column: 13,
             },
            },
           },
          ),
         ],
         to: FunctionApplication(
          FunctionApplication {
           function: PropertyAccess(
            PropertyAccess {
             expression: Identifier(
              Identifier {
               id: "pkgs",
               span: Span {
                start: Position {
                 line: 16,
                 column: 16,
                },
                end: Position {
                 line: 16,
                 column: 20,
                },
               },
              },
             ),
             attribute_path: [
              Raw(
               PartRaw {
                content: "writeText",
                span: Span {
                 start: Position {
                  line: 16,
                  column: 21,
                 },
                 end: Position {
                  line: 16,
                  column: 30,
                 },
                },
               },
              ),
             ],
             default: None,
            },
           ),
           arguments: [
            String(
             String_ {
              parts: [
               Raw(
                PartRaw {
                 content: "ankisyncd.conf",
                 span: Span {
                  start: Position {
                   line: 16,
                   column: 32,
                  },
                  end: Position {
                   line: 16,
                   column: 46,
                  },
                 },
                },
               ),
              ],
              span: Span {
               start: Position {
                line: 16,
                column: 31,
               },
               end: Position {
                line: 16,
                column: 47,
               },
              },
             },
            ),
            FunctionApplication(
             FunctionApplication {
              function: PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "lib",
                  span: Span {
                   start: Position {
                    line: 16,
                    column: 49,
                   },
                   end: Position {
                    line: 16,
                    column: 52,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "generators",
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 53,
                    },
                    end: Position {
                     line: 16,
                     column: 63,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "toINI",
                   span: Span {
                    start: Position {
                     line: 16,
                     column: 64,
                    },
                    end: Position {
                     line: 16,
                     column: 69,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              arguments: [
               Map(
                Map {
                 recursive: false,
                 bindings: [],
                 span: Span {
                  start: Position {
                   line: 16,
                   column: 70,
                  },
                  end: Position {
                   line: 16,
                   column: 72,
                  },
                 },
                },
               ),
               Map(
                Map {
                 recursive: false,
                 bindings: [
                  KeyValue(
                   BindingKeyValue {
                    from: [
                     Raw(
                      PartRaw {
                       content: "sync_app",
                       span: Span {
                        start: Position {
                         line: 17,
                         column: 5,
                        },
                        end: Position {
                         line: 17,
                         column: 13,
                        },
                       },
                      },
                     ),
                    ],
                    to: Map(
                     Map {
                      recursive: false,
                      bindings: [
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "host",
                            span: Span {
                             start: Position {
                              line: 18,
                              column: 7,
                             },
                             end: Position {
                              line: 18,
                              column: 11,
                             },
                            },
                           },
                          ),
                         ],
                         to: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 18,
                               column: 14,
                              },
                              end: Position {
                               line: 18,
                               column: 17,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "host",
                              span: Span {
                               start: Position {
                                line: 18,
                                column: 18,
                               },
                               end: Position {
                                line: 18,
                                column: 22,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "port",
                            span: Span {
                             start: Position {
                              line: 19,
                              column: 7,
                             },
                             end: Position {
                              line: 19,
                              column: 11,
                             },
                            },
                           },
                          ),
                         ],
                         to: PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 19,
                               column: 14,
                              },
                              end: Position {
                               line: 19,
                               column: 17,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "port",
                              span: Span {
                               start: Position {
                                line: 19,
                                column: 18,
                               },
                               end: Position {
                                line: 19,
                                column: 22,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "data_root",
                            span: Span {
                             start: Position {
                              line: 20,
                              column: 7,
                             },
                             end: Position {
                              line: 20,
                              column: 16,
                             },
                            },
                           },
                          ),
                         ],
                         to: Identifier(
                          Identifier {
                           id: "stateDir",
                           span: Span {
                            start: Position {
                             line: 20,
                             column: 19,
                            },
                            end: Position {
                             line: 20,
                             column: 27,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "auth_db_path",
                            span: Span {
                             start: Position {
                              line: 21,
                              column: 7,
                             },
                             end: Position {
                              line: 21,
                              column: 19,
                             },
                            },
                           },
                          ),
                         ],
                         to: Identifier(
                          Identifier {
                           id: "authDbPath",
                           span: Span {
                            start: Position {
                             line: 21,
                             column: 22,
                            },
                            end: Position {
                             line: 21,
                             column: 32,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "session_db_path",
                            span: Span {
                             start: Position {
                              line: 22,
                              column: 7,
                             },
                             end: Position {
                              line: 22,
                              column: 22,
                             },
                            },
                           },
                          ),
                         ],
                         to: Identifier(
                          Identifier {
                           id: "sessionDbPath",
                           span: Span {
                            start: Position {
                             line: 22,
                             column: 25,
                            },
                            end: Position {
                             line: 22,
                             column: 38,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "base_url",
                            span: Span {
                             start: Position {
                              line: 24,
                              column: 7,
                             },
                             end: Position {
                              line: 24,
                              column: 15,
                             },
                            },
                           },
                          ),
                         ],
                         to: String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "/sync/",
                              span: Span {
                               start: Position {
                                line: 24,
                                column: 19,
                               },
                               end: Position {
                                line: 24,
                                column: 25,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 24,
                             column: 18,
                            },
                            end: Position {
                             line: 24,
                             column: 26,
                            },
                           },
                          },
                         ),
                        },
                       ),
                       KeyValue(
                        BindingKeyValue {
                         from: [
                          Raw(
                           PartRaw {
                            content: "base_media_url",
                            span: Span {
                             start: Position {
                              line: 25,
                              column: 7,
                             },
                             end: Position {
                              line: 25,
                              column: 21,
                             },
                            },
                           },
                          ),
                         ],
                         to: String(
                          String_ {
                           parts: [
                            Raw(
                             PartRaw {
                              content: "/msync/",
                              span: Span {
                               start: Position {
                                line: 25,
                                column: 25,
                               },
                               end: Position {
                                line: 25,
                                column: 32,
                               },
                              },
                             },
                            ),
                           ],
                           span: Span {
                            start: Position {
                             line: 25,
                             column: 24,
                            },
                            end: Position {
                             line: 25,
                             column: 33,
                            },
                           },
                          },
                         ),
                        },
                       ),
                      ],
                      span: Span {
                       start: Position {
                        line: 17,
                        column: 16,
                       },
                       end: Position {
                        line: 26,
                        column: 6,
                       },
                      },
                     },
                    ),
                   },
                  ),
                 ],
                 span: Span {
                  start: Position {
                   line: 16,
                   column: 73,
                  },
                  end: Position {
                   line: 27,
                   column: 4,
                  },
                 },
                },
               ),
              ],
             },
            ),
           ],
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 30,
                column: 5,
               },
               end: Position {
                line: 30,
                column: 12,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "services",
              span: Span {
               start: Position {
                line: 30,
                column: 13,
               },
               end: Position {
                line: 30,
                column: 21,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "ankisyncd",
              span: Span {
               start: Position {
                line: 30,
                column: 22,
               },
               end: Position {
                line: 30,
                column: 31,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 31,
                     column: 7,
                    },
                    end: Position {
                     line: 31,
                     column: 13,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkEnableOption",
                    span: Span {
                     start: Position {
                      line: 31,
                      column: 16,
                     },
                     end: Position {
                      line: 31,
                      column: 30,
                     },
                    },
                   },
                  ),
                  arguments: [
                   FunctionApplication(
                    FunctionApplication {
                     function: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "lib",
                         span: Span {
                          start: Position {
                           line: 31,
                           column: 32,
                          },
                          end: Position {
                           line: 31,
                           column: 35,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "mdDoc",
                          span: Span {
                           start: Position {
                            line: 31,
                            column: 36,
                           },
                           end: Position {
                            line: 31,
                            column: 41,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     arguments: [
                      String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "ankisyncd",
                           span: Span {
                            start: Position {
                             line: 31,
                             column: 43,
                            },
                            end: Position {
                             line: 31,
                             column: 52,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 31,
                          column: 42,
                         },
                         end: Position {
                          line: 31,
                          column: 53,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "package",
                   span: Span {
                    start: Position {
                     line: 33,
                     column: 7,
                    },
                    end: Position {
                     line: 33,
                     column: 14,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 33,
                      column: 17,
                     },
                     end: Position {
                      line: 33,
                      column: 25,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 34,
                             column: 9,
                            },
                            end: Position {
                             line: 34,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 34,
                              column: 16,
                             },
                             end: Position {
                              line: 34,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "package",
                             span: Span {
                              start: Position {
                               line: 34,
                               column: 22,
                              },
                              end: Position {
                               line: 34,
                               column: 29,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 35,
                             column: 9,
                            },
                            end: Position {
                             line: 35,
                             column: 16,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "pkgs",
                            span: Span {
                             start: Position {
                              line: 35,
                              column: 19,
                             },
                             end: Position {
                              line: 35,
                              column: 23,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "ankisyncd",
                             span: Span {
                              start: Position {
                               line: 35,
                               column: 24,
                              },
                              end: Position {
                               line: 35,
                               column: 33,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "defaultText",
                           span: Span {
                            start: Position {
                             line: 36,
                             column: 9,
                            },
                            end: Position {
                             line: 36,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: Identifier(
                           Identifier {
                            id: "literalExpression",
                            span: Span {
                             start: Position {
                              line: 36,
                              column: 23,
                             },
                             end: Position {
                              line: 36,
                              column: 40,
                             },
                            },
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "pkgs.ankisyncd",
                                span: Span {
                                 start: Position {
                                  line: 36,
                                  column: 42,
                                 },
                                 end: Position {
                                  line: 36,
                                  column: 56,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 36,
                               column: 41,
                              },
                              end: Position {
                               line: 36,
                               column: 57,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 37,
                             column: 9,
                            },
                            end: Position {
                             line: 37,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 37,
                                column: 23,
                               },
                               end: Position {
                                line: 37,
                                column: 26,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 37,
                                 column: 27,
                                },
                                end: Position {
                                 line: 37,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "The package to use for the ankisyncd command.",
                                span: Span {
                                 start: Position {
                                  line: 37,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 37,
                                  column: 79,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 37,
                               column: 33,
                              },
                              end: Position {
                               line: 37,
                               column: 80,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 33,
                       column: 26,
                      },
                      end: Position {
                       line: 38,
                       column: 8,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "host",
                   span: Span {
                    start: Position {
                     line: 40,
                     column: 7,
                    },
                    end: Position {
                     line: 40,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 40,
                      column: 14,
                     },
                     end: Position {
                      line: 40,
                      column: 22,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 41,
                             column: 9,
                            },
                            end: Position {
                             line: 41,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 41,
                              column: 16,
                             },
                             end: Position {
                              line: 41,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "str",
                             span: Span {
                              start: Position {
                               line: 41,
                               column: 22,
                              },
                              end: Position {
                               line: 41,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 42,
                             column: 9,
                            },
                            end: Position {
                             line: 42,
                             column: 16,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "localhost",
                             span: Span {
                              start: Position {
                               line: 42,
                               column: 20,
                              },
                              end: Position {
                               line: 42,
                               column: 29,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 42,
                            column: 19,
                           },
                           end: Position {
                            line: 42,
                            column: 30,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 43,
                             column: 9,
                            },
                            end: Position {
                             line: 43,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 43,
                                column: 23,
                               },
                               end: Position {
                                line: 43,
                                column: 26,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 43,
                                 column: 27,
                                },
                                end: Position {
                                 line: 43,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "ankisyncd host",
                                span: Span {
                                 start: Position {
                                  line: 43,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 43,
                                  column: 48,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 43,
                               column: 33,
                              },
                              end: Position {
                               line: 43,
                               column: 49,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 40,
                       column: 23,
                      },
                      end: Position {
                       line: 44,
                       column: 8,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "port",
                   span: Span {
                    start: Position {
                     line: 46,
                     column: 7,
                    },
                    end: Position {
                     line: 46,
                     column: 11,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 46,
                      column: 14,
                     },
                     end: Position {
                      line: 46,
                      column: 22,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 47,
                             column: 9,
                            },
                            end: Position {
                             line: 47,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 47,
                              column: 16,
                             },
                             end: Position {
                              line: 47,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "int",
                             span: Span {
                              start: Position {
                               line: 47,
                               column: 22,
                              },
                              end: Position {
                               line: 47,
                               column: 25,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 48,
                             column: 9,
                            },
                            end: Position {
                             line: 48,
                             column: 16,
                            },
                           },
                          },
                         ),
                        ],
                        to: Integer(
                         Integer {
                          value: "27701",
                          span: Span {
                           start: Position {
                            line: 48,
                            column: 19,
                           },
                           end: Position {
                            line: 48,
                            column: 24,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 49,
                             column: 9,
                            },
                            end: Position {
                             line: 49,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 49,
                                column: 23,
                               },
                               end: Position {
                                line: 49,
                                column: 26,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 49,
                                 column: 27,
                                },
                                end: Position {
                                 line: 49,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "ankisyncd port",
                                span: Span {
                                 start: Position {
                                  line: 49,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 49,
                                  column: 48,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 49,
                               column: 33,
                              },
                              end: Position {
                               line: 49,
                               column: 49,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 46,
                       column: 23,
                      },
                      end: Position {
                       line: 50,
                       column: 8,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "openFirewall",
                   span: Span {
                    start: Position {
                     line: 52,
                     column: 7,
                    },
                    end: Position {
                     line: 52,
                     column: 19,
                    },
                   },
                  },
                 ),
                ],
                to: FunctionApplication(
                 FunctionApplication {
                  function: Identifier(
                   Identifier {
                    id: "mkOption",
                    span: Span {
                     start: Position {
                      line: 52,
                      column: 22,
                     },
                     end: Position {
                      line: 52,
                      column: 30,
                     },
                    },
                   },
                  ),
                  arguments: [
                   Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "default",
                           span: Span {
                            start: Position {
                             line: 53,
                             column: 9,
                            },
                            end: Position {
                             line: 53,
                             column: 16,
                            },
                           },
                          },
                         ),
                        ],
                        to: Identifier(
                         Identifier {
                          id: "false",
                          span: Span {
                           start: Position {
                            line: 53,
                            column: 19,
                           },
                           end: Position {
                            line: 53,
                            column: 24,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "type",
                           span: Span {
                            start: Position {
                             line: 54,
                             column: 9,
                            },
                            end: Position {
                             line: 54,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "types",
                            span: Span {
                             start: Position {
                              line: 54,
                              column: 16,
                             },
                             end: Position {
                              line: 54,
                              column: 21,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "bool",
                             span: Span {
                              start: Position {
                               line: 54,
                               column: 22,
                              },
                              end: Position {
                               line: 54,
                               column: 26,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 55,
                             column: 9,
                            },
                            end: Position {
                             line: 55,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 55,
                                column: 23,
                               },
                               end: Position {
                                line: 55,
                                column: 26,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 55,
                                 column: 27,
                                },
                                end: Position {
                                 line: 55,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Whether to open the firewall for the specified port.",
                                span: Span {
                                 start: Position {
                                  line: 55,
                                  column: 34,
                                 },
                                 end: Position {
                                  line: 55,
                                  column: 86,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 55,
                               column: 33,
                              },
                              end: Position {
                               line: 55,
                               column: 87,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 52,
                       column: 31,
                      },
                      end: Position {
                       line: 56,
                       column: 8,
                      },
                     },
                    },
                   ),
                  ],
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 30,
               column: 34,
              },
              end: Position {
               line: 57,
               column: 6,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 59,
                column: 5,
               },
               end: Position {
                line: 59,
                column: 11,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 59,
                 column: 14,
                },
                end: Position {
                 line: 59,
                 column: 18,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 59,
                    column: 19,
                   },
                   end: Position {
                    line: 59,
                    column: 22,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 59,
                     column: 23,
                    },
                    end: Position {
                     line: 59,
                     column: 29,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              Map(
               Map {
                recursive: false,
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "networking",
                      span: Span {
                       start: Position {
                        line: 60,
                        column: 7,
                       },
                       end: Position {
                        line: 60,
                        column: 17,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "firewall",
                      span: Span {
                       start: Position {
                        line: 60,
                        column: 18,
                       },
                       end: Position {
                        line: 60,
                        column: 26,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "allowedTCPPorts",
                      span: Span {
                       start: Position {
                        line: 60,
                        column: 27,
                       },
                       end: Position {
                        line: 60,
                        column: 42,
                       },
                      },
                     },
                    ),
                   ],
                   to: FunctionApplication(
                    FunctionApplication {
                     function: Identifier(
                      Identifier {
                       id: "mkIf",
                       span: Span {
                        start: Position {
                         line: 60,
                         column: 45,
                        },
                        end: Position {
                         line: 60,
                         column: 49,
                        },
                       },
                      },
                     ),
                     arguments: [
                      PropertyAccess(
                       PropertyAccess {
                        expression: Identifier(
                         Identifier {
                          id: "cfg",
                          span: Span {
                           start: Position {
                            line: 60,
                            column: 50,
                           },
                           end: Position {
                            line: 60,
                            column: 53,
                           },
                          },
                         },
                        ),
                        attribute_path: [
                         Raw(
                          PartRaw {
                           content: "openFirewall",
                           span: Span {
                            start: Position {
                             line: 60,
                             column: 54,
                            },
                            end: Position {
                             line: 60,
                             column: 66,
                            },
                           },
                          },
                         ),
                        ],
                        default: None,
                       },
                      ),
                      List(
                       List {
                        elements: [
                         PropertyAccess(
                          PropertyAccess {
                           expression: Identifier(
                            Identifier {
                             id: "cfg",
                             span: Span {
                              start: Position {
                               line: 60,
                               column: 69,
                              },
                              end: Position {
                               line: 60,
                               column: 72,
                              },
                             },
                            },
                           ),
                           attribute_path: [
                            Raw(
                             PartRaw {
                              content: "port",
                              span: Span {
                               start: Position {
                                line: 60,
                                column: 73,
                               },
                               end: Position {
                                line: 60,
                                column: 77,
                               },
                              },
                             },
                            ),
                           ],
                           default: None,
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 60,
                          column: 67,
                         },
                         end: Position {
                          line: 60,
                          column: 79,
                         },
                        },
                       },
                      ),
                     ],
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "environment",
                      span: Span {
                       start: Position {
                        line: 62,
                        column: 7,
                       },
                       end: Position {
                        line: 62,
                        column: 18,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "etc",
                      span: Span {
                       start: Position {
                        line: 62,
                        column: 19,
                       },
                       end: Position {
                        line: 62,
                        column: 22,
                       },
                      },
                     },
                    ),
                    Expression(
                     PartExpression {
                      expression: String(
                       String_ {
                        parts: [
                         Raw(
                          PartRaw {
                           content: "ankisyncd/ankisyncd.conf",
                           span: Span {
                            start: Position {
                             line: 62,
                             column: 24,
                            },
                            end: Position {
                             line: 62,
                             column: 48,
                            },
                           },
                          },
                         ),
                        ],
                        span: Span {
                         start: Position {
                          line: 62,
                          column: 23,
                         },
                         end: Position {
                          line: 62,
                          column: 49,
                         },
                        },
                       },
                      ),
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "source",
                      span: Span {
                       start: Position {
                        line: 62,
                        column: 50,
                       },
                       end: Position {
                        line: 62,
                        column: 56,
                       },
                      },
                     },
                    ),
                   ],
                   to: Identifier(
                    Identifier {
                     id: "configFile",
                     span: Span {
                      start: Position {
                       line: 62,
                       column: 59,
                      },
                      end: Position {
                       line: 62,
                       column: 69,
                      },
                     },
                    },
                   ),
                  },
                 ),
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "systemd",
                      span: Span {
                       start: Position {
                        line: 64,
                        column: 7,
                       },
                       end: Position {
                        line: 64,
                        column: 14,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "services",
                      span: Span {
                       start: Position {
                        line: 64,
                        column: 15,
                       },
                       end: Position {
                        line: 64,
                        column: 23,
                       },
                      },
                     },
                    ),
                    Raw(
                     PartRaw {
                      content: "ankisyncd",
                      span: Span {
                       start: Position {
                        line: 64,
                        column: 24,
                       },
                       end: Position {
                        line: 64,
                        column: 33,
                       },
                      },
                     },
                    ),
                   ],
                   to: Map(
                    Map {
                     recursive: false,
                     bindings: [
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "description",
                           span: Span {
                            start: Position {
                             line: 65,
                             column: 9,
                            },
                            end: Position {
                             line: 65,
                             column: 20,
                            },
                           },
                          },
                         ),
                        ],
                        to: String(
                         String_ {
                          parts: [
                           Raw(
                            PartRaw {
                             content: "ankisyncd - Anki sync server",
                             span: Span {
                              start: Position {
                               line: 65,
                               column: 24,
                              },
                              end: Position {
                               line: 65,
                               column: 52,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 65,
                            column: 23,
                           },
                           end: Position {
                            line: 65,
                            column: 53,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "after",
                           span: Span {
                            start: Position {
                             line: 66,
                             column: 9,
                            },
                            end: Position {
                             line: 66,
                             column: 14,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "network.target",
                                span: Span {
                                 start: Position {
                                  line: 66,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 66,
                                  column: 34,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 66,
                               column: 19,
                              },
                              end: Position {
                               line: 66,
                               column: 35,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 66,
                            column: 17,
                           },
                           end: Position {
                            line: 66,
                            column: 37,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "wantedBy",
                           span: Span {
                            start: Position {
                             line: 67,
                             column: 9,
                            },
                            end: Position {
                             line: 67,
                             column: 17,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "multi-user.target",
                                span: Span {
                                 start: Position {
                                  line: 67,
                                  column: 23,
                                 },
                                 end: Position {
                                  line: 67,
                                  column: 40,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 67,
                               column: 22,
                              },
                              end: Position {
                               line: 67,
                               column: 41,
                              },
                             },
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 67,
                            column: 20,
                           },
                           end: Position {
                            line: 67,
                            column: 43,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "path",
                           span: Span {
                            start: Position {
                             line: 68,
                             column: 9,
                            },
                            end: Position {
                             line: 68,
                             column: 13,
                            },
                           },
                          },
                         ),
                        ],
                        to: List(
                         List {
                          elements: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 68,
                                 column: 18,
                                },
                                end: Position {
                                 line: 68,
                                 column: 21,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 68,
                                  column: 22,
                                 },
                                 end: Position {
                                  line: 68,
                                  column: 29,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 68,
                            column: 16,
                           },
                           end: Position {
                            line: 68,
                            column: 31,
                           },
                          },
                         },
                        ),
                       },
                      ),
                      KeyValue(
                       BindingKeyValue {
                        from: [
                         Raw(
                          PartRaw {
                           content: "serviceConfig",
                           span: Span {
                            start: Position {
                             line: 70,
                             column: 9,
                            },
                            end: Position {
                             line: 70,
                             column: 22,
                            },
                           },
                          },
                         ),
                        ],
                        to: Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Type",
                                span: Span {
                                 start: Position {
                                  line: 71,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 71,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "simple",
                                  span: Span {
                                   start: Position {
                                    line: 71,
                                    column: 19,
                                   },
                                   end: Position {
                                    line: 71,
                                    column: 25,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 71,
                                 column: 18,
                                },
                                end: Position {
                                 line: 71,
                                 column: 26,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "DynamicUser",
                                span: Span {
                                 start: Position {
                                  line: 72,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 72,
                                  column: 22,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 72,
                                 column: 25,
                                },
                                end: Position {
                                 line: 72,
                                 column: 29,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "StateDirectory",
                                span: Span {
                                 start: Position {
                                  line: 73,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 73,
                                  column: 25,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "name",
                               span: Span {
                                start: Position {
                                 line: 73,
                                 column: 28,
                                },
                                end: Position {
                                 line: 73,
                                 column: 32,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "ExecStart",
                                span: Span {
                                 start: Position {
                                  line: 74,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 74,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Interpolation(
                                 PartInterpolation {
                                  expression: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 74,
                                        column: 26,
                                       },
                                       end: Position {
                                        line: 74,
                                        column: 29,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "package",
                                       span: Span {
                                        start: Position {
                                         line: 74,
                                         column: 30,
                                        },
                                        end: Position {
                                         line: 74,
                                         column: 37,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                Raw(
                                 PartRaw {
                                  content: "/bin/ankisyncd",
                                  span: Span {
                                   start: Position {
                                    line: 74,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 74,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 74,
                                 column: 23,
                                },
                                end: Position {
                                 line: 74,
                                 column: 53,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "Restart",
                                span: Span {
                                 start: Position {
                                  line: 75,
                                  column: 11,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 18,
                                 },
                                },
                               },
                              ),
                             ],
                             to: String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "always",
                                  span: Span {
                                   start: Position {
                                    line: 75,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 75,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 75,
                                 column: 21,
                                },
                                end: Position {
                                 line: 75,
                                 column: 29,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 70,
                            column: 25,
                           },
                           end: Position {
                            line: 76,
                            column: 10,
                           },
                          },
                         },
                        ),
                       },
                      ),
                     ],
                     span: Span {
                      start: Position {
                       line: 64,
                       column: 36,
                      },
                      end: Position {
                       line: 77,
                       column: 8,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                span: Span {
                 start: Position {
                  line: 59,
                  column: 30,
                 },
                 end: Position {
                  line: 78,
                  column: 6,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 29,
          column: 3,
         },
         end: Position {
          line: 79,
          column: 4,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 5,
        column: 1,
       },
       end: Position {
        line: 79,
        column: 4,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 3,
      column: 1,
     },
     end: Position {
      line: 79,
      column: 4,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 1,
    column: 1,
   },
   end: Position {
    line: 79,
    column: 4,
   },
  },
 },
)