---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (5, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (9, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (9, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "networking",
         position: (9, 16),
        },
        Raw {
         content: "resolvconf",
         position: (9, 27),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "resolvconfOptions",
        position: (11, 3),
       },
      ],
     },
     BinaryOperation {
      operator: Concatenation,
      operands: [
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (11, 23),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "extraOptions",
           position: (11, 27),
          },
         ],
        },
        default: None,
       },
       BinaryOperation {
        operator: Concatenation,
        operands: [
         FunctionApplication {
          function: Variable {
           identifier: "optional",
           position: (12, 8),
          },
          arguments: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (12, 17),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "dnsSingleRequest",
               position: (12, 21),
              },
             ],
            },
            default: None,
           },
           String {
            parts: [
             Raw {
              content: "single-request",
              position: (12, 39),
             },
            ],
           },
          ],
         },
         FunctionApplication {
          function: Variable {
           identifier: "optional",
           position: (13, 8),
          },
          arguments: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (13, 17),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "dnsExtensionMechanism",
               position: (13, 21),
              },
             ],
            },
            default: None,
           },
           String {
            parts: [
             Raw {
              content: "edns0",
              position: (13, 44),
             },
            ],
           },
          ],
         },
        ],
        position: (13, 5),
       },
      ],
      position: (12, 5),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "configText",
        position: (15, 3),
       },
      ],
     },
     BinaryOperation {
      operator: Addition,
      operands: [
       BinaryOperation {
        operator: Addition,
        operands: [
         BinaryOperation {
          operator: Addition,
          operands: [
           BinaryOperation {
            operator: Addition,
            operands: [
             String {
              parts: [
               Raw {
                content: "# This is the default, but we must set it here to prevent\n# a collision with an apparently unrelated environment\n# variable with the same name exported by dhcpcd.\ninterface_order='lo lo[0-9]*'\n",
                position: (17, 1),
               },
              ],
             },
             FunctionApplication {
              function: Variable {
               identifier: "optionalString",
               position: (21, 10),
              },
              arguments: [
               PropertyAccess {
                expression: Variable {
                 identifier: "config",
                 position: (21, 25),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "services",
                   position: (21, 32),
                  },
                  Raw {
                   content: "nscd",
                   position: (21, 41),
                  },
                  Raw {
                   content: "enable",
                   position: (21, 46),
                  },
                 ],
                },
                default: None,
               },
               String {
                parts: [
                 Raw {
                  content: "# Invalidate the nscd cache whenever resolv.conf is\n# regenerated.\nlibc_restart='/run/current-system/systemd/bin/systemctl try-restart --no-block nscd.service 2> /dev/null'\n",
                  position: (22, 1),
                 },
                ],
               },
              ],
             },
            ],
            position: (21, 8),
           },
           FunctionApplication {
            function: Variable {
             identifier: "optionalString",
             position: (25, 10),
            },
            arguments: [
             BinaryOperation {
              operator: GreaterThan,
              operands: [
               FunctionApplication {
                function: Variable {
                 identifier: "length",
                 position: (25, 26),
                },
                arguments: [
                 Variable {
                  identifier: "resolvconfOptions",
                  position: (25, 33),
                 },
                ],
               },
               Int {
                value: 0,
                position: (25, 53),
               },
              ],
              position: (25, 51),
             },
             String {
              parts: [
               Raw {
                content: "# Options as described in resolv.conf(5)\nresolv_conf_options=",
                position: (26, 1),
               },
               Raw {
                content: "'",
                position: (27, 27),
               },
               Expression {
                expression: FunctionApplication {
                 function: Variable {
                  identifier: "concatStringsSep",
                  position: (27, 30),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: " ",
                     position: (27, 48),
                    },
                   ],
                  },
                  Variable {
                   identifier: "resolvconfOptions",
                   position: (27, 51),
                  },
                 ],
                },
               },
               Raw {
                content: "'\n",
                position: (27, 69),
               },
              ],
             },
            ],
           },
          ],
          position: (25, 8),
         },
         FunctionApplication {
          function: Variable {
           identifier: "optionalString",
           position: (28, 10),
          },
          arguments: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (28, 25),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "useLocalResolver",
               position: (28, 29),
              },
             ],
            },
            default: None,
           },
           String {
            parts: [
             Raw {
              content: "# This hosts runs a full-blown DNS resolver.\nname_servers='127.0.0.1'\n",
              position: (29, 1),
             },
            ],
           },
          ],
         },
        ],
        position: (28, 8),
       },
       PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (31, 10),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "extraConfig",
           position: (31, 14),
          },
         ],
        },
        default: None,
       },
      ],
      position: (31, 8),
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "imports",
         position: (36, 3),
        },
       ],
      },
      List {
       elements: [
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (37, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "networking",
               position: (37, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "dnsSingleRequest",
               position: (37, 44),
              },
             ],
            },
           ],
           position: (37, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "networking",
               position: (37, 67),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "resolvconf",
               position: (37, 80),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "dnsSingleRequest",
               position: (37, 93),
              },
             ],
            },
           ],
           position: (37, 64),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (38, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "networking",
               position: (38, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "dnsExtensionMechanism",
               position: (38, 44),
              },
             ],
            },
           ],
           position: (38, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "networking",
               position: (38, 72),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "resolvconf",
               position: (38, 85),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "dnsExtensionMechanism",
               position: (38, 98),
              },
             ],
            },
           ],
           position: (38, 69),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (39, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "networking",
               position: (39, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "extraResolvconfConf",
               position: (39, 44),
              },
             ],
            },
           ],
           position: (39, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "networking",
               position: (39, 70),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "resolvconf",
               position: (39, 83),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "extraConfig",
               position: (39, 96),
              },
             ],
            },
           ],
           position: (39, 67),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (40, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "networking",
               position: (40, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "resolvconfOptions",
               position: (40, 44),
              },
             ],
            },
           ],
           position: (40, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "networking",
               position: (40, 68),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "resolvconf",
               position: (40, 81),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "extraOptions",
               position: (40, 94),
              },
             ],
            },
           ],
           position: (40, 65),
          },
         ],
        },
        FunctionApplication {
         function: Variable {
          identifier: "mkRemovedOptionModule",
          position: (41, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "networking",
               position: (41, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "resolvconf",
               position: (41, 44),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "useHostResolvConf",
               position: (41, 57),
              },
             ],
            },
           ],
           position: (41, 28),
          },
          String {
           parts: [
            Raw {
             content: "This option was never used for anything anyways",
             position: (41, 79),
            },
           ],
          },
         ],
        },
       ],
       position: (36, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (44, 3),
        },
       ],
      },
      Map {
       bindings: [
        KeyValue(
         AttributePath {
          attributes: [
           Raw {
            content: "networking",
            position: (46, 5),
           },
           Raw {
            content: "resolvconf",
            position: (46, 16),
           },
          ],
         },
         Map {
          bindings: [
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "enable",
               position: (48, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (48, 16),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (49, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (49, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (49, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (50, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (50, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "internal",
                    position: (51, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (51, 20),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (52, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "DNS configuration is managed by resolvconf.\n",
                    position: (53, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (48, 25),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "dnsSingleRequest",
               position: (57, 7),
              },
             ],
            },
            FunctionApplication {
             function: PropertyAccess {
              expression: Variable {
               identifier: "lib",
               position: (57, 26),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "mkOption",
                 position: (57, 30),
                },
               ],
              },
              default: None,
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (58, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (58, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (58, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (59, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (59, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (60, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Recent versions of glibc will issue both ipv4 (A) and ipv6 (AAAA)\naddress queries at the same time, from the same port. Sometimes upstream\nrouters will systemically drop the ipv4 queries. The symptom of this problem is\nthat 'getent hosts example.com' only returns ipv6 (or perhaps only ipv4) addresses. The\nworkaround for this is to specify the option 'single-request' in\n/etc/resolv.conf. This option enables that.\n",
                    position: (61, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (57, 39),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "dnsExtensionMechanism",
               position: (70, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (70, 31),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (71, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (71, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (71, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (72, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "true",
                  position: (72, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (73, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Enable the <code>edns0</code> option in <filename>resolv.conf</filename>. With\nthat option set, <code>glibc</code> supports use of the extension mechanisms for\nDNS (EDNS) specified in RFC 2671. The most popular user of that feature is DNSSEC,\nwhich does not work without it.\n",
                    position: (74, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (70, 40),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "extraConfig",
               position: (81, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (81, 21),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (82, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (82, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "lines",
                     position: (82, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (83, 9),
                   },
                  ],
                 },
                 String {
                  parts: [],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (84, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "libc=NO",
                    position: (84, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (85, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Extra configuration to append to <filename>resolvconf.conf</filename>.\n",
                    position: (86, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (81, 30),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "extraOptions",
               position: (90, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (90, 22),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (91, 9),
                   },
                  ],
                 },
                 FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (91, 16),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     Raw {
                      content: "listOf",
                      position: (91, 22),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   PropertyAccess {
                    expression: Variable {
                     identifier: "types",
                     position: (91, 29),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "str",
                       position: (91, 35),
                      },
                     ],
                    },
                    default: None,
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (92, 9),
                   },
                  ],
                 },
                 List {
                  elements: [],
                  position: (92, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "example",
                    position: (93, 9),
                   },
                  ],
                 },
                 List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "ndots:1",
                      position: (93, 22),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "rotate",
                      position: (93, 32),
                     },
                    ],
                   },
                  ],
                  position: (93, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (94, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Set the options in <filename>/etc/resolv.conf</filename>.\n",
                    position: (95, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (90, 31),
              },
             ],
            },
           ),
           KeyValue(
            AttributePath {
             attributes: [
              Raw {
               content: "useLocalResolver",
               position: (99, 7),
              },
             ],
            },
            FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (99, 26),
             },
             arguments: [
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "type",
                    position: (100, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (100, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "bool",
                     position: (100, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "default",
                    position: (101, 9),
                   },
                  ],
                 },
                 Variable {
                  identifier: "false",
                  position: (101, 19),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "description",
                    position: (102, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "Use local DNS server for resolving.\n",
                    position: (103, 1),
                   },
                  ],
                 },
                ),
               ],
               recursive: false,
               position: (99, 35),
              },
             ],
            },
           ),
          ],
          recursive: false,
          position: (46, 29),
         },
        ),
       ],
       recursive: false,
       position: (44, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (111, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkMerge",
        position: (111, 12),
       },
       arguments: [
        List {
         elements: [
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "networking",
                position: (113, 7),
               },
               Raw {
                content: "resolvconf",
                position: (113, 18),
               },
               Raw {
                content: "enable",
                position: (113, 29),
               },
              ],
             },
             UnaryOperation {
              operator: Not,
              operand: HasProperty {
               expression: PropertyAccess {
                expression: Variable {
                 identifier: "config",
                 position: (113, 40),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "environment",
                   position: (113, 47),
                  },
                  Raw {
                   content: "etc",
                   position: (113, 59),
                  },
                 ],
                },
                default: None,
               },
               attribute_path: AttributePath {
                attributes: [
                 Expression {
                  expression: String {
                   parts: [
                    Raw {
                     content: "resolv.conf",
                     position: (113, 66),
                    },
                   ],
                  },
                 },
                ],
               },
               position: (113, 63),
              },
              position: (113, 38),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "environment",
                position: (115, 7),
               },
               Raw {
                content: "etc",
                position: (115, 19),
               },
               Expression {
                expression: String {
                 parts: [
                  Raw {
                   content: "resolvconf.conf",
                   position: (115, 24),
                  },
                 ],
                },
               },
               Raw {
                content: "text",
                position: (115, 41),
               },
              ],
             },
             IfThenElse {
              predicate: UnaryOperation {
               operator: Not,
               operand: PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (116, 13),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "enable",
                   position: (116, 17),
                  },
                 ],
                },
                default: None,
               },
               position: (116, 12),
              },
              then: String {
               parts: [
                Raw {
                 content: "echo \"resolvconf is disabled on this system but was used anyway:\" >&2\necho \"$0 $*\" >&2\nexit 1\n",
                 position: (119, 1),
                },
               ],
              },
              else_: Variable {
               identifier: "configText",
               position: (123, 14),
              },
              position: (116, 9),
             },
            ),
           ],
           recursive: false,
           position: (112, 5),
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkIf",
            position: (126, 6),
           },
           arguments: [
            PropertyAccess {
             expression: Variable {
              identifier: "cfg",
              position: (126, 11),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "enable",
                position: (126, 15),
               },
              ],
             },
             default: None,
            },
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "environment",
                  position: (127, 7),
                 },
                 Raw {
                  content: "systemPackages",
                  position: (127, 19),
                 },
                ],
               },
               List {
                elements: [
                 PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (127, 38),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "openresolv",
                     position: (127, 43),
                    },
                   ],
                  },
                  default: None,
                 },
                ],
                position: (127, 36),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "systemd",
                  position: (129, 7),
                 },
                 Raw {
                  content: "services",
                  position: (129, 15),
                 },
                 Raw {
                  content: "resolvconf",
                  position: (129, 24),
                 },
                ],
               },
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "description",
                     position: (130, 9),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Raw {
                     content: "resolvconf update",
                     position: (130, 24),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "before",
                     position: (132, 9),
                    },
                   ],
                  },
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "network-pre.target",
                       position: (132, 21),
                      },
                     ],
                    },
                   ],
                   position: (132, 18),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "wants",
                     position: (133, 9),
                    },
                   ],
                  },
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "network-pre.target",
                       position: (133, 20),
                      },
                     ],
                    },
                   ],
                   position: (133, 17),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "wantedBy",
                     position: (134, 9),
                    },
                   ],
                  },
                  List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "multi-user.target",
                       position: (134, 23),
                      },
                     ],
                    },
                   ],
                   position: (134, 20),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "restartTriggers",
                     position: (135, 9),
                    },
                   ],
                  },
                  List {
                   elements: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "config",
                      position: (135, 29),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "environment",
                        position: (135, 36),
                       },
                       Raw {
                        content: "etc",
                        position: (135, 48),
                       },
                       Expression {
                        expression: String {
                         parts: [
                          Raw {
                           content: "resolvconf.conf",
                           position: (135, 53),
                          },
                         ],
                        },
                       },
                       Raw {
                        content: "source",
                        position: (135, 70),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                   position: (135, 27),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "serviceConfig",
                     position: (137, 9),
                    },
                   ],
                  },
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "Type",
                        position: (138, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "oneshot",
                        position: (138, 19),
                       },
                      ],
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "ExecStart",
                        position: (139, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Expression {
                        expression: PropertyAccess {
                         expression: Variable {
                          identifier: "pkgs",
                          position: (139, 26),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "openresolv",
                            position: (139, 31),
                           },
                          ],
                         },
                         default: None,
                        },
                       },
                       Raw {
                        content: "/bin/resolvconf -u",
                        position: (139, 42),
                       },
                      ],
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "RemainAfterExit",
                        position: (140, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "true",
                      position: (140, 29),
                     },
                    ),
                   ],
                   recursive: false,
                   position: (137, 25),
                  },
                 ),
                ],
                recursive: false,
                position: (129, 37),
               },
              ),
             ],
             recursive: false,
             position: (126, 22),
            },
           ],
          },
         ],
         position: (111, 20),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (35, 1),
   },
   position: (7, 1),
  },
  position: (5, 1),
 },
 position: (3, 1),
}