---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "snapper",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (10, 3),
        },
        Raw {
         content: "services",
         position: (10, 11),
        },
        Raw {
         content: "snapper",
         position: (10, 20),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "snapshotRootOnBoot",
            position: (12, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (12, 26),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (13, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (13, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "bool",
                  position: (13, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (14, 7),
                },
               ],
              },
              to: Variable {
               identifier: "false",
               position: (14, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (15, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Whether to snapshot root on boot\n",
                 position: (16, 1),
                },
               ],
               position: (15, 21),
              },
             },
            ],
            recursive: false,
            position: (12, 35),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "snapshotInterval",
            position: (20, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (20, 24),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (21, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (21, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (21, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (22, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "hourly",
                 position: (22, 18),
                },
               ],
               position: (22, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (23, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Snapshot interval.\n\nThe format is described in\n<citerefentry><refentrytitle>systemd.time</refentrytitle>\n<manvolnum>7</manvolnum></citerefentry>.\n",
                 position: (24, 1),
                },
               ],
               position: (23, 21),
              },
             },
            ],
            recursive: false,
            position: (20, 33),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "cleanupInterval",
            position: (32, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (32, 23),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (33, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (33, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (33, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (34, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "1d",
                 position: (34, 18),
                },
               ],
               position: (34, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (35, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Cleanup interval.\n\nThe format is described in\n<citerefentry><refentrytitle>systemd.time</refentrytitle>\n<manvolnum>7</manvolnum></citerefentry>.\n",
                 position: (36, 1),
                },
               ],
               position: (35, 21),
              },
             },
            ],
            recursive: false,
            position: (32, 32),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "filters",
            position: (44, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (44, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (45, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (45, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "nullOr",
                   position: (45, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (45, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "lines",
                    position: (45, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (46, 7),
                },
               ],
              },
              to: Variable {
               identifier: "null",
               position: (46, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (47, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Global display difference filter. See man:snapper(8) for more details.\n",
                 position: (48, 1),
                },
               ],
               position: (47, 21),
              },
             },
            ],
            recursive: false,
            position: (44, 24),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "configs",
            position: (52, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (52, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (53, 7),
                },
               ],
              },
              to: Map {
               bindings: [],
               recursive: false,
               position: (53, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (54, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (54, 17),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "{\n  home = {\n    subvolume = \"/home\";\n    extraConfig = ",
                   position: (55, 1),
                  },
                  Raw {
                   content: "''",
                   position: (58, 27),
                  },
                  Raw {
                   content: "\n      ALLOW_USERS=\"alice\"\n      TIMELINE_CREATE=yes\n      TIMELINE_CLEANUP=yes\n    ",
                   position: (58, 30),
                  },
                  Raw {
                   content: "''",
                   position: (62, 13),
                  },
                  Raw {
                   content: ";\n  };\n}\n",
                   position: (62, 16),
                  },
                 ],
                 position: (54, 35),
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (67, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Subvolume configuration\n",
                 position: (68, 1),
                },
               ],
               position: (67, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (71, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (71, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "attrsOf",
                   position: (71, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (71, 29),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "submodule",
                      position: (71, 35),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Map {
                    bindings: [
                     Binding {
                      from: AttributePath {
                       parts: [
                        Raw {
                         content: "options",
                         position: (72, 9),
                        },
                       ],
                      },
                      to: Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "subvolume",
                            position: (73, 11),
                           },
                          ],
                         },
                         to: FunctionApplication {
                          function: Variable {
                           identifier: "mkOption",
                           position: (73, 23),
                          },
                          arguments: [
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "type",
                                 position: (74, 13),
                                },
                               ],
                              },
                              to: PropertyAccess {
                               expression: Variable {
                                identifier: "types",
                                position: (74, 20),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "path",
                                  position: (74, 26),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "description",
                                 position: (75, 13),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "Path of the subvolume or mount point.\nThis path is a subvolume and has to contain a subvolume named\n.snapshots.\nSee also man:snapper(8) section PERMISSIONS.\n",
                                 position: (76, 1),
                                },
                               ],
                               position: (75, 27),
                              },
                             },
                            ],
                            recursive: false,
                            position: (73, 32),
                           },
                          ],
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "fstype",
                            position: (83, 11),
                           },
                          ],
                         },
                         to: FunctionApplication {
                          function: Variable {
                           identifier: "mkOption",
                           position: (83, 20),
                          },
                          arguments: [
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "type",
                                 position: (84, 13),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: PropertyAccess {
                                expression: Variable {
                                 identifier: "types",
                                 position: (84, 20),
                                },
                                attribute_path: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "enum",
                                   position: (84, 26),
                                  },
                                 ],
                                },
                                default: None,
                               },
                               arguments: [
                                List {
                                 elements: [
                                  String {
                                   parts: [
                                    Raw {
                                     content: "btrfs",
                                     position: (84, 34),
                                    },
                                   ],
                                   position: (84, 33),
                                  },
                                 ],
                                 position: (84, 31),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "default",
                                 position: (85, 13),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "btrfs",
                                 position: (85, 24),
                                },
                               ],
                               position: (85, 23),
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "description",
                                 position: (86, 13),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "Filesystem type. Only btrfs is stable and tested.\n",
                                 position: (87, 1),
                                },
                               ],
                               position: (86, 27),
                              },
                             },
                            ],
                            recursive: false,
                            position: (83, 29),
                           },
                          ],
                         },
                        },
                        Binding {
                         from: AttributePath {
                          parts: [
                           Raw {
                            content: "extraConfig",
                            position: (91, 11),
                           },
                          ],
                         },
                         to: FunctionApplication {
                          function: Variable {
                           identifier: "mkOption",
                           position: (91, 25),
                          },
                          arguments: [
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "type",
                                 position: (92, 13),
                                },
                               ],
                              },
                              to: PropertyAccess {
                               expression: Variable {
                                identifier: "types",
                                position: (92, 20),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "lines",
                                  position: (92, 26),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "default",
                                 position: (93, 13),
                                },
                               ],
                              },
                              to: String {
                               parts: [],
                               position: (93, 23),
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "description",
                                 position: (94, 13),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "Additional configuration next to SUBVOLUME and FSTYPE.\nSee man:snapper-configs(5).\n",
                                 position: (95, 1),
                                },
                               ],
                               position: (94, 27),
                              },
                             },
                            ],
                            recursive: false,
                            position: (91, 34),
                           },
                          ],
                         },
                        },
                       ],
                       recursive: false,
                       position: (72, 19),
                      },
                     },
                    ],
                    recursive: false,
                    position: (71, 45),
                   },
                  ],
                 },
                 position: (71, 28),
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (52, 24),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (10, 30),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (104, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (104, 12),
       },
       arguments: [
        Parentheses {
         expression: BinaryOperation {
          operator: NotEqualTo,
          operands: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (104, 18),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "configs",
               position: (104, 22),
              },
             ],
            },
            default: None,
           },
           Map {
            bindings: [],
            recursive: false,
            position: (104, 33),
           },
          ],
          position: (104, 30),
         },
         position: (104, 17),
        },
        Parentheses {
         expression: LetIn {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "documentation",
               position: (105, 5),
              },
             ],
            },
            to: List {
             elements: [
              String {
               parts: [
                Raw {
                 content: "man:snapper(8)",
                 position: (105, 24),
                },
               ],
               position: (105, 23),
              },
              String {
               parts: [
                Raw {
                 content: "man:snapper-configs(5)",
                 position: (105, 41),
                },
               ],
               position: (105, 40),
              },
             ],
             position: (105, 21),
            },
           },
          ],
          target: Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "environment",
                position: (108, 5),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "systemPackages",
                   position: (110, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "pkgs",
                    position: (110, 26),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "snapper",
                      position: (110, 31),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (110, 24),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "etc",
                   position: (114, 7),
                  },
                 ],
                },
                to: BinaryOperation {
                 operator: Update,
                 operands: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Expression {
                        expression: String {
                         parts: [
                          Raw {
                           content: "sysconfig/snapper",
                           position: (116, 10),
                          },
                         ],
                         position: (116, 9),
                        },
                       },
                       Raw {
                        content: "text",
                        position: (116, 29),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "SNAPPER_CONFIGS=\"",
                        position: (117, 1),
                       },
                       Expression {
                        expression: FunctionApplication {
                         function: PropertyAccess {
                          expression: Variable {
                           identifier: "lib",
                           position: (117, 30),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "concatStringsSep",
                             position: (117, 34),
                            },
                           ],
                          },
                          default: None,
                         },
                         arguments: [
                          String {
                           parts: [
                            Raw {
                             content: " ",
                             position: (117, 52),
                            },
                           ],
                           position: (117, 51),
                          },
                          Parentheses {
                           expression: FunctionApplication {
                            function: PropertyAccess {
                             expression: Variable {
                              identifier: "builtins",
                              position: (117, 56),
                             },
                             attribute_path: AttributePath {
                              parts: [
                               Raw {
                                content: "attrNames",
                                position: (117, 65),
                               },
                              ],
                             },
                             default: None,
                            },
                            arguments: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (117, 75),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "configs",
                                 position: (117, 79),
                                },
                               ],
                              },
                              default: None,
                             },
                            ],
                           },
                           position: (117, 55),
                          },
                         ],
                        },
                       },
                       Raw {
                        content: "\"\n",
                        position: (117, 88),
                       },
                      ],
                      position: (116, 36),
                     },
                    },
                   ],
                   recursive: false,
                   position: (114, 13),
                  },
                  BinaryOperation {
                   operator: Update,
                   operands: [
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "mapAttrs'",
                       position: (121, 11),
                      },
                      arguments: [
                       Parentheses {
                        expression: Function {
                         argument: Simple {
                          identifier: "name",
                         },
                         definition: Function {
                          argument: Simple {
                           identifier: "subvolume",
                          },
                          definition: FunctionApplication {
                           function: Variable {
                            identifier: "nameValuePair",
                            position: (121, 39),
                           },
                           arguments: [
                            String {
                             parts: [
                              Raw {
                               content: "snapper/configs/",
                               position: (121, 54),
                              },
                              Expression {
                               expression: Variable {
                                identifier: "name",
                                position: (121, 72),
                               },
                              },
                             ],
                             position: (121, 53),
                            },
                            Parentheses {
                             expression: Map {
                              bindings: [
                               Binding {
                                from: AttributePath {
                                 parts: [
                                  Raw {
                                   content: "text",
                                   position: (122, 9),
                                  },
                                 ],
                                },
                                to: String {
                                 parts: [
                                  Raw {
                                   content: "",
                                   position: (123, 1),
                                  },
                                  Expression {
                                   expression: PropertyAccess {
                                    expression: Variable {
                                     identifier: "subvolume",
                                     position: (123, 13),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "extraConfig",
                                       position: (123, 23),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Raw {
                                   content: "\nFSTYPE=\"",
                                   position: (123, 35),
                                  },
                                  Expression {
                                   expression: PropertyAccess {
                                    expression: Variable {
                                     identifier: "subvolume",
                                     position: (124, 21),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "fstype",
                                       position: (124, 31),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Raw {
                                   content: "\"\nSUBVOLUME=\"",
                                   position: (124, 38),
                                  },
                                  Expression {
                                   expression: PropertyAccess {
                                    expression: Variable {
                                     identifier: "subvolume",
                                     position: (125, 24),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "subvolume",
                                       position: (125, 34),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  },
                                  Raw {
                                   content: "\"\n",
                                   position: (125, 44),
                                  },
                                 ],
                                 position: (122, 16),
                                },
                               },
                              ],
                              recursive: false,
                              position: (121, 80),
                             },
                             position: (121, 79),
                            },
                           ],
                          },
                          position: (121, 28),
                         },
                         position: (121, 22),
                        },
                        position: (121, 21),
                       },
                       PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (127, 11),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "configs",
                           position: (127, 15),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                     },
                     position: (121, 10),
                    },
                    Parentheses {
                     expression: FunctionApplication {
                      function: PropertyAccess {
                       expression: Variable {
                        identifier: "lib",
                        position: (128, 11),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "optionalAttrs",
                          position: (128, 15),
                         },
                        ],
                       },
                       default: None,
                      },
                      arguments: [
                       Parentheses {
                        expression: BinaryOperation {
                         operator: NotEqualTo,
                         operands: [
                          PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (128, 30),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "filters",
                              position: (128, 34),
                             },
                            ],
                           },
                           default: None,
                          },
                          Variable {
                           identifier: "null",
                           position: (128, 45),
                          },
                         ],
                         position: (128, 42),
                        },
                        position: (128, 29),
                       },
                       Map {
                        bindings: [
                         Binding {
                          from: AttributePath {
                           parts: [
                            Expression {
                             expression: String {
                              parts: [
                               Raw {
                                content: "snapper/filters/default.txt",
                                position: (129, 10),
                               },
                              ],
                              position: (129, 9),
                             },
                            },
                            Raw {
                             content: "text",
                             position: (129, 39),
                            },
                           ],
                          },
                          to: PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (129, 46),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "filters",
                              position: (129, 50),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                        ],
                        recursive: false,
                        position: (128, 51),
                       },
                      ],
                     },
                     position: (128, 10),
                    },
                   ],
                   position: (128, 7),
                  },
                 ],
                 position: (121, 7),
                },
               },
              ],
              recursive: false,
              position: (108, 19),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "services",
                position: (134, 5),
               },
               Raw {
                content: "dbus",
                position: (134, 14),
               },
               Raw {
                content: "packages",
                position: (134, 19),
               },
              ],
             },
             to: List {
              elements: [
               PropertyAccess {
                expression: Variable {
                 identifier: "pkgs",
                 position: (134, 32),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "snapper",
                   position: (134, 37),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (134, 30),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "systemd",
                position: (136, 5),
               },
               Raw {
                content: "services",
                position: (136, 13),
               },
               Raw {
                content: "snapperd",
                position: (136, 22),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (137, 7),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "DBus interface for snapper",
                   position: (137, 22),
                  },
                 ],
                 position: (137, 21),
                },
               },
               Inherit {
                from: None,
                attributes: [
                 Raw {
                  content: "documentation",
                  position: (138, 15),
                 },
                ],
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "serviceConfig",
                   position: (139, 7),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "Type",
                      position: (140, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "dbus",
                      position: (140, 17),
                     },
                    ],
                    position: (140, 16),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "BusName",
                      position: (141, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "org.opensuse.Snapper",
                      position: (141, 20),
                     },
                    ],
                    position: (141, 19),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "ExecStart",
                      position: (142, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Expression {
                      expression: PropertyAccess {
                       expression: Variable {
                        identifier: "pkgs",
                        position: (142, 24),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "snapper",
                          position: (142, 29),
                         },
                        ],
                       },
                       default: None,
                      },
                     },
                     Raw {
                      content: "/bin/snapperd",
                      position: (142, 37),
                     },
                    ],
                    position: (142, 21),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "CapabilityBoundingSet",
                      position: (143, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "CAP_DAC_OVERRIDE CAP_FOWNER CAP_CHOWN CAP_FSETID CAP_SETFCAP CAP_SYS_ADMIN CAP_SYS_MODULE CAP_IPC_LOCK CAP_SYS_NICE",
                      position: (143, 34),
                     },
                    ],
                    position: (143, 33),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "LockPersonality",
                      position: (144, 9),
                     },
                    ],
                   },
                   to: Variable {
                    identifier: "true",
                    position: (144, 27),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "NoNewPrivileges",
                      position: (145, 9),
                     },
                    ],
                   },
                   to: Variable {
                    identifier: "false",
                    position: (145, 27),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "PrivateNetwork",
                      position: (146, 9),
                     },
                    ],
                   },
                   to: Variable {
                    identifier: "true",
                    position: (146, 26),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "ProtectHostname",
                      position: (147, 9),
                     },
                    ],
                   },
                   to: Variable {
                    identifier: "true",
                    position: (147, 27),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "RestrictAddressFamilies",
                      position: (148, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "AF_UNIX",
                      position: (148, 36),
                     },
                    ],
                    position: (148, 35),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "RestrictRealtime",
                      position: (149, 9),
                     },
                    ],
                   },
                   to: Variable {
                    identifier: "true",
                    position: (149, 28),
                   },
                  },
                 ],
                 recursive: false,
                 position: (139, 23),
                },
               },
              ],
              recursive: false,
              position: (136, 33),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "systemd",
                position: (153, 5),
               },
               Raw {
                content: "services",
                position: (153, 13),
               },
               Raw {
                content: "snapper-timeline",
                position: (153, 22),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (154, 7),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Timeline of Snapper Snapshots",
                   position: (154, 22),
                  },
                 ],
                 position: (154, 21),
                },
               },
               Inherit {
                from: None,
                attributes: [
                 Raw {
                  content: "documentation",
                  position: (155, 15),
                 },
                ],
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "requires",
                   position: (156, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "local-fs.target",
                     position: (156, 21),
                    },
                   ],
                   position: (156, 20),
                  },
                 ],
                 position: (156, 18),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "serviceConfig",
                   position: (157, 7),
                  },
                  Raw {
                   content: "ExecStart",
                   position: (157, 21),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "pkgs",
                     position: (157, 36),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "snapper",
                       position: (157, 41),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/lib/snapper/systemd-helper --timeline",
                   position: (157, 49),
                  },
                 ],
                 position: (157, 33),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "startAt",
                   position: (158, 7),
                  },
                 ],
                },
                to: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (158, 17),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "snapshotInterval",
                    position: (158, 21),
                   },
                  ],
                 },
                 default: None,
                },
               },
              ],
              recursive: false,
              position: (153, 41),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "systemd",
                position: (161, 5),
               },
               Raw {
                content: "services",
                position: (161, 13),
               },
               Raw {
                content: "snapper-cleanup",
                position: (161, 22),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (162, 7),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Cleanup of Snapper Snapshots",
                   position: (162, 22),
                  },
                 ],
                 position: (162, 21),
                },
               },
               Inherit {
                from: None,
                attributes: [
                 Raw {
                  content: "documentation",
                  position: (163, 15),
                 },
                ],
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "serviceConfig",
                   position: (164, 7),
                  },
                  Raw {
                   content: "ExecStart",
                   position: (164, 21),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "pkgs",
                     position: (164, 36),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "snapper",
                       position: (164, 41),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: "/lib/snapper/systemd-helper --cleanup",
                   position: (164, 49),
                  },
                 ],
                 position: (164, 33),
                },
               },
              ],
              recursive: false,
              position: (161, 40),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "systemd",
                position: (167, 5),
               },
               Raw {
                content: "timers",
                position: (167, 13),
               },
               Raw {
                content: "snapper-cleanup",
                position: (167, 20),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (168, 7),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Cleanup of Snapper Snapshots",
                   position: (168, 22),
                  },
                 ],
                 position: (168, 21),
                },
               },
               Inherit {
                from: None,
                attributes: [
                 Raw {
                  content: "documentation",
                  position: (169, 15),
                 },
                ],
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "wantedBy",
                   position: (170, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "timers.target",
                     position: (170, 21),
                    },
                   ],
                   position: (170, 20),
                  },
                 ],
                 position: (170, 18),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "requires",
                   position: (171, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "local-fs.target",
                     position: (171, 21),
                    },
                   ],
                   position: (171, 20),
                  },
                 ],
                 position: (171, 18),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "timerConfig",
                   position: (172, 7),
                  },
                  Raw {
                   content: "OnBootSec",
                   position: (172, 19),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "10m",
                   position: (172, 32),
                  },
                 ],
                 position: (172, 31),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "timerConfig",
                   position: (173, 7),
                  },
                  Raw {
                   content: "OnUnitActiveSec",
                   position: (173, 19),
                  },
                 ],
                },
                to: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (173, 37),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "cleanupInterval",
                    position: (173, 41),
                   },
                  ],
                 },
                 default: None,
                },
               },
              ],
              recursive: false,
              position: (167, 38),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "systemd",
                position: (176, 5),
               },
               Raw {
                content: "services",
                position: (176, 13),
               },
               Raw {
                content: "snapper-boot",
                position: (176, 22),
               },
              ],
             },
             to: FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "lib",
                position: (176, 37),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "optionalAttrs",
                  position: (176, 41),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (176, 55),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "snapshotRootOnBoot",
                   position: (176, 59),
                  },
                 ],
                },
                default: None,
               },
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (177, 7),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Take snapper snapshot of root on boot",
                     position: (177, 22),
                    },
                   ],
                   position: (177, 21),
                  },
                 },
                 Inherit {
                  from: None,
                  attributes: [
                   Raw {
                    content: "documentation",
                    position: (178, 15),
                   },
                  ],
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "serviceConfig",
                     position: (179, 7),
                    },
                    Raw {
                     content: "ExecStart",
                     position: (179, 21),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Expression {
                     expression: PropertyAccess {
                      expression: Variable {
                       identifier: "pkgs",
                       position: (179, 36),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "snapper",
                         position: (179, 41),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Raw {
                     content: "/bin/snapper --config root create --cleanup-algorithm number --description boot",
                     position: (179, 49),
                    },
                   ],
                   position: (179, 33),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "serviceConfig",
                     position: (180, 7),
                    },
                    Raw {
                     content: "type",
                     position: (180, 21),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "oneshot",
                     position: (180, 29),
                    },
                   ],
                   position: (180, 28),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "requires",
                     position: (181, 7),
                    },
                   ],
                  },
                  to: List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "local-fs.target",
                       position: (181, 21),
                      },
                     ],
                     position: (181, 20),
                    },
                   ],
                   position: (181, 18),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "wantedBy",
                     position: (182, 7),
                    },
                   ],
                  },
                  to: List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "multi-user.target",
                       position: (182, 21),
                      },
                     ],
                     position: (182, 20),
                    },
                   ],
                   position: (182, 18),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "unitConfig",
                     position: (183, 7),
                    },
                    Raw {
                     content: "ConditionPathExists",
                     position: (183, 18),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "/etc/snapper/configs/root",
                     position: (183, 41),
                    },
                   ],
                   position: (183, 40),
                  },
                 },
                ],
                recursive: false,
                position: (176, 78),
               },
              ],
             },
            },
           ],
           recursive: false,
           position: (106, 6),
          },
          position: (104, 38),
         },
         position: (104, 37),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (9, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}