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