Function(
 Function {
  head: Destructured(
   FunctionHeadDestructured {
    ellipsis: true,
    identifier: None,
    arguments: [
     FunctionHeadDestructuredArgument {
      identifier: "config",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "lib",
      default: None,
     },
     FunctionHeadDestructuredArgument {
      identifier: "pkgs",
      default: None,
     },
    ],
   },
  ),
  body: With(
   With {
    expression: Identifier(
     Identifier {
      id: "lib",
      span: Span {
       start: Position {
        line: 5,
        column: 6,
       },
       end: Position {
        line: 5,
        column: 9,
       },
      },
     },
    ),
    target: LetIn(
     LetIn {
      bindings: [
       KeyValue(
        BindingKeyValue {
         from: [
          Raw(
           PartRaw {
            content: "cfg",
            span: Span {
             start: Position {
              line: 7,
              column: 5,
             },
             end: Position {
              line: 7,
              column: 8,
             },
            },
           },
          ),
         ],
         to: PropertyAccess(
          PropertyAccess {
           expression: Identifier(
            Identifier {
             id: "config",
             span: Span {
              start: Position {
               line: 7,
               column: 11,
              },
              end: Position {
               line: 7,
               column: 17,
              },
             },
            },
           ),
           attribute_path: [
            Raw(
             PartRaw {
              content: "programs",
              span: Span {
               start: Position {
                line: 7,
                column: 18,
               },
               end: Position {
                line: 7,
                column: 26,
               },
              },
             },
            ),
            Raw(
             PartRaw {
              content: "atop",
              span: Span {
               start: Position {
                line: 7,
                column: 27,
               },
               end: Position {
                line: 7,
                column: 31,
               },
              },
             },
            ),
           ],
           default: None,
          },
         ),
        },
       ),
      ],
      target: Map(
       Map {
        recursive: false,
        bindings: [
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "options",
              span: Span {
               start: Position {
                line: 13,
                column: 3,
               },
               end: Position {
                line: 13,
                column: 10,
               },
              },
             },
            ),
           ],
           to: Map(
            Map {
             recursive: false,
             bindings: [
              KeyValue(
               BindingKeyValue {
                from: [
                 Raw(
                  PartRaw {
                   content: "programs",
                   span: Span {
                    start: Position {
                     line: 15,
                     column: 5,
                    },
                    end: Position {
                     line: 15,
                     column: 13,
                    },
                   },
                  },
                 ),
                 Raw(
                  PartRaw {
                   content: "atop",
                   span: Span {
                    start: Position {
                     line: 15,
                     column: 14,
                    },
                    end: Position {
                     line: 15,
                     column: 18,
                    },
                   },
                  },
                 ),
                ],
                to: Map(
                 Map {
                  recursive: true,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 17,
                          column: 7,
                         },
                         end: Position {
                          line: 17,
                          column: 13,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkEnableOption",
                         span: Span {
                          start: Position {
                           line: 17,
                           column: 16,
                          },
                          end: Position {
                           line: 17,
                           column: 30,
                          },
                         },
                        },
                       ),
                       arguments: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 17,
                                column: 32,
                               },
                               end: Position {
                                line: 17,
                                column: 35,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mdDoc",
                               span: Span {
                                start: Position {
                                 line: 17,
                                 column: 36,
                                },
                                end: Position {
                                 line: 17,
                                 column: 41,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           String(
                            String_ {
                             parts: [
                              Raw(
                               PartRaw {
                                content: "Atop",
                                span: Span {
                                 start: Position {
                                  line: 17,
                                  column: 43,
                                 },
                                 end: Position {
                                  line: 17,
                                  column: 47,
                                 },
                                },
                               },
                              ),
                             ],
                             span: Span {
                              start: Position {
                               line: 17,
                               column: 42,
                              },
                              end: Position {
                               line: 17,
                               column: 48,
                              },
                             },
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "package",
                        span: Span {
                         start: Position {
                          line: 19,
                          column: 7,
                         },
                         end: Position {
                          line: 19,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 19,
                           column: 17,
                          },
                          end: Position {
                           line: 19,
                           column: 25,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 20,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 20,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 20,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 20,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "package",
                                  span: Span {
                                   start: Position {
                                    line: 20,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 20,
                                    column: 29,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 21,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 21,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "pkgs",
                                 span: Span {
                                  start: Position {
                                   line: 21,
                                   column: 19,
                                  },
                                  end: Position {
                                   line: 21,
                                   column: 23,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "atop",
                                  span: Span {
                                   start: Position {
                                    line: 21,
                                    column: 24,
                                   },
                                   end: Position {
                                    line: 21,
                                    column: 28,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "defaultText",
                                span: Span {
                                 start: Position {
                                  line: 22,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 22,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "literalExpression",
                                 span: Span {
                                  start: Position {
                                   line: 22,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 22,
                                   column: 40,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                String(
                                 String_ {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "pkgs.atop",
                                     span: Span {
                                      start: Position {
                                       line: 22,
                                       column: 42,
                                      },
                                      end: Position {
                                       line: 22,
                                       column: 51,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 22,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 22,
                                    column: 52,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 23,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 23,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 23,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 23,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 23,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 23,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Which package to use for Atop.\n",
                                     span: Span {
                                      start: Position {
                                       line: 24,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 25,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 23,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 25,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 19,
                            column: 26,
                           },
                           end: Position {
                            line: 26,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "netatop",
                        span: Span {
                         start: Position {
                          line: 28,
                          column: 7,
                         },
                         end: Position {
                          line: 28,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: Map(
                      Map {
                       recursive: false,
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "enable",
                             span: Span {
                              start: Position {
                               line: 29,
                               column: 9,
                              },
                              end: Position {
                               line: 29,
                               column: 15,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 29,
                                column: 18,
                               },
                               end: Position {
                                line: 29,
                                column: 26,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 30,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 30,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 30,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 30,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "bool",
                                       span: Span {
                                        start: Position {
                                         line: 30,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 30,
                                         column: 28,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 31,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 31,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Identifier(
                                   Identifier {
                                    id: "false",
                                    span: Span {
                                     start: Position {
                                      line: 31,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 31,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 32,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 32,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 32,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 32,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 32,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 32,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Whether to install and enable the netatop kernel module.\nNote: this sets the kernel taint flag \"O\" for loading out-of-tree modules.\n",
                                          span: Span {
                                           start: Position {
                                            line: 33,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 35,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 32,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 35,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 29,
                                 column: 27,
                                },
                                end: Position {
                                 line: 36,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "package",
                             span: Span {
                              start: Position {
                               line: 37,
                               column: 9,
                              },
                              end: Position {
                               line: 37,
                               column: 16,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkOption",
                              span: Span {
                               start: Position {
                                line: 37,
                                column: 19,
                               },
                               end: Position {
                                line: 37,
                                column: 27,
                               },
                              },
                             },
                            ),
                            arguments: [
                             Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "type",
                                     span: Span {
                                      start: Position {
                                       line: 38,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 38,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "types",
                                      span: Span {
                                       start: Position {
                                        line: 38,
                                        column: 18,
                                       },
                                       end: Position {
                                        line: 38,
                                        column: 23,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "package",
                                       span: Span {
                                        start: Position {
                                         line: 38,
                                         column: 24,
                                        },
                                        end: Position {
                                         line: 38,
                                         column: 31,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "default",
                                     span: Span {
                                      start: Position {
                                       line: 39,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 39,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "config",
                                      span: Span {
                                       start: Position {
                                        line: 39,
                                        column: 21,
                                       },
                                       end: Position {
                                        line: 39,
                                        column: 27,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "boot",
                                       span: Span {
                                        start: Position {
                                         line: 39,
                                         column: 28,
                                        },
                                        end: Position {
                                         line: 39,
                                         column: 32,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "kernelPackages",
                                       span: Span {
                                        start: Position {
                                         line: 39,
                                         column: 33,
                                        },
                                        end: Position {
                                         line: 39,
                                         column: 47,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "netatop",
                                       span: Span {
                                        start: Position {
                                         line: 39,
                                         column: 48,
                                        },
                                        end: Position {
                                         line: 39,
                                         column: 55,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "defaultText",
                                     span: Span {
                                      start: Position {
                                       line: 40,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 40,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "literalExpression",
                                      span: Span {
                                       start: Position {
                                        line: 40,
                                        column: 25,
                                       },
                                       end: Position {
                                        line: 40,
                                        column: 42,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "config.boot.kernelPackages.netatop",
                                          span: Span {
                                           start: Position {
                                            line: 40,
                                            column: 44,
                                           },
                                           end: Position {
                                            line: 40,
                                            column: 78,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 40,
                                         column: 43,
                                        },
                                        end: Position {
                                         line: 40,
                                         column: 79,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "description",
                                     span: Span {
                                      start: Position {
                                       line: 41,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 41,
                                       column: 22,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: FunctionApplication(
                                   FunctionApplication {
                                    function: PropertyAccess(
                                     PropertyAccess {
                                      expression: Identifier(
                                       Identifier {
                                        id: "lib",
                                        span: Span {
                                         start: Position {
                                          line: 41,
                                          column: 25,
                                         },
                                         end: Position {
                                          line: 41,
                                          column: 28,
                                         },
                                        },
                                       },
                                      ),
                                      attribute_path: [
                                       Raw(
                                        PartRaw {
                                         content: "mdDoc",
                                         span: Span {
                                          start: Position {
                                           line: 41,
                                           column: 29,
                                          },
                                          end: Position {
                                           line: 41,
                                           column: 34,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                      default: None,
                                     },
                                    ),
                                    arguments: [
                                     IndentedString(
                                      IndentedString {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "Which package to use for netatop.\n",
                                          span: Span {
                                           start: Position {
                                            line: 42,
                                            column: 1,
                                           },
                                           end: Position {
                                            line: 43,
                                            column: 11,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 41,
                                         column: 35,
                                        },
                                        end: Position {
                                         line: 43,
                                         column: 13,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 37,
                                 column: 28,
                                },
                                end: Position {
                                 line: 44,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 28,
                         column: 17,
                        },
                        end: Position {
                         line: 45,
                         column: 8,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "atopgpu",
                        span: Span {
                         start: Position {
                          line: 47,
                          column: 7,
                         },
                         end: Position {
                          line: 47,
                          column: 14,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 47,
                          column: 15,
                         },
                         end: Position {
                          line: 47,
                          column: 21,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 47,
                           column: 24,
                          },
                          end: Position {
                           line: 47,
                           column: 32,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 48,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 48,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 48,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 48,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 48,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 48,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 49,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 49,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 49,
                                 column: 19,
                                },
                                end: Position {
                                 line: 49,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 50,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 50,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 50,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 50,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 50,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 50,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to install and enable the atopgpud daemon to get information about\nNVIDIA gpus.\n",
                                     span: Span {
                                      start: Position {
                                       line: 51,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 53,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 50,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 53,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 47,
                            column: 33,
                           },
                           end: Position {
                            line: 54,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "setuidWrapper",
                        span: Span {
                         start: Position {
                          line: 56,
                          column: 7,
                         },
                         end: Position {
                          line: 56,
                          column: 20,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 56,
                          column: 21,
                         },
                         end: Position {
                          line: 56,
                          column: 27,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 56,
                           column: 30,
                          },
                          end: Position {
                           line: 56,
                           column: 38,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 57,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 57,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 57,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 57,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 57,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 57,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 58,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 58,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "false",
                               span: Span {
                                start: Position {
                                 line: 58,
                                 column: 19,
                                },
                                end: Position {
                                 line: 58,
                                 column: 24,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 59,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 59,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 59,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 59,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 59,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 59,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to install a setuid wrapper for Atop. This is required to use some of\nthe features as non-root user (e.g.: ipc information, netatop, atopgpu).\nAtop tries to drop the root privileges shortly after starting.\n",
                                     span: Span {
                                      start: Position {
                                       line: 60,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 63,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 59,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 63,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 56,
                            column: 39,
                           },
                           end: Position {
                            line: 64,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "atopService",
                        span: Span {
                         start: Position {
                          line: 66,
                          column: 7,
                         },
                         end: Position {
                          line: 66,
                          column: 18,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 66,
                          column: 19,
                         },
                         end: Position {
                          line: 66,
                          column: 25,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 66,
                           column: 28,
                          },
                          end: Position {
                           line: 66,
                           column: 36,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 67,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 67,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 67,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 67,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 67,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 67,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 68,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 68,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 68,
                                 column: 19,
                                },
                                end: Position {
                                 line: 68,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 69,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 69,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 69,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 69,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 69,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 69,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to enable the atop service responsible for storing statistics for\nlong-term analysis.\n",
                                     span: Span {
                                      start: Position {
                                       line: 70,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 72,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 69,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 72,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 66,
                            column: 37,
                           },
                           end: Position {
                            line: 73,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "atopRotateTimer",
                        span: Span {
                         start: Position {
                          line: 74,
                          column: 7,
                         },
                         end: Position {
                          line: 74,
                          column: 22,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 74,
                          column: 23,
                         },
                         end: Position {
                          line: 74,
                          column: 29,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 74,
                           column: 32,
                          },
                          end: Position {
                           line: 74,
                           column: 40,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 75,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 75,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 75,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 75,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 75,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 75,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 76,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 76,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 76,
                                 column: 19,
                                },
                                end: Position {
                                 line: 76,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 77,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 77,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 77,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 77,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 77,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 77,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to enable the atop-rotate timer, which restarts the atop service\ndaily to make sure the data files are rotate.\n",
                                     span: Span {
                                      start: Position {
                                       line: 78,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 80,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 77,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 80,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 74,
                            column: 41,
                           },
                           end: Position {
                            line: 81,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "atopacctService",
                        span: Span {
                         start: Position {
                          line: 82,
                          column: 7,
                         },
                         end: Position {
                          line: 82,
                          column: 22,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "enable",
                        span: Span {
                         start: Position {
                          line: 82,
                          column: 23,
                         },
                         end: Position {
                          line: 82,
                          column: 29,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 82,
                           column: 32,
                          },
                          end: Position {
                           line: 82,
                           column: 40,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 83,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 83,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 83,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 83,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "bool",
                                  span: Span {
                                   start: Position {
                                    line: 83,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 83,
                                    column: 26,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 84,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 84,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 84,
                                 column: 19,
                                },
                                end: Position {
                                 line: 84,
                                 column: 23,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 85,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 85,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 85,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 85,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 85,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 85,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Whether to enable the atopacct service which manages process accounting.\nThis allows Atop to gather data about processes that disappeared in between\ntwo refresh intervals.\n",
                                     span: Span {
                                      start: Position {
                                       line: 86,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 89,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 85,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 89,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 82,
                            column: 41,
                           },
                           end: Position {
                            line: 90,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "settings",
                        span: Span {
                         start: Position {
                          line: 91,
                          column: 7,
                         },
                         end: Position {
                          line: 91,
                          column: 15,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkOption",
                         span: Span {
                          start: Position {
                           line: 91,
                           column: 18,
                          },
                          end: Position {
                           line: 91,
                           column: 26,
                          },
                         },
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "type",
                                span: Span {
                                 start: Position {
                                  line: 92,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 92,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: PropertyAccess(
                              PropertyAccess {
                               expression: Identifier(
                                Identifier {
                                 id: "types",
                                 span: Span {
                                  start: Position {
                                   line: 92,
                                   column: 16,
                                  },
                                  end: Position {
                                   line: 92,
                                   column: 21,
                                  },
                                 },
                                },
                               ),
                               attribute_path: [
                                Raw(
                                 PartRaw {
                                  content: "attrs",
                                  span: Span {
                                   start: Position {
                                    line: 92,
                                    column: 22,
                                   },
                                   end: Position {
                                    line: 92,
                                    column: 27,
                                   },
                                  },
                                 },
                                ),
                               ],
                               default: None,
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "default",
                                span: Span {
                                 start: Position {
                                  line: 93,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 93,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [],
                               span: Span {
                                start: Position {
                                 line: 93,
                                 column: 19,
                                },
                                end: Position {
                                 line: 93,
                                 column: 22,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "example",
                                span: Span {
                                 start: Position {
                                  line: 94,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 94,
                                  column: 16,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "flags",
                                     span: Span {
                                      start: Position {
                                       line: 95,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 95,
                                       column: 16,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "a1f",
                                       span: Span {
                                        start: Position {
                                         line: 95,
                                         column: 20,
                                        },
                                        end: Position {
                                         line: 95,
                                         column: 23,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 95,
                                      column: 19,
                                     },
                                     end: Position {
                                      line: 95,
                                      column: 24,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "interval",
                                     span: Span {
                                      start: Position {
                                       line: 96,
                                       column: 11,
                                      },
                                      end: Position {
                                       line: 96,
                                       column: 19,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Integer(
                                   Integer {
                                    value: "5",
                                    span: Span {
                                     start: Position {
                                      line: 96,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 96,
                                      column: 23,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 94,
                                 column: 19,
                                },
                                end: Position {
                                 line: 97,
                                 column: 10,
                                },
                               },
                              },
                             ),
                            },
                           ),
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "description",
                                span: Span {
                                 start: Position {
                                  line: 98,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 98,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "lib",
                                   span: Span {
                                    start: Position {
                                     line: 98,
                                     column: 23,
                                    },
                                    end: Position {
                                     line: 98,
                                     column: 26,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "mdDoc",
                                    span: Span {
                                     start: Position {
                                      line: 98,
                                      column: 27,
                                     },
                                     end: Position {
                                      line: 98,
                                      column: 32,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               arguments: [
                                IndentedString(
                                 IndentedString {
                                  parts: [
                                   Raw(
                                    PartRaw {
                                     content: "Parameters to be written to {file}`/etc/atoprc`.\n",
                                     span: Span {
                                      start: Position {
                                       line: 99,
                                       column: 1,
                                      },
                                      end: Position {
                                       line: 100,
                                       column: 9,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  span: Span {
                                   start: Position {
                                    line: 98,
                                    column: 33,
                                   },
                                   end: Position {
                                    line: 100,
                                    column: 11,
                                   },
                                  },
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 91,
                            column: 27,
                           },
                           end: Position {
                            line: 101,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 15,
                    column: 21,
                   },
                   end: Position {
                    line: 102,
                    column: 6,
                   },
                  },
                 },
                ),
               },
              ),
             ],
             span: Span {
              start: Position {
               line: 13,
               column: 13,
              },
              end: Position {
               line: 103,
               column: 4,
              },
             },
            },
           ),
          },
         ),
         KeyValue(
          BindingKeyValue {
           from: [
            Raw(
             PartRaw {
              content: "config",
              span: Span {
               start: Position {
                line: 105,
                column: 3,
               },
               end: Position {
                line: 105,
                column: 9,
               },
              },
             },
            ),
           ],
           to: FunctionApplication(
            FunctionApplication {
             function: Identifier(
              Identifier {
               id: "mkIf",
               span: Span {
                start: Position {
                 line: 105,
                 column: 12,
                },
                end: Position {
                 line: 105,
                 column: 16,
                },
               },
              },
             ),
             arguments: [
              PropertyAccess(
               PropertyAccess {
                expression: Identifier(
                 Identifier {
                  id: "cfg",
                  span: Span {
                   start: Position {
                    line: 105,
                    column: 17,
                   },
                   end: Position {
                    line: 105,
                    column: 20,
                   },
                  },
                 },
                ),
                attribute_path: [
                 Raw(
                  PartRaw {
                   content: "enable",
                   span: Span {
                    start: Position {
                     line: 105,
                     column: 21,
                    },
                    end: Position {
                     line: 105,
                     column: 27,
                    },
                   },
                  },
                 ),
                ],
                default: None,
               },
              ),
              LetIn(
               LetIn {
                bindings: [
                 KeyValue(
                  BindingKeyValue {
                   from: [
                    Raw(
                     PartRaw {
                      content: "atop",
                      span: Span {
                       start: Position {
                        line: 107,
                        column: 7,
                       },
                       end: Position {
                        line: 107,
                        column: 11,
                       },
                      },
                     },
                    ),
                   ],
                   to: IfThenElse(
                    IfThenElse {
                     predicate: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 108,
                           column: 12,
                          },
                          end: Position {
                           line: 108,
                           column: 15,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "atopgpu",
                          span: Span {
                           start: Position {
                            line: 108,
                            column: 16,
                           },
                           end: Position {
                            line: 108,
                            column: 23,
                           },
                          },
                         },
                        ),
                        Raw(
                         PartRaw {
                          content: "enable",
                          span: Span {
                           start: Position {
                            line: 108,
                            column: 24,
                           },
                           end: Position {
                            line: 108,
                            column: 30,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     then: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "cfg",
                           span: Span {
                            start: Position {
                             line: 109,
                             column: 12,
                            },
                            end: Position {
                             line: 109,
                             column: 15,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "package",
                            span: Span {
                             start: Position {
                              line: 109,
                              column: 16,
                             },
                             end: Position {
                              line: 109,
                              column: 23,
                             },
                            },
                           },
                          ),
                          Raw(
                           PartRaw {
                            content: "override",
                            span: Span {
                             start: Position {
                              line: 109,
                              column: 24,
                             },
                             end: Position {
                              line: 109,
                              column: 32,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "withAtopgpu",
                                span: Span {
                                 start: Position {
                                  line: 109,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 109,
                                  column: 46,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Identifier(
                              Identifier {
                               id: "true",
                               span: Span {
                                start: Position {
                                 line: 109,
                                 column: 49,
                                },
                                end: Position {
                                 line: 109,
                                 column: 53,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 109,
                            column: 33,
                           },
                           end: Position {
                            line: 109,
                            column: 56,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                     else_: PropertyAccess(
                      PropertyAccess {
                       expression: Identifier(
                        Identifier {
                         id: "cfg",
                         span: Span {
                          start: Position {
                           line: 111,
                           column: 11,
                          },
                          end: Position {
                           line: 111,
                           column: 14,
                          },
                         },
                        },
                       ),
                       attribute_path: [
                        Raw(
                         PartRaw {
                          content: "package",
                          span: Span {
                           start: Position {
                            line: 111,
                            column: 15,
                           },
                           end: Position {
                            line: 111,
                            column: 22,
                           },
                          },
                         },
                        ),
                       ],
                       default: None,
                      },
                     ),
                     span: Span {
                      start: Position {
                       line: 108,
                       column: 9,
                      },
                      end: Position {
                       line: 111,
                       column: 22,
                      },
                     },
                    },
                   ),
                  },
                 ),
                ],
                target: Map(
                 Map {
                  recursive: false,
                  bindings: [
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "environment",
                        span: Span {
                         start: Position {
                          line: 114,
                          column: 7,
                         },
                         end: Position {
                          line: 114,
                          column: 18,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "etc",
                        span: Span {
                         start: Position {
                          line: 114,
                          column: 19,
                         },
                         end: Position {
                          line: 114,
                          column: 22,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: Identifier(
                        Identifier {
                         id: "mkIf",
                         span: Span {
                          start: Position {
                           line: 114,
                           column: 25,
                          },
                          end: Position {
                           line: 114,
                           column: 29,
                          },
                         },
                        },
                       ),
                       arguments: [
                        BinaryOperation(
                         BinaryOperation {
                          left: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "cfg",
                              span: Span {
                               start: Position {
                                line: 114,
                                column: 31,
                               },
                               end: Position {
                                line: 114,
                                column: 34,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "settings",
                               span: Span {
                                start: Position {
                                 line: 114,
                                 column: 35,
                                },
                                end: Position {
                                 line: 114,
                                 column: 43,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          operator: NotEqualTo,
                          right: Map(
                           Map {
                            recursive: false,
                            bindings: [],
                            span: Span {
                             start: Position {
                              line: 114,
                              column: 47,
                             },
                             end: Position {
                              line: 114,
                              column: 50,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "atoprc",
                                span: Span {
                                 start: Position {
                                  line: 115,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 115,
                                  column: 15,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "text",
                                span: Span {
                                 start: Position {
                                  line: 115,
                                  column: 16,
                                 },
                                 end: Position {
                                  line: 115,
                                  column: 20,
                                 },
                                },
                               },
                              ),
                             ],
                             to: FunctionApplication(
                              FunctionApplication {
                               function: Identifier(
                                Identifier {
                                 id: "concatStrings",
                                 span: Span {
                                  start: Position {
                                   line: 115,
                                   column: 23,
                                  },
                                  end: Position {
                                   line: 115,
                                   column: 36,
                                  },
                                 },
                                },
                               ),
                               arguments: [
                                FunctionApplication(
                                 FunctionApplication {
                                  function: Identifier(
                                   Identifier {
                                    id: "mapAttrsToList",
                                    span: Span {
                                     start: Position {
                                      line: 116,
                                      column: 12,
                                     },
                                     end: Position {
                                      line: 116,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                  arguments: [
                                   Function(
                                    Function {
                                     head: Simple(
                                      FunctionHeadSimple {
                                       identifier: "n",
                                      },
                                     ),
                                     body: Function(
                                      Function {
                                       head: Simple(
                                        FunctionHeadSimple {
                                         identifier: "v",
                                        },
                                       ),
                                       body: IndentedString(
                                        IndentedString {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "",
                                            span: Span {
                                             start: Position {
                                              line: 118,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 118,
                                              column: 15,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: Identifier(
                                             Identifier {
                                              id: "n",
                                              span: Span {
                                               start: Position {
                                                line: 118,
                                                column: 17,
                                               },
                                               end: Position {
                                                line: 118,
                                                column: 18,
                                               },
                                              },
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: " ",
                                            span: Span {
                                             start: Position {
                                              line: 118,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 118,
                                              column: 20,
                                             },
                                            },
                                           },
                                          ),
                                          Interpolation(
                                           PartInterpolation {
                                            expression: FunctionApplication(
                                             FunctionApplication {
                                              function: Identifier(
                                               Identifier {
                                                id: "toString",
                                                span: Span {
                                                 start: Position {
                                                  line: 118,
                                                  column: 22,
                                                 },
                                                 end: Position {
                                                  line: 118,
                                                  column: 30,
                                                 },
                                                },
                                               },
                                              ),
                                              arguments: [
                                               Identifier(
                                                Identifier {
                                                 id: "v",
                                                 span: Span {
                                                  start: Position {
                                                   line: 118,
                                                   column: 31,
                                                  },
                                                  end: Position {
                                                   line: 118,
                                                   column: 32,
                                                  },
                                                 },
                                                },
                                               ),
                                              ],
                                             },
                                            ),
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "\n",
                                            span: Span {
                                             start: Position {
                                              line: 118,
                                              column: 1,
                                             },
                                             end: Position {
                                              line: 119,
                                              column: 13,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 117,
                                           column: 20,
                                          },
                                          end: Position {
                                           line: 119,
                                           column: 15,
                                          },
                                         },
                                        },
                                       ),
                                       span: Span {
                                        start: Position {
                                         line: 117,
                                         column: 17,
                                        },
                                        end: Position {
                                         line: 119,
                                         column: 15,
                                        },
                                       },
                                      },
                                     ),
                                     span: Span {
                                      start: Position {
                                       line: 117,
                                       column: 14,
                                      },
                                      end: Position {
                                       line: 119,
                                       column: 15,
                                      },
                                     },
                                    },
                                   ),
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 120,
                                         column: 13,
                                        },
                                        end: Position {
                                         line: 120,
                                         column: 16,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "settings",
                                        span: Span {
                                         start: Position {
                                          line: 120,
                                          column: 17,
                                         },
                                         end: Position {
                                          line: 120,
                                          column: 25,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                  ],
                                 },
                                ),
                               ],
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 114,
                            column: 52,
                           },
                           end: Position {
                            line: 121,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "environment",
                        span: Span {
                         start: Position {
                          line: 122,
                          column: 7,
                         },
                         end: Position {
                          line: 122,
                          column: 18,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "systemPackages",
                        span: Span {
                         start: Position {
                          line: 122,
                          column: 19,
                         },
                         end: Position {
                          line: 122,
                          column: 33,
                         },
                        },
                       },
                      ),
                     ],
                     to: List(
                      List {
                       elements: [
                        Identifier(
                         Identifier {
                          id: "atop",
                          span: Span {
                           start: Position {
                            line: 122,
                            column: 38,
                           },
                           end: Position {
                            line: 122,
                            column: 42,
                           },
                          },
                         },
                        ),
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 122,
                                column: 44,
                               },
                               end: Position {
                                line: 122,
                                column: 47,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mkIf",
                               span: Span {
                                start: Position {
                                 line: 122,
                                 column: 48,
                                },
                                end: Position {
                                 line: 122,
                                 column: 52,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 122,
                                 column: 53,
                                },
                                end: Position {
                                 line: 122,
                                 column: 56,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "netatop",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 57,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 64,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "enable",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 65,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 71,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 122,
                                 column: 72,
                                },
                                end: Position {
                                 line: 122,
                                 column: 75,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "netatop",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 76,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 83,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 122,
                                  column: 84,
                                 },
                                 end: Position {
                                  line: 122,
                                  column: 91,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 122,
                         column: 36,
                        },
                        end: Position {
                         line: 122,
                         column: 94,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "boot",
                        span: Span {
                         start: Position {
                          line: 123,
                          column: 7,
                         },
                         end: Position {
                          line: 123,
                          column: 11,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "extraModulePackages",
                        span: Span {
                         start: Position {
                          line: 123,
                          column: 12,
                         },
                         end: Position {
                          line: 123,
                          column: 31,
                         },
                        },
                       },
                      ),
                     ],
                     to: List(
                      List {
                       elements: [
                        FunctionApplication(
                         FunctionApplication {
                          function: PropertyAccess(
                           PropertyAccess {
                            expression: Identifier(
                             Identifier {
                              id: "lib",
                              span: Span {
                               start: Position {
                                line: 123,
                                column: 37,
                               },
                               end: Position {
                                line: 123,
                                column: 40,
                               },
                              },
                             },
                            ),
                            attribute_path: [
                             Raw(
                              PartRaw {
                               content: "mkIf",
                               span: Span {
                                start: Position {
                                 line: 123,
                                 column: 41,
                                },
                                end: Position {
                                 line: 123,
                                 column: 45,
                                },
                               },
                              },
                             ),
                            ],
                            default: None,
                           },
                          ),
                          arguments: [
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 123,
                                 column: 46,
                                },
                                end: Position {
                                 line: 123,
                                 column: 49,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "netatop",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 50,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 57,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "enable",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 58,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 64,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                           PropertyAccess(
                            PropertyAccess {
                             expression: Identifier(
                              Identifier {
                               id: "cfg",
                               span: Span {
                                start: Position {
                                 line: 123,
                                 column: 65,
                                },
                                end: Position {
                                 line: 123,
                                 column: 68,
                                },
                               },
                              },
                             ),
                             attribute_path: [
                              Raw(
                               PartRaw {
                                content: "netatop",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 69,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 76,
                                 },
                                },
                               },
                              ),
                              Raw(
                               PartRaw {
                                content: "package",
                                span: Span {
                                 start: Position {
                                  line: 123,
                                  column: 77,
                                 },
                                 end: Position {
                                  line: 123,
                                  column: 84,
                                 },
                                },
                               },
                              ),
                             ],
                             default: None,
                            },
                           ),
                          ],
                         },
                        ),
                       ],
                       span: Span {
                        start: Position {
                         line: 123,
                         column: 34,
                        },
                        end: Position {
                         line: 123,
                         column: 87,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "systemd",
                        span: Span {
                         start: Position {
                          line: 124,
                          column: 7,
                         },
                         end: Position {
                          line: 124,
                          column: 14,
                         },
                        },
                       },
                      ),
                     ],
                     to: LetIn(
                      LetIn {
                       bindings: [
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "mkSystemd",
                             span: Span {
                              start: Position {
                               line: 126,
                               column: 11,
                              },
                              end: Position {
                               line: 126,
                               column: 20,
                              },
                             },
                            },
                           ),
                          ],
                          to: Function(
                           Function {
                            head: Simple(
                             FunctionHeadSimple {
                              identifier: "type",
                             },
                            ),
                            body: Function(
                             Function {
                              head: Simple(
                               FunctionHeadSimple {
                                identifier: "cond",
                               },
                              ),
                              body: Function(
                               Function {
                                head: Simple(
                                 FunctionHeadSimple {
                                  identifier: "name",
                                 },
                                ),
                                body: Function(
                                 Function {
                                  head: Simple(
                                   FunctionHeadSimple {
                                    identifier: "restartTriggers",
                                   },
                                  ),
                                  body: Map(
                                   Map {
                                    recursive: false,
                                    bindings: [
                                     KeyValue(
                                      BindingKeyValue {
                                       from: [
                                        Interpolation(
                                         PartInterpolation {
                                          expression: Identifier(
                                           Identifier {
                                            id: "name",
                                            span: Span {
                                             start: Position {
                                              line: 127,
                                              column: 15,
                                             },
                                             end: Position {
                                              line: 127,
                                              column: 19,
                                             },
                                            },
                                           },
                                          ),
                                         },
                                        ),
                                       ],
                                       to: FunctionApplication(
                                        FunctionApplication {
                                         function: PropertyAccess(
                                          PropertyAccess {
                                           expression: Identifier(
                                            Identifier {
                                             id: "lib",
                                             span: Span {
                                              start: Position {
                                               line: 127,
                                               column: 23,
                                              },
                                              end: Position {
                                               line: 127,
                                               column: 26,
                                              },
                                             },
                                            },
                                           ),
                                           attribute_path: [
                                            Raw(
                                             PartRaw {
                                              content: "mkIf",
                                              span: Span {
                                               start: Position {
                                                line: 127,
                                                column: 27,
                                               },
                                               end: Position {
                                                line: 127,
                                                column: 31,
                                               },
                                              },
                                             },
                                            ),
                                           ],
                                           default: None,
                                          },
                                         ),
                                         arguments: [
                                          Identifier(
                                           Identifier {
                                            id: "cond",
                                            span: Span {
                                             start: Position {
                                              line: 127,
                                              column: 32,
                                             },
                                             end: Position {
                                              line: 127,
                                              column: 36,
                                             },
                                            },
                                           },
                                          ),
                                          Map(
                                           Map {
                                            recursive: false,
                                            bindings: [
                                             Inherit(
                                              BindingInherit {
                                               from: None,
                                               attributes: [
                                                Raw(
                                                 PartRaw {
                                                  content: "restartTriggers",
                                                  span: Span {
                                                   start: Position {
                                                    line: 128,
                                                    column: 23,
                                                   },
                                                   end: Position {
                                                    line: 128,
                                                    column: 38,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               span: Span {
                                                start: Position {
                                                 line: 127,
                                                 column: 38,
                                                },
                                                end: Position {
                                                 line: 128,
                                                 column: 39,
                                                },
                                               },
                                              },
                                             ),
                                             KeyValue(
                                              BindingKeyValue {
                                               from: [
                                                Raw(
                                                 PartRaw {
                                                  content: "wantedBy",
                                                  span: Span {
                                                   start: Position {
                                                    line: 129,
                                                    column: 15,
                                                   },
                                                   end: Position {
                                                    line: 129,
                                                    column: 23,
                                                   },
                                                  },
                                                 },
                                                ),
                                               ],
                                               to: List(
                                                List {
                                                 elements: [
                                                  IfThenElse(
                                                   IfThenElse {
                                                    predicate: BinaryOperation(
                                                     BinaryOperation {
                                                      left: Identifier(
                                                       Identifier {
                                                        id: "type",
                                                        span: Span {
                                                         start: Position {
                                                          line: 129,
                                                          column: 32,
                                                         },
                                                         end: Position {
                                                          line: 129,
                                                          column: 36,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      operator: EqualTo,
                                                      right: String(
                                                       String_ {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "services",
                                                           span: Span {
                                                            start: Position {
                                                             line: 129,
                                                             column: 41,
                                                            },
                                                            end: Position {
                                                             line: 129,
                                                             column: 49,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 129,
                                                          column: 40,
                                                         },
                                                         end: Position {
                                                          line: 129,
                                                          column: 50,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                     },
                                                    ),
                                                    then: String(
                                                     String_ {
                                                      parts: [
                                                       Raw(
                                                        PartRaw {
                                                         content: "multi-user.target",
                                                         span: Span {
                                                          start: Position {
                                                           line: 129,
                                                           column: 57,
                                                          },
                                                          end: Position {
                                                           line: 129,
                                                           column: 74,
                                                          },
                                                         },
                                                        },
                                                       ),
                                                      ],
                                                      span: Span {
                                                       start: Position {
                                                        line: 129,
                                                        column: 56,
                                                       },
                                                       end: Position {
                                                        line: 129,
                                                        column: 75,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    else_: IfThenElse(
                                                     IfThenElse {
                                                      predicate: BinaryOperation(
                                                       BinaryOperation {
                                                        left: Identifier(
                                                         Identifier {
                                                          id: "type",
                                                          span: Span {
                                                           start: Position {
                                                            line: 129,
                                                            column: 84,
                                                           },
                                                           end: Position {
                                                            line: 129,
                                                            column: 88,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                        operator: EqualTo,
                                                        right: String(
                                                         String_ {
                                                          parts: [
                                                           Raw(
                                                            PartRaw {
                                                             content: "timers",
                                                             span: Span {
                                                              start: Position {
                                                               line: 129,
                                                               column: 93,
                                                              },
                                                              end: Position {
                                                               line: 129,
                                                               column: 99,
                                                              },
                                                             },
                                                            },
                                                           ),
                                                          ],
                                                          span: Span {
                                                           start: Position {
                                                            line: 129,
                                                            column: 92,
                                                           },
                                                           end: Position {
                                                            line: 129,
                                                            column: 100,
                                                           },
                                                          },
                                                         },
                                                        ),
                                                       },
                                                      ),
                                                      then: String(
                                                       String_ {
                                                        parts: [
                                                         Raw(
                                                          PartRaw {
                                                           content: "timers.target",
                                                           span: Span {
                                                            start: Position {
                                                             line: 129,
                                                             column: 107,
                                                            },
                                                            end: Position {
                                                             line: 129,
                                                             column: 120,
                                                            },
                                                           },
                                                          },
                                                         ),
                                                        ],
                                                        span: Span {
                                                         start: Position {
                                                          line: 129,
                                                          column: 106,
                                                         },
                                                         end: Position {
                                                          line: 129,
                                                          column: 121,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      else_: Identifier(
                                                       Identifier {
                                                        id: "null",
                                                        span: Span {
                                                         start: Position {
                                                          line: 129,
                                                          column: 127,
                                                         },
                                                         end: Position {
                                                          line: 129,
                                                          column: 131,
                                                         },
                                                        },
                                                       },
                                                      ),
                                                      span: Span {
                                                       start: Position {
                                                        line: 129,
                                                        column: 81,
                                                       },
                                                       end: Position {
                                                        line: 129,
                                                        column: 131,
                                                       },
                                                      },
                                                     },
                                                    ),
                                                    span: Span {
                                                     start: Position {
                                                      line: 129,
                                                      column: 29,
                                                     },
                                                     end: Position {
                                                      line: 129,
                                                      column: 131,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                 ],
                                                 span: Span {
                                                  start: Position {
                                                   line: 129,
                                                   column: 26,
                                                  },
                                                  end: Position {
                                                   line: 129,
                                                   column: 134,
                                                  },
                                                 },
                                                },
                                               ),
                                              },
                                             ),
                                            ],
                                            span: Span {
                                             start: Position {
                                              line: 127,
                                              column: 37,
                                             },
                                             end: Position {
                                              line: 130,
                                              column: 14,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                        },
                                       ),
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 126,
                                      column: 58,
                                     },
                                     end: Position {
                                      line: 131,
                                      column: 12,
                                     },
                                    },
                                   },
                                  ),
                                  span: Span {
                                   start: Position {
                                    line: 126,
                                    column: 41,
                                   },
                                   end: Position {
                                    line: 131,
                                    column: 12,
                                   },
                                  },
                                 },
                                ),
                                span: Span {
                                 start: Position {
                                  line: 126,
                                  column: 35,
                                 },
                                 end: Position {
                                  line: 131,
                                  column: 12,
                                 },
                                },
                               },
                              ),
                              span: Span {
                               start: Position {
                                line: 126,
                                column: 29,
                               },
                               end: Position {
                                line: 131,
                                column: 12,
                               },
                              },
                             },
                            ),
                            span: Span {
                             start: Position {
                              line: 126,
                              column: 23,
                             },
                             end: Position {
                              line: 131,
                              column: 12,
                             },
                            },
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "mkService",
                             span: Span {
                              start: Position {
                               line: 132,
                               column: 11,
                              },
                              end: Position {
                               line: 132,
                               column: 20,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkSystemd",
                              span: Span {
                               start: Position {
                                line: 132,
                                column: 23,
                               },
                               end: Position {
                                line: 132,
                                column: 32,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "services",
                                  span: Span {
                                   start: Position {
                                    line: 132,
                                    column: 34,
                                   },
                                   end: Position {
                                    line: 132,
                                    column: 42,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 132,
                                 column: 33,
                                },
                                end: Position {
                                 line: 132,
                                 column: 43,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                        KeyValue(
                         BindingKeyValue {
                          from: [
                           Raw(
                            PartRaw {
                             content: "mkTimer",
                             span: Span {
                              start: Position {
                               line: 133,
                               column: 11,
                              },
                              end: Position {
                               line: 133,
                               column: 18,
                              },
                             },
                            },
                           ),
                          ],
                          to: FunctionApplication(
                           FunctionApplication {
                            function: Identifier(
                             Identifier {
                              id: "mkSystemd",
                              span: Span {
                               start: Position {
                                line: 133,
                                column: 21,
                               },
                               end: Position {
                                line: 133,
                                column: 30,
                               },
                              },
                             },
                            ),
                            arguments: [
                             String(
                              String_ {
                               parts: [
                                Raw(
                                 PartRaw {
                                  content: "timers",
                                  span: Span {
                                   start: Position {
                                    line: 133,
                                    column: 32,
                                   },
                                   end: Position {
                                    line: 133,
                                    column: 38,
                                   },
                                  },
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 133,
                                 column: 31,
                                },
                                end: Position {
                                 line: 133,
                                 column: 39,
                                },
                               },
                              },
                             ),
                            ],
                           },
                          ),
                         },
                        ),
                       ],
                       target: Map(
                        Map {
                         recursive: false,
                         bindings: [
                          KeyValue(
                           BindingKeyValue {
                            from: [
                             Raw(
                              PartRaw {
                               content: "packages",
                               span: Span {
                                start: Position {
                                 line: 136,
                                 column: 11,
                                },
                                end: Position {
                                 line: 136,
                                 column: 19,
                                },
                               },
                              },
                             ),
                            ],
                            to: List(
                             List {
                              elements: [
                               Identifier(
                                Identifier {
                                 id: "atop",
                                 span: Span {
                                  start: Position {
                                   line: 136,
                                   column: 24,
                                  },
                                  end: Position {
                                   line: 136,
                                   column: 28,
                                  },
                                 },
                                },
                               ),
                               FunctionApplication(
                                FunctionApplication {
                                 function: PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "lib",
                                     span: Span {
                                      start: Position {
                                       line: 136,
                                       column: 30,
                                      },
                                      end: Position {
                                       line: 136,
                                       column: 33,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "mkIf",
                                      span: Span {
                                       start: Position {
                                        line: 136,
                                        column: 34,
                                       },
                                       end: Position {
                                        line: 136,
                                        column: 38,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 arguments: [
                                  PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 136,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 136,
                                        column: 42,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "netatop",
                                       span: Span {
                                        start: Position {
                                         line: 136,
                                         column: 43,
                                        },
                                        end: Position {
                                         line: 136,
                                         column: 50,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "enable",
                                       span: Span {
                                        start: Position {
                                         line: 136,
                                         column: 51,
                                        },
                                        end: Position {
                                         line: 136,
                                         column: 57,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "cfg",
                                      span: Span {
                                       start: Position {
                                        line: 136,
                                        column: 58,
                                       },
                                       end: Position {
                                        line: 136,
                                        column: 61,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "netatop",
                                       span: Span {
                                        start: Position {
                                         line: 136,
                                         column: 62,
                                        },
                                        end: Position {
                                         line: 136,
                                         column: 69,
                                        },
                                       },
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "package",
                                       span: Span {
                                        start: Position {
                                         line: 136,
                                         column: 70,
                                        },
                                        end: Position {
                                         line: 136,
                                         column: 77,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                 ],
                                },
                               ),
                              ],
                              span: Span {
                               start: Position {
                                line: 136,
                                column: 22,
                               },
                               end: Position {
                                line: 136,
                                column: 80,
                               },
                              },
                             },
                            ),
                           },
                          ),
                          KeyValue(
                           BindingKeyValue {
                            from: [
                             Raw(
                              PartRaw {
                               content: "services",
                               span: Span {
                                start: Position {
                                 line: 137,
                                 column: 11,
                                },
                                end: Position {
                                 line: 137,
                                 column: 19,
                                },
                               },
                              },
                             ),
                            ],
                            to: BinaryOperation(
                             BinaryOperation {
                              left: FunctionApplication(
                               FunctionApplication {
                                function: Identifier(
                                 Identifier {
                                  id: "mkService",
                                  span: Span {
                                   start: Position {
                                    line: 138,
                                    column: 13,
                                   },
                                   end: Position {
                                    line: 138,
                                    column: 22,
                                   },
                                  },
                                 },
                                ),
                                arguments: [
                                 PropertyAccess(
                                  PropertyAccess {
                                   expression: Identifier(
                                    Identifier {
                                     id: "cfg",
                                     span: Span {
                                      start: Position {
                                       line: 138,
                                       column: 23,
                                      },
                                      end: Position {
                                       line: 138,
                                       column: 26,
                                      },
                                     },
                                    },
                                   ),
                                   attribute_path: [
                                    Raw(
                                     PartRaw {
                                      content: "atopService",
                                      span: Span {
                                       start: Position {
                                        line: 138,
                                        column: 27,
                                       },
                                       end: Position {
                                        line: 138,
                                        column: 38,
                                       },
                                      },
                                     },
                                    ),
                                    Raw(
                                     PartRaw {
                                      content: "enable",
                                      span: Span {
                                       start: Position {
                                        line: 138,
                                        column: 39,
                                       },
                                       end: Position {
                                        line: 138,
                                        column: 45,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   default: None,
                                  },
                                 ),
                                 String(
                                  String_ {
                                   parts: [
                                    Raw(
                                     PartRaw {
                                      content: "atop",
                                      span: Span {
                                       start: Position {
                                        line: 138,
                                        column: 47,
                                       },
                                       end: Position {
                                        line: 138,
                                        column: 51,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 138,
                                     column: 46,
                                    },
                                    end: Position {
                                     line: 138,
                                     column: 52,
                                    },
                                   },
                                  },
                                 ),
                                 List(
                                  List {
                                   elements: [
                                    Identifier(
                                     Identifier {
                                      id: "atop",
                                      span: Span {
                                       start: Position {
                                        line: 138,
                                        column: 55,
                                       },
                                       end: Position {
                                        line: 138,
                                        column: 59,
                                       },
                                      },
                                     },
                                    ),
                                   ],
                                   span: Span {
                                    start: Position {
                                     line: 138,
                                     column: 53,
                                    },
                                    end: Position {
                                     line: 138,
                                     column: 61,
                                    },
                                   },
                                  },
                                 ),
                                ],
                               },
                              ),
                              operator: Update,
                              right: BinaryOperation(
                               BinaryOperation {
                                left: FunctionApplication(
                                 FunctionApplication {
                                  function: PropertyAccess(
                                   PropertyAccess {
                                    expression: Identifier(
                                     Identifier {
                                      id: "lib",
                                      span: Span {
                                       start: Position {
                                        line: 139,
                                        column: 16,
                                       },
                                       end: Position {
                                        line: 139,
                                        column: 19,
                                       },
                                      },
                                     },
                                    ),
                                    attribute_path: [
                                     Raw(
                                      PartRaw {
                                       content: "mkIf",
                                       span: Span {
                                        start: Position {
                                         line: 139,
                                         column: 20,
                                        },
                                        end: Position {
                                         line: 139,
                                         column: 24,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    default: None,
                                   },
                                  ),
                                  arguments: [
                                   PropertyAccess(
                                    PropertyAccess {
                                     expression: Identifier(
                                      Identifier {
                                       id: "cfg",
                                       span: Span {
                                        start: Position {
                                         line: 139,
                                         column: 25,
                                        },
                                        end: Position {
                                         line: 139,
                                         column: 28,
                                        },
                                       },
                                      },
                                     ),
                                     attribute_path: [
                                      Raw(
                                       PartRaw {
                                        content: "atopService",
                                        span: Span {
                                         start: Position {
                                          line: 139,
                                          column: 29,
                                         },
                                         end: Position {
                                          line: 139,
                                          column: 40,
                                         },
                                        },
                                       },
                                      ),
                                      Raw(
                                       PartRaw {
                                        content: "enable",
                                        span: Span {
                                         start: Position {
                                          line: 139,
                                          column: 41,
                                         },
                                         end: Position {
                                          line: 139,
                                          column: 47,
                                         },
                                        },
                                       },
                                      ),
                                     ],
                                     default: None,
                                    },
                                   ),
                                   Map(
                                    Map {
                                     recursive: false,
                                     bindings: [
                                      KeyValue(
                                       BindingKeyValue {
                                        from: [
                                         Raw(
                                          PartRaw {
                                           content: "atop",
                                           span: Span {
                                            start: Position {
                                             line: 143,
                                             column: 15,
                                            },
                                            end: Position {
                                             line: 143,
                                             column: 19,
                                            },
                                           },
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "serviceConfig",
                                           span: Span {
                                            start: Position {
                                             line: 143,
                                             column: 20,
                                            },
                                            end: Position {
                                             line: 143,
                                             column: 33,
                                            },
                                           },
                                          },
                                         ),
                                         Raw(
                                          PartRaw {
                                           content: "ExecStartPre",
                                           span: Span {
                                            start: Position {
                                             line: 143,
                                             column: 34,
                                            },
                                            end: Position {
                                             line: 143,
                                             column: 46,
                                            },
                                           },
                                          },
                                         ),
                                        ],
                                        to: FunctionApplication(
                                         FunctionApplication {
                                          function: PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "pkgs",
                                              span: Span {
                                               start: Position {
                                                line: 143,
                                                column: 49,
                                               },
                                               end: Position {
                                                line: 143,
                                                column: 53,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "writeShellScript",
                                               span: Span {
                                                start: Position {
                                                 line: 143,
                                                 column: 54,
                                                },
                                                end: Position {
                                                 line: 143,
                                                 column: 70,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                          arguments: [
                                           String(
                                            String_ {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "atop-update-log-format",
                                                span: Span {
                                                 start: Position {
                                                  line: 143,
                                                  column: 72,
                                                 },
                                                 end: Position {
                                                  line: 143,
                                                  column: 94,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 143,
                                               column: 71,
                                              },
                                              end: Position {
                                               line: 143,
                                               column: 95,
                                              },
                                             },
                                            },
                                           ),
                                           IndentedString(
                                            IndentedString {
                                             parts: [
                                              Raw(
                                               PartRaw {
                                                content: "set -e -u\nfor logfile in \"$LOGPATH\"/atop_*\ndo\n  ",
                                                span: Span {
                                                 start: Position {
                                                  line: 144,
                                                  column: 1,
                                                 },
                                                 end: Position {
                                                  line: 147,
                                                  column: 19,
                                                 },
                                                },
                                               },
                                              ),
                                              Interpolation(
                                               PartInterpolation {
                                                expression: Identifier(
                                                 Identifier {
                                                  id: "atop",
                                                  span: Span {
                                                   start: Position {
                                                    line: 147,
                                                    column: 21,
                                                   },
                                                   end: Position {
                                                    line: 147,
                                                    column: 25,
                                                   },
                                                  },
                                                 },
                                                ),
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "/bin/atopconvert \"$logfile\" \"$logfile\".new\n  # only replace old file if version was upgraded to avoid\n  # false positives for atop-rotate.service\n  if ! ",
                                                span: Span {
                                                 start: Position {
                                                  line: 144,
                                                  column: 1,
                                                 },
                                                 end: Position {
                                                  line: 150,
                                                  column: 24,
                                                 },
                                                },
                                               },
                                              ),
                                              Interpolation(
                                               PartInterpolation {
                                                expression: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "pkgs",
                                                    span: Span {
                                                     start: Position {
                                                      line: 150,
                                                      column: 26,
                                                     },
                                                     end: Position {
                                                      line: 150,
                                                      column: 30,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "diffutils",
                                                     span: Span {
                                                      start: Position {
                                                       line: 150,
                                                       column: 31,
                                                      },
                                                      end: Position {
                                                       line: 150,
                                                       column: 40,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "/bin/cmp -s \"$logfile\" \"$logfile\".new\n  then\n    ",
                                                span: Span {
                                                 start: Position {
                                                  line: 144,
                                                  column: 1,
                                                 },
                                                 end: Position {
                                                  line: 152,
                                                  column: 21,
                                                 },
                                                },
                                               },
                                              ),
                                              Interpolation(
                                               PartInterpolation {
                                                expression: PropertyAccess(
                                                 PropertyAccess {
                                                  expression: Identifier(
                                                   Identifier {
                                                    id: "pkgs",
                                                    span: Span {
                                                     start: Position {
                                                      line: 152,
                                                      column: 23,
                                                     },
                                                     end: Position {
                                                      line: 152,
                                                      column: 27,
                                                     },
                                                    },
                                                   },
                                                  ),
                                                  attribute_path: [
                                                   Raw(
                                                    PartRaw {
                                                     content: "coreutils",
                                                     span: Span {
                                                      start: Position {
                                                       line: 152,
                                                       column: 28,
                                                      },
                                                      end: Position {
                                                       line: 152,
                                                       column: 37,
                                                      },
                                                     },
                                                    },
                                                   ),
                                                  ],
                                                  default: None,
                                                 },
                                                ),
                                               },
                                              ),
                                              Raw(
                                               PartRaw {
                                                content: "/bin/mv -v -f \"$logfile\".new \"$logfile\"\n  fi\ndone\n",
                                                span: Span {
                                                 start: Position {
                                                  line: 144,
                                                  column: 1,
                                                 },
                                                 end: Position {
                                                  line: 155,
                                                  column: 15,
                                                 },
                                                },
                                               },
                                              ),
                                             ],
                                             span: Span {
                                              start: Position {
                                               line: 143,
                                               column: 96,
                                              },
                                              end: Position {
                                               line: 155,
                                               column: 17,
                                              },
                                             },
                                            },
                                           ),
                                          ],
                                         },
                                        ),
                                       },
                                      ),
                                     ],
                                     span: Span {
                                      start: Position {
                                       line: 139,
                                       column: 48,
                                      },
                                      end: Position {
                                       line: 156,
                                       column: 14,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                 },
                                ),
                                operator: Update,
                                right: BinaryOperation(
                                 BinaryOperation {
                                  left: FunctionApplication(
                                   FunctionApplication {
                                    function: Identifier(
                                     Identifier {
                                      id: "mkService",
                                      span: Span {
                                       start: Position {
                                        line: 157,
                                        column: 16,
                                       },
                                       end: Position {
                                        line: 157,
                                        column: 25,
                                       },
                                      },
                                     },
                                    ),
                                    arguments: [
                                     PropertyAccess(
                                      PropertyAccess {
                                       expression: Identifier(
                                        Identifier {
                                         id: "cfg",
                                         span: Span {
                                          start: Position {
                                           line: 157,
                                           column: 26,
                                          },
                                          end: Position {
                                           line: 157,
                                           column: 29,
                                          },
                                         },
                                        },
                                       ),
                                       attribute_path: [
                                        Raw(
                                         PartRaw {
                                          content: "atopacctService",
                                          span: Span {
                                           start: Position {
                                            line: 157,
                                            column: 30,
                                           },
                                           end: Position {
                                            line: 157,
                                            column: 45,
                                           },
                                          },
                                         },
                                        ),
                                        Raw(
                                         PartRaw {
                                          content: "enable",
                                          span: Span {
                                           start: Position {
                                            line: 157,
                                            column: 46,
                                           },
                                           end: Position {
                                            line: 157,
                                            column: 52,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       default: None,
                                      },
                                     ),
                                     String(
                                      String_ {
                                       parts: [
                                        Raw(
                                         PartRaw {
                                          content: "atopacct",
                                          span: Span {
                                           start: Position {
                                            line: 157,
                                            column: 54,
                                           },
                                           end: Position {
                                            line: 157,
                                            column: 62,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 157,
                                         column: 53,
                                        },
                                        end: Position {
                                         line: 157,
                                         column: 63,
                                        },
                                       },
                                      },
                                     ),
                                     List(
                                      List {
                                       elements: [
                                        Identifier(
                                         Identifier {
                                          id: "atop",
                                          span: Span {
                                           start: Position {
                                            line: 157,
                                            column: 66,
                                           },
                                           end: Position {
                                            line: 157,
                                            column: 70,
                                           },
                                          },
                                         },
                                        ),
                                       ],
                                       span: Span {
                                        start: Position {
                                         line: 157,
                                         column: 64,
                                        },
                                        end: Position {
                                         line: 157,
                                         column: 72,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                   },
                                  ),
                                  operator: Update,
                                  right: BinaryOperation(
                                   BinaryOperation {
                                    left: FunctionApplication(
                                     FunctionApplication {
                                      function: Identifier(
                                       Identifier {
                                        id: "mkService",
                                        span: Span {
                                         start: Position {
                                          line: 158,
                                          column: 16,
                                         },
                                         end: Position {
                                          line: 158,
                                          column: 25,
                                         },
                                        },
                                       },
                                      ),
                                      arguments: [
                                       PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "cfg",
                                           span: Span {
                                            start: Position {
                                             line: 158,
                                             column: 26,
                                            },
                                            end: Position {
                                             line: 158,
                                             column: 29,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "netatop",
                                            span: Span {
                                             start: Position {
                                              line: 158,
                                              column: 30,
                                             },
                                             end: Position {
                                              line: 158,
                                              column: 37,
                                             },
                                            },
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "enable",
                                            span: Span {
                                             start: Position {
                                              line: 158,
                                              column: 38,
                                             },
                                             end: Position {
                                              line: 158,
                                              column: 44,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                       String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "netatop",
                                            span: Span {
                                             start: Position {
                                              line: 158,
                                              column: 46,
                                             },
                                             end: Position {
                                              line: 158,
                                              column: 53,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 158,
                                           column: 45,
                                          },
                                          end: Position {
                                           line: 158,
                                           column: 54,
                                          },
                                         },
                                        },
                                       ),
                                       List(
                                        List {
                                         elements: [
                                          PropertyAccess(
                                           PropertyAccess {
                                            expression: Identifier(
                                             Identifier {
                                              id: "cfg",
                                              span: Span {
                                               start: Position {
                                                line: 158,
                                                column: 57,
                                               },
                                               end: Position {
                                                line: 158,
                                                column: 60,
                                               },
                                              },
                                             },
                                            ),
                                            attribute_path: [
                                             Raw(
                                              PartRaw {
                                               content: "netatop",
                                               span: Span {
                                                start: Position {
                                                 line: 158,
                                                 column: 61,
                                                },
                                                end: Position {
                                                 line: 158,
                                                 column: 68,
                                                },
                                               },
                                              },
                                             ),
                                             Raw(
                                              PartRaw {
                                               content: "package",
                                               span: Span {
                                                start: Position {
                                                 line: 158,
                                                 column: 69,
                                                },
                                                end: Position {
                                                 line: 158,
                                                 column: 76,
                                                },
                                               },
                                              },
                                             ),
                                            ],
                                            default: None,
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 158,
                                           column: 55,
                                          },
                                          end: Position {
                                           line: 158,
                                           column: 78,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                     },
                                    ),
                                    operator: Update,
                                    right: FunctionApplication(
                                     FunctionApplication {
                                      function: Identifier(
                                       Identifier {
                                        id: "mkService",
                                        span: Span {
                                         start: Position {
                                          line: 159,
                                          column: 16,
                                         },
                                         end: Position {
                                          line: 159,
                                          column: 25,
                                         },
                                        },
                                       },
                                      ),
                                      arguments: [
                                       PropertyAccess(
                                        PropertyAccess {
                                         expression: Identifier(
                                          Identifier {
                                           id: "cfg",
                                           span: Span {
                                            start: Position {
                                             line: 159,
                                             column: 26,
                                            },
                                            end: Position {
                                             line: 159,
                                             column: 29,
                                            },
                                           },
                                          },
                                         ),
                                         attribute_path: [
                                          Raw(
                                           PartRaw {
                                            content: "atopgpu",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 30,
                                             },
                                             end: Position {
                                              line: 159,
                                              column: 37,
                                             },
                                            },
                                           },
                                          ),
                                          Raw(
                                           PartRaw {
                                            content: "enable",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 38,
                                             },
                                             end: Position {
                                              line: 159,
                                              column: 44,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         default: None,
                                        },
                                       ),
                                       String(
                                        String_ {
                                         parts: [
                                          Raw(
                                           PartRaw {
                                            content: "atopgpu",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 46,
                                             },
                                             end: Position {
                                              line: 159,
                                              column: 53,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 159,
                                           column: 45,
                                          },
                                          end: Position {
                                           line: 159,
                                           column: 54,
                                          },
                                         },
                                        },
                                       ),
                                       List(
                                        List {
                                         elements: [
                                          Identifier(
                                           Identifier {
                                            id: "atop",
                                            span: Span {
                                             start: Position {
                                              line: 159,
                                              column: 57,
                                             },
                                             end: Position {
                                              line: 159,
                                              column: 61,
                                             },
                                            },
                                           },
                                          ),
                                         ],
                                         span: Span {
                                          start: Position {
                                           line: 159,
                                           column: 55,
                                          },
                                          end: Position {
                                           line: 159,
                                           column: 63,
                                          },
                                         },
                                        },
                                       ),
                                      ],
                                     },
                                    ),
                                   },
                                  ),
                                 },
                                ),
                               },
                              ),
                             },
                            ),
                           },
                          ),
                          KeyValue(
                           BindingKeyValue {
                            from: [
                             Raw(
                              PartRaw {
                               content: "timers",
                               span: Span {
                                start: Position {
                                 line: 160,
                                 column: 11,
                                },
                                end: Position {
                                 line: 160,
                                 column: 17,
                                },
                               },
                              },
                             ),
                            ],
                            to: FunctionApplication(
                             FunctionApplication {
                              function: Identifier(
                               Identifier {
                                id: "mkTimer",
                                span: Span {
                                 start: Position {
                                  line: 160,
                                  column: 20,
                                 },
                                 end: Position {
                                  line: 160,
                                  column: 27,
                                 },
                                },
                               },
                              ),
                              arguments: [
                               PropertyAccess(
                                PropertyAccess {
                                 expression: Identifier(
                                  Identifier {
                                   id: "cfg",
                                   span: Span {
                                    start: Position {
                                     line: 160,
                                     column: 28,
                                    },
                                    end: Position {
                                     line: 160,
                                     column: 31,
                                    },
                                   },
                                  },
                                 ),
                                 attribute_path: [
                                  Raw(
                                   PartRaw {
                                    content: "atopRotateTimer",
                                    span: Span {
                                     start: Position {
                                      line: 160,
                                      column: 32,
                                     },
                                     end: Position {
                                      line: 160,
                                      column: 47,
                                     },
                                    },
                                   },
                                  ),
                                  Raw(
                                   PartRaw {
                                    content: "enable",
                                    span: Span {
                                     start: Position {
                                      line: 160,
                                      column: 48,
                                     },
                                     end: Position {
                                      line: 160,
                                      column: 54,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 default: None,
                                },
                               ),
                               String(
                                String_ {
                                 parts: [
                                  Raw(
                                   PartRaw {
                                    content: "atop-rotate",
                                    span: Span {
                                     start: Position {
                                      line: 160,
                                      column: 56,
                                     },
                                     end: Position {
                                      line: 160,
                                      column: 67,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 160,
                                   column: 55,
                                  },
                                  end: Position {
                                   line: 160,
                                   column: 68,
                                  },
                                 },
                                },
                               ),
                               List(
                                List {
                                 elements: [
                                  Identifier(
                                   Identifier {
                                    id: "atop",
                                    span: Span {
                                     start: Position {
                                      line: 160,
                                      column: 71,
                                     },
                                     end: Position {
                                      line: 160,
                                      column: 75,
                                     },
                                    },
                                   },
                                  ),
                                 ],
                                 span: Span {
                                  start: Position {
                                   line: 160,
                                   column: 69,
                                  },
                                  end: Position {
                                   line: 160,
                                   column: 77,
                                  },
                                 },
                                },
                               ),
                              ],
                             },
                            ),
                           },
                          ),
                         ],
                         span: Span {
                          start: Position {
                           line: 135,
                           column: 9,
                          },
                          end: Position {
                           line: 161,
                           column: 10,
                          },
                         },
                        },
                       ),
                       span: Span {
                        start: Position {
                         line: 125,
                         column: 9,
                        },
                        end: Position {
                         line: 161,
                         column: 10,
                        },
                       },
                      },
                     ),
                    },
                   ),
                   KeyValue(
                    BindingKeyValue {
                     from: [
                      Raw(
                       PartRaw {
                        content: "security",
                        span: Span {
                         start: Position {
                          line: 163,
                          column: 7,
                         },
                         end: Position {
                          line: 163,
                          column: 15,
                         },
                        },
                       },
                      ),
                      Raw(
                       PartRaw {
                        content: "wrappers",
                        span: Span {
                         start: Position {
                          line: 163,
                          column: 16,
                         },
                         end: Position {
                          line: 163,
                          column: 24,
                         },
                        },
                       },
                      ),
                     ],
                     to: FunctionApplication(
                      FunctionApplication {
                       function: PropertyAccess(
                        PropertyAccess {
                         expression: Identifier(
                          Identifier {
                           id: "lib",
                           span: Span {
                            start: Position {
                             line: 163,
                             column: 27,
                            },
                            end: Position {
                             line: 163,
                             column: 30,
                            },
                           },
                          },
                         ),
                         attribute_path: [
                          Raw(
                           PartRaw {
                            content: "mkIf",
                            span: Span {
                             start: Position {
                              line: 163,
                              column: 31,
                             },
                             end: Position {
                              line: 163,
                              column: 35,
                             },
                            },
                           },
                          ),
                         ],
                         default: None,
                        },
                       ),
                       arguments: [
                        PropertyAccess(
                         PropertyAccess {
                          expression: Identifier(
                           Identifier {
                            id: "cfg",
                            span: Span {
                             start: Position {
                              line: 163,
                              column: 36,
                             },
                             end: Position {
                              line: 163,
                              column: 39,
                             },
                            },
                           },
                          ),
                          attribute_path: [
                           Raw(
                            PartRaw {
                             content: "setuidWrapper",
                             span: Span {
                              start: Position {
                               line: 163,
                               column: 40,
                              },
                              end: Position {
                               line: 163,
                               column: 53,
                              },
                             },
                            },
                           ),
                           Raw(
                            PartRaw {
                             content: "enable",
                             span: Span {
                              start: Position {
                               line: 163,
                               column: 54,
                              },
                              end: Position {
                               line: 163,
                               column: 60,
                              },
                             },
                            },
                           ),
                          ],
                          default: None,
                         },
                        ),
                        Map(
                         Map {
                          recursive: false,
                          bindings: [
                           KeyValue(
                            BindingKeyValue {
                             from: [
                              Raw(
                               PartRaw {
                                content: "atop",
                                span: Span {
                                 start: Position {
                                  line: 164,
                                  column: 9,
                                 },
                                 end: Position {
                                  line: 164,
                                  column: 13,
                                 },
                                },
                               },
                              ),
                             ],
                             to: Map(
                              Map {
                               recursive: false,
                               bindings: [
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "setuid",
                                     span: Span {
                                      start: Position {
                                       line: 165,
                                       column: 13,
                                      },
                                      end: Position {
                                       line: 165,
                                       column: 19,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: Identifier(
                                   Identifier {
                                    id: "true",
                                    span: Span {
                                     start: Position {
                                      line: 165,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 165,
                                      column: 26,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "owner",
                                     span: Span {
                                      start: Position {
                                       line: 166,
                                       column: 13,
                                      },
                                      end: Position {
                                       line: 166,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "root",
                                       span: Span {
                                        start: Position {
                                         line: 166,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 166,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 166,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 166,
                                      column: 27,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "group",
                                     span: Span {
                                      start: Position {
                                       line: 167,
                                       column: 13,
                                      },
                                      end: Position {
                                       line: 167,
                                       column: 18,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Raw(
                                      PartRaw {
                                       content: "root",
                                       span: Span {
                                        start: Position {
                                         line: 167,
                                         column: 22,
                                        },
                                        end: Position {
                                         line: 167,
                                         column: 26,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 167,
                                      column: 21,
                                     },
                                     end: Position {
                                      line: 167,
                                      column: 27,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                                KeyValue(
                                 BindingKeyValue {
                                  from: [
                                   Raw(
                                    PartRaw {
                                     content: "source",
                                     span: Span {
                                      start: Position {
                                       line: 168,
                                       column: 13,
                                      },
                                      end: Position {
                                       line: 168,
                                       column: 19,
                                      },
                                     },
                                    },
                                   ),
                                  ],
                                  to: String(
                                   String_ {
                                    parts: [
                                     Interpolation(
                                      PartInterpolation {
                                       expression: Identifier(
                                        Identifier {
                                         id: "atop",
                                         span: Span {
                                          start: Position {
                                           line: 168,
                                           column: 25,
                                          },
                                          end: Position {
                                           line: 168,
                                           column: 29,
                                          },
                                         },
                                        },
                                       ),
                                      },
                                     ),
                                     Raw(
                                      PartRaw {
                                       content: "/bin/atop",
                                       span: Span {
                                        start: Position {
                                         line: 168,
                                         column: 23,
                                        },
                                        end: Position {
                                         line: 168,
                                         column: 39,
                                        },
                                       },
                                      },
                                     ),
                                    ],
                                    span: Span {
                                     start: Position {
                                      line: 168,
                                      column: 22,
                                     },
                                     end: Position {
                                      line: 168,
                                      column: 40,
                                     },
                                    },
                                   },
                                  ),
                                 },
                                ),
                               ],
                               span: Span {
                                start: Position {
                                 line: 165,
                                 column: 11,
                                },
                                end: Position {
                                 line: 169,
                                 column: 12,
                                },
                               },
                              },
                             ),
                            },
                           ),
                          ],
                          span: Span {
                           start: Position {
                            line: 163,
                            column: 61,
                           },
                           end: Position {
                            line: 170,
                            column: 8,
                           },
                          },
                         },
                        ),
                       ],
                      },
                     ),
                    },
                   ),
                  ],
                  span: Span {
                   start: Position {
                    line: 113,
                    column: 5,
                   },
                   end: Position {
                    line: 171,
                    column: 6,
                   },
                  },
                 },
                ),
                span: Span {
                 start: Position {
                  line: 106,
                  column: 5,
                 },
                 end: Position {
                  line: 171,
                  column: 6,
                 },
                },
               },
              ),
             ],
            },
           ),
          },
         ),
        ],
        span: Span {
         start: Position {
          line: 10,
          column: 1,
         },
         end: Position {
          line: 173,
          column: 2,
         },
        },
       },
      ),
      span: Span {
       start: Position {
        line: 7,
        column: 1,
       },
       end: Position {
        line: 173,
        column: 2,
       },
      },
     },
    ),
    span: Span {
     start: Position {
      line: 5,
      column: 1,
     },
     end: Position {
      line: 173,
      column: 2,
     },
    },
   },
  ),
  span: Span {
   start: Position {
    line: 3,
    column: 1,
   },
   end: Position {
    line: 173,
    column: 2,
   },
  },
 },
)