---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: LetIn {
  bindings: [
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "cfg",
       position: (4, 3),
      },
     ],
    },
    PropertyAccess {
     expression: Variable {
      identifier: "config",
      position: (4, 9),
     },
     attribute_path: AttributePath {
      attributes: [
       Raw {
        content: "services",
        position: (4, 16),
       },
       Raw {
        content: "hardware",
        position: (4, 25),
       },
       Raw {
        content: "lcd",
        position: (4, 34),
       },
      ],
     },
     default: None,
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "pkg",
       position: (5, 3),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (5, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "getBin",
         position: (5, 13),
        },
       ],
      },
      default: None,
     },
     arguments: [
      PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (5, 20),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "lcdproc",
          position: (5, 25),
         },
        ],
       },
       default: None,
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "serverCfg",
       position: (7, 3),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "pkgs",
       position: (7, 15),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "writeText",
         position: (7, 20),
        },
       ],
      },
      default: None,
     },
     arguments: [
      String {
       parts: [
        Raw {
         content: "lcdd.conf",
         position: (7, 31),
        },
       ],
      },
      String {
       parts: [
        Raw {
         content: "[server]\nDriverPath=",
         position: (8, 1),
        },
        Expression {
         expression: Variable {
          identifier: "pkg",
          position: (9, 18),
         },
        },
        Raw {
         content: "/lib/lcdproc/\nReportToSyslog=false\nBind=",
         position: (9, 22),
        },
        Expression {
         expression: PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (11, 12),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "serverHost",
             position: (11, 16),
            },
           ],
          },
          default: None,
         },
        },
        Raw {
         content: "\nPort=",
         position: (11, 27),
        },
        Expression {
         expression: FunctionApplication {
          function: Variable {
           identifier: "toString",
           position: (12, 12),
          },
          arguments: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (12, 21),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "serverPort",
               position: (12, 25),
              },
             ],
            },
            default: None,
           },
          ],
         },
        },
        Raw {
         content: "\n",
         position: (12, 36),
        },
        Expression {
         expression: PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (13, 7),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "server",
             position: (13, 11),
            },
            Raw {
             content: "extraConfig",
             position: (13, 18),
            },
           ],
          },
          default: None,
         },
        },
        Raw {
         content: "\n",
         position: (13, 30),
        },
       ],
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "clientCfg",
       position: (16, 3),
      },
     ],
    },
    FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "pkgs",
       position: (16, 15),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "writeText",
         position: (16, 20),
        },
       ],
      },
      default: None,
     },
     arguments: [
      String {
       parts: [
        Raw {
         content: "lcdproc.conf",
         position: (16, 31),
        },
       ],
      },
      String {
       parts: [
        Raw {
         content: "[lcdproc]\nServer=",
         position: (17, 1),
        },
        Expression {
         expression: PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (18, 14),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "serverHost",
             position: (18, 18),
            },
           ],
          },
          default: None,
         },
        },
        Raw {
         content: "\nPort=",
         position: (18, 29),
        },
        Expression {
         expression: FunctionApplication {
          function: Variable {
           identifier: "toString",
           position: (19, 12),
          },
          arguments: [
           PropertyAccess {
            expression: Variable {
             identifier: "cfg",
             position: (19, 21),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "serverPort",
               position: (19, 25),
              },
             ],
            },
            default: None,
           },
          ],
         },
        },
        Raw {
         content: "\nReportToSyslog=false\n",
         position: (19, 36),
        },
        Expression {
         expression: PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (21, 7),
          },
          attribute_path: AttributePath {
           attributes: [
            Raw {
             content: "client",
             position: (21, 11),
            },
            Raw {
             content: "extraConfig",
             position: (21, 18),
            },
           ],
          },
          default: None,
         },
        },
        Raw {
         content: "\n",
         position: (21, 30),
        },
       ],
      },
     ],
    },
   ),
   KeyValue(
    AttributePath {
     attributes: [
      Raw {
       content: "serviceCfg",
       position: (24, 3),
      },
     ],
    },
    Map {
     bindings: [
      KeyValue(
       AttributePath {
        attributes: [
         Raw {
          content: "DynamicUser",
          position: (25, 5),
         },
        ],
       },
       Variable {
        identifier: "true",
        position: (25, 19),
       },
      ),
      KeyValue(
       AttributePath {
        attributes: [
         Raw {
          content: "Restart",
          position: (26, 5),
         },
        ],
       },
       String {
        parts: [
         Raw {
          content: "on-failure",
          position: (26, 16),
         },
        ],
       },
      ),
      KeyValue(
       AttributePath {
        attributes: [
         Raw {
          content: "Slice",
          position: (27, 5),
         },
        ],
       },
       String {
        parts: [
         Raw {
          content: "lcd.slice",
          position: (27, 14),
         },
        ],
       },
      ),
     ],
     recursive: false,
     position: (24, 16),
    },
   ),
  ],
  target: With {
   expression: Variable {
    identifier: "lib",
    position: (30, 9),
   },
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (32, 3),
        },
        Raw {
         content: "maintainers",
         position: (32, 8),
        },
       ],
      },
      With {
       expression: Variable {
        identifier: "maintainers",
        position: (32, 27),
       },
       target: List {
        elements: [
         Variable {
          identifier: "peterhoeg",
          position: (32, 42),
         },
        ],
        position: (32, 40),
       },
       position: (32, 22),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (34, 3),
        },
       ],
      },
      With {
       expression: Variable {
        identifier: "types",
        position: (34, 18),
       },
       target: Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "services",
             position: (35, 5),
            },
            Raw {
             content: "hardware",
             position: (35, 14),
            },
            Raw {
             content: "lcd",
             position: (35, 23),
            },
           ],
          },
          Map {
           bindings: [
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "serverHost",
                position: (36, 7),
               },
              ],
             },
             FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (36, 20),
              },
              arguments: [
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "type",
                     position: (37, 9),
                    },
                   ],
                  },
                  Variable {
                   identifier: "str",
                   position: (37, 16),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "default",
                     position: (38, 9),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Raw {
                     content: "localhost",
                     position: (38, 20),
                    },
                   ],
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "description",
                     position: (39, 9),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Raw {
                     content: "Host on which LCDd is listening.",
                     position: (39, 24),
                    },
                   ],
                  },
                 ),
                ],
                recursive: false,
                position: (36, 29),
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "serverPort",
                position: (42, 7),
               },
              ],
             },
             FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (42, 20),
              },
              arguments: [
               Map {
                bindings: [
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "type",
                     position: (43, 9),
                    },
                   ],
                  },
                  Variable {
                   identifier: "int",
                   position: (43, 16),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "default",
                     position: (44, 9),
                    },
                   ],
                  },
                  Int {
                   value: 13666,
                   position: (44, 19),
                  },
                 ),
                 KeyValue(
                  AttributePath {
                   attributes: [
                    Raw {
                     content: "description",
                     position: (45, 9),
                    },
                   ],
                  },
                  String {
                   parts: [
                    Raw {
                     content: "Port on which LCDd is listening.",
                     position: (45, 24),
                    },
                   ],
                  },
                 ),
                ],
                recursive: false,
                position: (42, 29),
               },
              ],
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "server",
                position: (48, 7),
               },
              ],
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "enable",
                   position: (49, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (49, 18),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "type",
                        position: (50, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "bool",
                      position: (50, 18),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "default",
                        position: (51, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "false",
                      position: (51, 21),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (52, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "Enable the LCD panel server (LCDd)",
                        position: (52, 26),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (49, 27),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "openPorts",
                   position: (55, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (55, 21),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "type",
                        position: (56, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "bool",
                      position: (56, 18),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "default",
                        position: (57, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "false",
                      position: (57, 21),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (58, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "Open the ports in the firewall",
                        position: (58, 26),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (55, 30),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "usbPermissions",
                   position: (61, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (61, 26),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "type",
                        position: (62, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "bool",
                      position: (62, 18),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "default",
                        position: (63, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "false",
                      position: (63, 21),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (64, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "Set group-write permissions on a USB device.\n</para>\n<para>\nA USB connected LCD panel will most likely require having its\npermissions modified for lcdd to write to it. Enabling this option\nsets group-write permissions on the device identified by\n<option>services.hardware.lcd.usbVid</option> and\n<option>services.hardware.lcd.usbPid</option>. In order to find the\nvalues, you can run the <command>lsusb</command> command. Example\noutput:\n</para>\n<para>\n<literal>\nBus 005 Device 002: ID 0403:c630 Future Technology Devices International, Ltd lcd2usb interface\n</literal>\n</para>\n<para>\nIn this case the vendor id is 0403 and the product id is c630.\n",
                        position: (65, 1),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (61, 35),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "usbVid",
                   position: (86, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (86, 18),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "type",
                        position: (87, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "str",
                      position: (87, 18),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "default",
                        position: (88, 11),
                       },
                      ],
                     },
                     String {
                      parts: [],
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (89, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "The vendor ID of the USB device to claim.",
                        position: (89, 26),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (86, 27),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "usbPid",
                   position: (92, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (92, 18),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "type",
                        position: (93, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "str",
                      position: (93, 18),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "default",
                        position: (94, 11),
                       },
                      ],
                     },
                     String {
                      parts: [],
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (95, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "The product ID of the USB device to claim.",
                        position: (95, 26),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (92, 27),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "usbGroup",
                   position: (98, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (98, 20),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "type",
                        position: (99, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "str",
                      position: (99, 18),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "default",
                        position: (100, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "dialout",
                        position: (100, 22),
                       },
                      ],
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (101, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "The group to use for settings permissions. This group must exist or you will have to create it.",
                        position: (101, 26),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (98, 29),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "extraConfig",
                   position: (104, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (104, 23),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "type",
                        position: (105, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "lines",
                      position: (105, 18),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "default",
                        position: (106, 11),
                       },
                      ],
                     },
                     String {
                      parts: [],
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (107, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "Additional configuration added verbatim to the server config.",
                        position: (107, 26),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (104, 32),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (48, 16),
             },
            ),
            KeyValue(
             AttributePath {
              attributes: [
               Raw {
                content: "client",
                position: (111, 7),
               },
              ],
             },
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "enable",
                   position: (112, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (112, 18),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "type",
                        position: (113, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "bool",
                      position: (113, 18),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "default",
                        position: (114, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "false",
                      position: (114, 21),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (115, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "Enable the LCD panel client (LCDproc)",
                        position: (115, 26),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (112, 27),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "extraConfig",
                   position: (118, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (118, 23),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "type",
                        position: (119, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "lines",
                      position: (119, 18),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "default",
                        position: (120, 11),
                       },
                      ],
                     },
                     String {
                      parts: [],
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (121, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "Additional configuration added verbatim to the client config.",
                        position: (121, 26),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (118, 32),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "restartForever",
                   position: (124, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (124, 26),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "type",
                        position: (125, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "bool",
                      position: (125, 18),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "default",
                        position: (126, 11),
                       },
                      ],
                     },
                     Variable {
                      identifier: "true",
                      position: (126, 21),
                     },
                    ),
                    KeyValue(
                     AttributePath {
                      attributes: [
                       Raw {
                        content: "description",
                        position: (127, 11),
                       },
                      ],
                     },
                     String {
                      parts: [
                       Raw {
                        content: "Try restarting the client forever.",
                        position: (127, 26),
                       },
                      ],
                     },
                    ),
                   ],
                   recursive: false,
                   position: (124, 35),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (111, 16),
             },
            ),
           ],
           recursive: false,
           position: (35, 29),
          },
         ),
        ],
        recursive: false,
        position: (34, 25),
       },
       position: (34, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (133, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (133, 12),
       },
       arguments: [
        BinaryOperation {
         operator: LogicalOr,
         operands: [
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (133, 18),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "server",
              position: (133, 22),
             },
             Raw {
              content: "enable",
              position: (133, 29),
             },
            ],
           },
           default: None,
          },
          PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (133, 39),
           },
           attribute_path: AttributePath {
            attributes: [
             Raw {
              content: "client",
              position: (133, 43),
             },
             Raw {
              content: "enable",
              position: (133, 50),
             },
            ],
           },
           default: None,
          },
         ],
         position: (133, 36),
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "networking",
              position: (134, 5),
             },
             Raw {
              content: "firewall",
              position: (134, 16),
             },
             Raw {
              content: "allowedTCPPorts",
              position: (134, 25),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (134, 43),
            },
            arguments: [
             BinaryOperation {
              operator: LogicalAnd,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (134, 49),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "server",
                   position: (134, 53),
                  },
                  Raw {
                   content: "enable",
                   position: (134, 60),
                  },
                 ],
                },
                default: None,
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (134, 70),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "server",
                   position: (134, 74),
                  },
                  Raw {
                   content: "openPorts",
                   position: (134, 81),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (134, 67),
             },
             List {
              elements: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (134, 94),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "serverPort",
                   position: (134, 98),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (134, 92),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (136, 5),
             },
             Raw {
              content: "udev",
              position: (136, 14),
             },
             Raw {
              content: "extraRules",
              position: (136, 19),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (136, 32),
            },
            arguments: [
             BinaryOperation {
              operator: LogicalAnd,
              operands: [
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (136, 38),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "server",
                   position: (136, 42),
                  },
                  Raw {
                   content: "enable",
                   position: (136, 49),
                  },
                 ],
                },
                default: None,
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (136, 59),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "server",
                   position: (136, 63),
                  },
                  Raw {
                   content: "usbPermissions",
                   position: (136, 70),
                  },
                 ],
                },
                default: None,
               },
              ],
              position: (136, 56),
             },
             String {
              parts: [
               Raw {
                content: "ACTION==\"add\", SUBSYSTEMS==\"usb\", ATTRS{idVendor}==\"",
                position: (137, 1),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (137, 61),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "server",
                    position: (137, 65),
                   },
                   Raw {
                    content: "usbVid",
                    position: (137, 72),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\", ATTRS{idProduct}==\"",
                position: (137, 79),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (137, 103),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "server",
                    position: (137, 107),
                   },
                   Raw {
                    content: "usbPid",
                    position: (137, 114),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\", MODE=\"660\", GROUP=\"",
                position: (137, 121),
               },
               Expression {
                expression: PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (137, 145),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "server",
                    position: (137, 149),
                   },
                   Raw {
                    content: "usbGroup",
                    position: (137, 156),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Raw {
                content: "\"\n",
                position: (137, 165),
               },
              ],
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (140, 5),
             },
             Raw {
              content: "services",
              position: (140, 13),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "lcdd",
                 position: (141, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (141, 14),
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (141, 19),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "server",
                    position: (141, 23),
                   },
                   Raw {
                    content: "enable",
                    position: (141, 30),
                   },
                  ],
                 },
                 default: None,
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (142, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "LCDproc - server",
                      position: (142, 24),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "wantedBy",
                      position: (143, 9),
                     },
                    ],
                   },
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "lcd.target",
                        position: (143, 23),
                       },
                      ],
                     },
                    ],
                    position: (143, 20),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "serviceConfig",
                      position: (144, 9),
                     },
                    ],
                   },
                   BinaryOperation {
                    operator: Update,
                    operands: [
                     Variable {
                      identifier: "serviceCfg",
                      position: (144, 25),
                     },
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "ExecStart",
                           position: (145, 11),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Expression {
                           expression: Variable {
                            identifier: "pkg",
                            position: (145, 26),
                           },
                          },
                          Raw {
                           content: "/bin/LCDd -f -c ",
                           position: (145, 30),
                          },
                          Expression {
                           expression: Variable {
                            identifier: "serverCfg",
                            position: (145, 48),
                           },
                          },
                         ],
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "SupplementaryGroups",
                           position: (146, 11),
                          },
                         ],
                        },
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (146, 33),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "server",
                            position: (146, 37),
                           },
                           Raw {
                            content: "usbGroup",
                            position: (146, 44),
                           },
                          ],
                         },
                         default: None,
                        },
                       ),
                      ],
                      recursive: false,
                      position: (144, 39),
                     },
                    ],
                    position: (144, 36),
                   },
                  ),
                 ],
                 recursive: false,
                 position: (141, 37),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "lcdproc",
                 position: (150, 7),
                },
               ],
              },
              FunctionApplication {
               function: Variable {
                identifier: "mkIf",
                position: (150, 17),
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (150, 22),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "client",
                    position: (150, 26),
                   },
                   Raw {
                    content: "enable",
                    position: (150, 33),
                   },
                  ],
                 },
                 default: None,
                },
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "description",
                      position: (151, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "LCDproc - client",
                      position: (151, 24),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "after",
                      position: (152, 9),
                     },
                    ],
                   },
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "lcdd.service",
                        position: (152, 20),
                       },
                      ],
                     },
                    ],
                    position: (152, 17),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "wantedBy",
                      position: (153, 9),
                     },
                    ],
                   },
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "lcd.target",
                        position: (153, 23),
                       },
                      ],
                     },
                    ],
                    position: (153, 20),
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "startLimitIntervalSec",
                      position: (155, 9),
                     },
                    ],
                   },
                   FunctionApplication {
                    function: PropertyAccess {
                     expression: Variable {
                      identifier: "lib",
                      position: (155, 33),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "mkIf",
                        position: (155, 37),
                       },
                      ],
                     },
                     default: None,
                    },
                    arguments: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (155, 42),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "client",
                         position: (155, 46),
                        },
                        Raw {
                         content: "restartForever",
                         position: (155, 53),
                        },
                       ],
                      },
                      default: None,
                     },
                     Int {
                      value: 0,
                      position: (155, 68),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "serviceConfig",
                      position: (156, 9),
                     },
                    ],
                   },
                   BinaryOperation {
                    operator: Update,
                    operands: [
                     Variable {
                      identifier: "serviceCfg",
                      position: (156, 25),
                     },
                     Map {
                      bindings: [
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "ExecStart",
                           position: (157, 11),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Expression {
                           expression: Variable {
                            identifier: "pkg",
                            position: (157, 26),
                           },
                          },
                          Raw {
                           content: "/bin/lcdproc -f -c ",
                           position: (157, 30),
                          },
                          Expression {
                           expression: Variable {
                            identifier: "clientCfg",
                            position: (157, 51),
                           },
                          },
                         ],
                        },
                       ),
                       KeyValue(
                        AttributePath {
                         attributes: [
                          Raw {
                           content: "RestartSec",
                           position: (160, 11),
                          },
                         ],
                        },
                        String {
                         parts: [
                          Raw {
                           content: "5",
                           position: (160, 25),
                          },
                         ],
                        },
                       ),
                      ],
                      recursive: false,
                      position: (156, 39),
                     },
                    ],
                    position: (156, 36),
                   },
                  ),
                 ],
                 recursive: false,
                 position: (150, 40),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (140, 24),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (165, 5),
             },
             Raw {
              content: "targets",
              position: (165, 13),
             },
             Raw {
              content: "lcd",
              position: (165, 21),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (166, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "LCD client/server",
                 position: (166, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "after",
                 position: (167, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "lcdd.service",
                   position: (167, 18),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "lcdproc.service",
                   position: (167, 33),
                  },
                 ],
                },
               ],
               position: (167, 15),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "wantedBy",
                 position: (168, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "multi-user.target",
                   position: (168, 21),
                  },
                 ],
                },
               ],
               position: (168, 18),
              },
             ),
            ],
            recursive: false,
            position: (165, 27),
           },
          ),
         ],
         recursive: false,
         position: (133, 58),
        },
       ],
      },
     ),
    ],
    recursive: false,
    position: (30, 14),
   },
   position: (30, 4),
  },
  position: (3, 1),
 },
 position: (1, 1),
}