---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   Inherit {
    from: Some(
     Variable {
      identifier: "lib",
      position: (3, 12),
     },
    ),
    attributes: [
     Raw {
      content: "mkEnableOption",
      position: (3, 17),
     },
     Raw {
      content: "mkIf",
      position: (3, 32),
     },
     Raw {
      content: "mkOption",
      position: (3, 37),
     },
     Raw {
      content: "types",
      position: (3, 46),
     },
    ],
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "cfg",
       position: (5, 3),
      },
     ],
    },
    to: PropertyAccess {
     expression: Variable {
      identifier: "config",
      position: (5, 9),
     },
     attribute_path: AttributePath {
      parts: [
       Raw {
        content: "hardware",
        position: (5, 16),
       },
       Raw {
        content: "sata",
        position: (5, 25),
       },
       Raw {
        content: "timeout",
        position: (5, 30),
       },
      ],
     },
     default: None,
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "buildRule",
       position: (7, 3),
      },
     ],
    },
    to: Function {
     argument: Simple {
      identifier: "d",
     },
     definition: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "lib",
        position: (8, 5),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "concatStringsSep",
          position: (8, 9),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: ", ",
          position: (8, 27),
         },
        ],
        position: (8, 26),
       },
       List {
        elements: [
         String {
          parts: [
           Raw {
            content: "ACTION==\"add\"",
            position: (9, 9),
           },
          ],
          position: (9, 7),
         },
         String {
          parts: [
           Raw {
            content: "SUBSYSTEM==\"block\"",
            position: (10, 9),
           },
          ],
          position: (10, 7),
         },
         String {
          parts: [
           Raw {
            content: "ENV{ID_",
            position: (11, 9),
           },
           Interpolation {
            expression: FunctionApplication {
             function: PropertyAccess {
              expression: Variable {
               identifier: "lib",
               position: (11, 18),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "toUpper",
                 position: (11, 22),
                },
               ],
              },
              default: None,
             },
             arguments: [
              PropertyAccess {
               expression: Variable {
                identifier: "d",
                position: (11, 30),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "idBy",
                  position: (11, 32),
                 },
                ],
               },
               default: None,
              },
             ],
            },
           },
           Raw {
            content: "}==\"",
            position: (11, 37),
           },
           Interpolation {
            expression: PropertyAccess {
             expression: Variable {
              identifier: "d",
              position: (11, 43),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "name",
                position: (11, 45),
               },
              ],
             },
             default: None,
            },
           },
           Raw {
            content: "\"",
            position: (11, 50),
           },
          ],
          position: (11, 7),
         },
         String {
          parts: [
           Raw {
            content: "TAG+=\"systemd\"",
            position: (12, 9),
           },
          ],
          position: (12, 7),
         },
         String {
          parts: [
           Raw {
            content: "ENV{SYSTEMD_WANTS}=\"",
            position: (13, 9),
           },
           Interpolation {
            expression: FunctionApplication {
             function: Variable {
              identifier: "unitName",
              position: (13, 31),
             },
             arguments: [
              Variable {
               identifier: "d",
               position: (13, 40),
              },
             ],
            },
           },
           Raw {
            content: "\"",
            position: (13, 42),
           },
          ],
          position: (13, 7),
         },
        ],
        position: (8, 31),
       },
      ],
     },
     position: (7, 15),
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "devicePath",
       position: (16, 3),
      },
     ],
    },
    to: Function {
     argument: Simple {
      identifier: "device",
     },
     definition: String {
      parts: [
       Raw {
        content: "/dev/disk/by-",
        position: (17, 6),
       },
       Interpolation {
        expression: PropertyAccess {
         expression: Variable {
          identifier: "device",
          position: (17, 21),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "idBy",
            position: (17, 28),
           },
          ],
         },
         default: None,
        },
       },
       Raw {
        content: "/",
        position: (17, 33),
       },
       Interpolation {
        expression: PropertyAccess {
         expression: Variable {
          identifier: "device",
          position: (17, 36),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "name",
            position: (17, 43),
           },
          ],
         },
         default: None,
        },
       },
      ],
      position: (17, 5),
     },
     position: (16, 16),
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "unitName",
       position: (19, 3),
      },
     ],
    },
    to: Function {
     argument: Simple {
      identifier: "device",
     },
     definition: String {
      parts: [
       Raw {
        content: "sata-timeout-",
        position: (20, 6),
       },
       Interpolation {
        expression: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (20, 21),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "strings",
             position: (20, 25),
            },
            Raw {
             content: "sanitizeDerivationName",
             position: (20, 33),
            },
           ],
          },
          default: None,
         },
         arguments: [
          PropertyAccess {
           expression: Variable {
            identifier: "device",
            position: (20, 56),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "name",
              position: (20, 63),
             },
            ],
           },
           default: None,
          },
         ],
        },
       },
      ],
      position: (20, 5),
     },
     position: (19, 14),
    },
   },
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "startScript",
       position: (22, 3),
      },
     ],
    },
    to: FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "pkgs",
       position: (23, 5),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "writeShellScript",
         position: (23, 10),
        },
       ],
      },
      default: None,
     },
     arguments: [
      String {
       parts: [
        Raw {
         content: "sata-timeout.sh",
         position: (23, 28),
        },
       ],
       position: (23, 27),
      },
      String {
       parts: [
        Raw {
         content: "set -eEuo pipefail\n\ndevice=\"$1\"\n\n",
         position: (24, 1),
        },
        Interpolation {
         expression: PropertyAccess {
          expression: Variable {
           identifier: "pkgs",
           position: (28, 9),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "smartmontools",
             position: (28, 14),
            },
           ],
          },
          default: None,
         },
        },
        Raw {
         content: "/bin/smartctl \\\n  -l scterc,",
         position: (28, 28),
        },
        Interpolation {
         expression: FunctionApplication {
          function: Variable {
           identifier: "toString",
           position: (29, 21),
          },
          arguments: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (29, 30),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "deciSeconds",
               position: (29, 34),
              },
             ],
            },
            default: None,
           },
          ],
         },
        },
        Raw {
         content: ",",
         position: (29, 46),
        },
        Interpolation {
         expression: FunctionApplication {
          function: Variable {
           identifier: "toString",
           position: (29, 49),
          },
          arguments: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (29, 58),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "deciSeconds",
               position: (29, 62),
              },
             ],
            },
            default: None,
           },
          ],
         },
        },
        Raw {
         content: " \\\n  --quietmode errorsonly \\\n  \"$device\"\n",
         position: (29, 74),
        },
       ],
       position: (23, 45),
      },
     ],
    },
   },
  ],
  target: Map {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "meta",
        position: (36, 3),
       },
       Raw {
        content: "maintainers",
        position: (36, 8),
       },
      ],
     },
     to: With {
      expression: PropertyAccess {
       expression: Variable {
        identifier: "lib",
        position: (36, 27),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "maintainers",
          position: (36, 31),
         },
        ],
       },
       default: None,
      },
      target: List {
       elements: [
        Variable {
         identifier: "peterhoeg",
         position: (36, 46),
        },
       ],
       position: (36, 44),
      },
      position: (36, 22),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "options",
        position: (38, 3),
       },
       Raw {
        content: "hardware",
        position: (38, 11),
       },
       Raw {
        content: "sata",
        position: (38, 20),
       },
       Raw {
        content: "timeout",
        position: (38, 25),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "enable",
           position: (39, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "mkEnableOption",
          position: (39, 14),
         },
         arguments: [
          String {
           parts: [
            Raw {
             content: "SATA drive timeouts",
             position: (39, 30),
            },
           ],
           position: (39, 29),
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "deciSeconds",
           position: (41, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "mkOption",
          position: (41, 19),
         },
         arguments: [
          Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "example",
                position: (42, 7),
               },
              ],
             },
             to: Int {
              value: 70,
              position: (42, 17),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "type",
                position: (43, 7),
               },
              ],
             },
             to: PropertyAccess {
              expression: Variable {
               identifier: "types",
               position: (43, 14),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "int",
                 position: (43, 20),
                },
               ],
              },
              default: None,
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "description",
                position: (44, 7),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "Set SCT Error Recovery Control timeout in deciseconds for use in RAID configurations.\n\nValues are as follows:\n   0 = disable SCT ERT\n  70 = default in consumer drives (7 seconds)\n\nMaximum is disk dependant but probably 60 seconds.\n",
                position: (45, 1),
               },
              ],
              position: (44, 21),
             },
            },
           ],
           recursive: false,
           position: (41, 28),
          },
         ],
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "drives",
           position: (55, 5),
          },
         ],
        },
        to: FunctionApplication {
         function: Variable {
          identifier: "mkOption",
          position: (55, 14),
         },
         arguments: [
          Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "description",
                position: (56, 7),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "List of drives for which to configure the timeout.",
                position: (56, 22),
               },
              ],
              position: (56, 21),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "type",
                position: (57, 7),
               },
              ],
             },
             to: FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (57, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "listOf",
                  position: (57, 20),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               Parentheses {
                expression: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (58, 10),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "submodule",
                     position: (58, 16),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "options",
                        position: (59, 11),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "name",
                           position: (60, 13),
                          },
                         ],
                        },
                        to: FunctionApplication {
                         function: Variable {
                          identifier: "mkOption",
                          position: (60, 20),
                         },
                         arguments: [
                          Map {
                           bindings: [
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "description",
                                position: (61, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "Drive name without the full path.",
                                position: (61, 30),
                               },
                              ],
                              position: (61, 29),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "type",
                                position: (62, 15),
                               },
                              ],
                             },
                             to: PropertyAccess {
                              expression: Variable {
                               identifier: "types",
                               position: (62, 22),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "str",
                                 position: (62, 28),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                           ],
                           recursive: false,
                           position: (60, 29),
                          },
                         ],
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "idBy",
                           position: (65, 13),
                          },
                         ],
                        },
                        to: FunctionApplication {
                         function: Variable {
                          identifier: "mkOption",
                          position: (65, 20),
                         },
                         arguments: [
                          Map {
                           bindings: [
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "description",
                                position: (66, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "The method to identify the drive.",
                                position: (66, 30),
                               },
                              ],
                              position: (66, 29),
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "type",
                                position: (67, 15),
                               },
                              ],
                             },
                             to: FunctionApplication {
                              function: PropertyAccess {
                               expression: Variable {
                                identifier: "types",
                                position: (67, 22),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "enum",
                                  position: (67, 28),
                                 },
                                ],
                               },
                               default: None,
                              },
                              arguments: [
                               List {
                                elements: [
                                 String {
                                  parts: [
                                   Raw {
                                    content: "path",
                                    position: (67, 36),
                                   },
                                  ],
                                  position: (67, 35),
                                 },
                                 String {
                                  parts: [
                                   Raw {
                                    content: "wwn",
                                    position: (67, 43),
                                   },
                                  ],
                                  position: (67, 42),
                                 },
                                ],
                                position: (67, 33),
                               },
                              ],
                             },
                            },
                            Binding {
                             from: AttributePath {
                              parts: [
                               Raw {
                                content: "default",
                                position: (68, 15),
                               },
                              ],
                             },
                             to: String {
                              parts: [
                               Raw {
                                content: "path",
                                position: (68, 26),
                               },
                              ],
                              position: (68, 25),
                             },
                            },
                           ],
                           recursive: false,
                           position: (65, 29),
                          },
                         ],
                        },
                       },
                      ],
                      recursive: false,
                      position: (59, 21),
                     },
                    },
                   ],
                   recursive: false,
                   position: (58, 26),
                  },
                 ],
                },
                position: (58, 9),
               },
              ],
             },
            },
           ],
           recursive: false,
           position: (55, 23),
          },
         ],
        },
       },
      ],
      recursive: false,
      position: (38, 35),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "config",
        position: (75, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (75, 12),
      },
      arguments: [
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (75, 17),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "enable",
           position: (75, 21),
          },
         ],
        },
        default: None,
       },
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "services",
             position: (76, 5),
            },
            Raw {
             content: "udev",
             position: (76, 14),
            },
            Raw {
             content: "extraRules",
             position: (76, 19),
            },
           ],
          },
          to: FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (76, 32),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "concatMapStringsSep",
               position: (76, 36),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "\n",
               position: (76, 57),
              },
             ],
             position: (76, 56),
            },
            Variable {
             identifier: "buildRule",
             position: (76, 61),
            },
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (76, 71),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "drives",
                position: (76, 75),
               },
              ],
             },
             default: None,
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "systemd",
             position: (78, 5),
            },
            Raw {
             content: "services",
             position: (78, 13),
            },
           ],
          },
          to: FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "lib",
             position: (78, 24),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "listToAttrs",
               position: (78, 28),
              },
             ],
            },
            default: None,
           },
           arguments: [
            Parentheses {
             expression: FunctionApplication {
              function: Variable {
               identifier: "map",
               position: (78, 41),
              },
              arguments: [
               Parentheses {
                expression: Function {
                 argument: Simple {
                  identifier: "e",
                 },
                 definition: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "lib",
                    position: (80, 9),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "nameValuePair",
                      position: (80, 13),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Parentheses {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "unitName",
                      position: (80, 28),
                     },
                     arguments: [
                      Variable {
                       identifier: "e",
                       position: (80, 37),
                      },
                     ],
                    },
                    position: (80, 27),
                   },
                   Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "description",
                         position: (81, 11),
                        },
                       ],
                      },
                      to: String {
                       parts: [
                        Raw {
                         content: "SATA timeout for ",
                         position: (81, 26),
                        },
                        Interpolation {
                         expression: PropertyAccess {
                          expression: Variable {
                           identifier: "e",
                           position: (81, 45),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "name",
                             position: (81, 47),
                            },
                           ],
                          },
                          default: None,
                         },
                        },
                       ],
                       position: (81, 25),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "wantedBy",
                         position: (82, 11),
                        },
                       ],
                      },
                      to: List {
                       elements: [
                        String {
                         parts: [
                          Raw {
                           content: "sata-timeout.target",
                           position: (82, 25),
                          },
                         ],
                         position: (82, 24),
                        },
                       ],
                       position: (82, 22),
                      },
                     },
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "serviceConfig",
                         position: (83, 11),
                        },
                       ],
                      },
                      to: Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "Type",
                            position: (84, 13),
                           },
                          ],
                         },
                         to: String {
                          parts: [
                           Raw {
                            content: "oneshot",
                            position: (84, 21),
                           },
                          ],
                          position: (84, 20),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "ExecStart",
                            position: (85, 13),
                           },
                          ],
                         },
                         to: String {
                          parts: [
                           Interpolation {
                            expression: Variable {
                             identifier: "startScript",
                             position: (85, 28),
                            },
                           },
                           Raw {
                            content: " '",
                            position: (85, 40),
                           },
                           Interpolation {
                            expression: FunctionApplication {
                             function: Variable {
                              identifier: "devicePath",
                              position: (85, 44),
                             },
                             arguments: [
                              Variable {
                               identifier: "e",
                               position: (85, 55),
                              },
                             ],
                            },
                           },
                           Raw {
                            content: "'",
                            position: (85, 57),
                           },
                          ],
                          position: (85, 25),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "PrivateTmp",
                            position: (86, 13),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "true",
                          position: (86, 26),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "PrivateNetwork",
                            position: (87, 13),
                           },
                          ],
                         },
                         to: Variable {
                          identifier: "true",
                          position: (87, 30),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "ProtectHome",
                            position: (88, 13),
                           },
                          ],
                         },
                         to: String {
                          parts: [
                           Raw {
                            content: "tmpfs",
                            position: (88, 28),
                           },
                          ],
                          position: (88, 27),
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "ProtectSystem",
                            position: (89, 13),
                           },
                          ],
                         },
                         to: String {
                          parts: [
                           Raw {
                            content: "strict",
                            position: (89, 30),
                           },
                          ],
                          position: (89, 29),
                         },
                        },
                       ],
                       recursive: false,
                       position: (83, 27),
                      },
                     },
                    ],
                    recursive: false,
                    position: (80, 40),
                   },
                  ],
                 },
                 position: (79, 8),
                },
                position: (79, 7),
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (93, 7),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "drives",
                   position: (93, 11),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
             position: (78, 40),
            },
           ],
          },
         },
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "systemd",
             position: (95, 5),
            },
            Raw {
             content: "targets",
             position: (95, 13),
            },
            Raw {
             content: "sata-timeout",
             position: (95, 21),
            },
           ],
          },
          to: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "description",
                position: (96, 7),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "SATA timeout",
                position: (96, 22),
               },
              ],
              position: (96, 21),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "wantedBy",
                position: (97, 7),
               },
              ],
             },
             to: List {
              elements: [
               String {
                parts: [
                 Raw {
                  content: "multi-user.target",
                  position: (97, 21),
                 },
                ],
                position: (97, 20),
               },
              ],
              position: (97, 18),
             },
            },
           ],
           recursive: false,
           position: (95, 36),
          },
         },
        ],
        recursive: false,
        position: (75, 28),
       },
      ],
     },
    },
   ],
   recursive: false,
   position: (35, 1),
  },
  position: (2, 1),
 },
 position: (1, 1),
}