---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "pkgs",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "cfg",
        position: (6, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "nitter",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "configFile",
        position: (7, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (7, 16),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "writeText",
          position: (7, 21),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "nitter.conf",
          position: (7, 32),
         },
        ],
        position: (7, 31),
       },
       String {
        parts: [
         Raw {
          content: "",
          position: (8, 1),
         },
         Interpolation {
          expression: FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "generators",
             position: (8, 7),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "toINI",
               position: (8, 18),
              },
             ],
            },
            default: None,
           },
           arguments: [
            Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "mkKeyValue",
                  position: (10, 7),
                 },
                ],
               },
               to: FunctionApplication {
                function: PropertyAccess {
                 expression: Variable {
                  identifier: "generators",
                  position: (10, 20),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "mkKeyValueDefault",
                    position: (10, 31),
                   },
                  ],
                 },
                 default: None,
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "mkValueString",
                       position: (11, 9),
                      },
                     ],
                    },
                    to: Function {
                     argument: Simple {
                      identifier: "v",
                     },
                     definition: IfThenElse {
                      predicate: FunctionApplication {
                       function: Variable {
                        identifier: "isString",
                        position: (12, 14),
                       },
                       arguments: [
                        Variable {
                         identifier: "v",
                         position: (12, 23),
                        },
                       ],
                      },
                      then: BinaryOperation {
                       operator: Addition,
                       operands: [
                        BinaryOperation {
                         operator: Addition,
                         operands: [
                          String {
                           parts: [
                            Raw {
                             content: "\"",
                             position: (12, 31),
                            },
                           ],
                           position: (12, 30),
                          },
                          Parentheses {
                           expression: FunctionApplication {
                            function: PropertyAccess {
                             expression: Variable {
                              identifier: "strings",
                              position: (12, 38),
                             },
                             attribute_path: AttributePath {
                              parts: [
                               Raw {
                                content: "escape",
                                position: (12, 46),
                               },
                              ],
                             },
                             default: None,
                            },
                            arguments: [
                             List {
                              elements: [
                               String {
                                parts: [
                                 Raw {
                                  content: "\"",
                                  position: (12, 55),
                                 },
                                ],
                                position: (12, 54),
                               },
                              ],
                              position: (12, 53),
                             },
                             Parentheses {
                              expression: FunctionApplication {
                               function: Variable {
                                identifier: "toString",
                                position: (12, 61),
                               },
                               arguments: [
                                Variable {
                                 identifier: "v",
                                 position: (12, 70),
                                },
                               ],
                              },
                              position: (12, 60),
                             },
                            ],
                           },
                           position: (12, 37),
                          },
                         ],
                         position: (12, 35),
                        },
                        String {
                         parts: [
                          Raw {
                           content: "\"",
                           position: (12, 77),
                          },
                         ],
                         position: (12, 76),
                        },
                       ],
                       position: (12, 74),
                      },
                      else_: FunctionApplication {
                       function: PropertyAccess {
                        expression: Variable {
                         identifier: "generators",
                         position: (13, 16),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "mkValueStringDefault",
                           position: (13, 27),
                          },
                         ],
                        },
                        default: None,
                       },
                       arguments: [
                        Map {
                         bindings: [],
                         recursive: false,
                         position: (13, 48),
                        },
                        Variable {
                         identifier: "v",
                         position: (13, 51),
                        },
                       ],
                      },
                      position: (12, 11),
                     },
                     position: (11, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (10, 49),
                 },
                 String {
                  parts: [
                   Raw {
                    content: " = ",
                    position: (14, 10),
                   },
                  ],
                  position: (14, 9),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (8, 24),
            },
            Parentheses {
             expression: FunctionApplication {
              function: PropertyAccess {
               expression: Variable {
                identifier: "lib",
                position: (15, 8),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "recursiveUpdate",
                  position: (15, 12),
                 },
                ],
               },
               default: None,
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "Server",
                     position: (16, 7),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (16, 16),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "server",
                      position: (16, 20),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "Cache",
                     position: (17, 7),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (17, 15),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "cache",
                      position: (17, 19),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "Config",
                     position: (18, 7),
                    },
                   ],
                  },
                  to: BinaryOperation {
                   operator: Update,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (18, 16),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "config",
                        position: (18, 20),
                       },
                      ],
                     },
                     default: None,
                    },
                    Map {
                     bindings: [
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "hmacKey",
                          position: (18, 32),
                         },
                        ],
                       },
                       to: String {
                        parts: [
                         Raw {
                          content: "@hmac@",
                          position: (18, 43),
                         },
                        ],
                        position: (18, 42),
                       },
                      },
                     ],
                     recursive: false,
                     position: (18, 30),
                    },
                   ],
                   position: (18, 27),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "Preferences",
                     position: (19, 7),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (19, 21),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "preferences",
                      position: (19, 25),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                ],
                recursive: false,
                position: (15, 28),
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "cfg",
                 position: (20, 7),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "settings",
                   position: (20, 11),
                  },
                 ],
                },
                default: None,
               },
              ],
             },
             position: (15, 7),
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (20, 21),
         },
        ],
        position: (7, 45),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "preStart",
        position: (26, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (26, 14),
       },
       attribute_path: AttributePath {
        parts: [
         Raw {
          content: "writers",
          position: (26, 19),
         },
         Raw {
          content: "writePython3",
          position: (26, 27),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "nitter-prestart",
          position: (26, 41),
         },
        ],
        position: (26, 40),
       },
       Map {
        bindings: [],
        recursive: false,
        position: (26, 58),
       },
       String {
        parts: [
         Raw {
          content: "import os\nimport secrets\n\nstate_dir = os.environ.get(\"STATE_DIRECTORY\")\nif not os.path.isfile(f\"{state_dir}/hmac\"):\n    # Generate hmac on first launch\n    hmac = secrets.token_hex(32)\n    with open(f\"{state_dir}/hmac\", \"w\") as f:\n        f.write(hmac)\nelse:\n    # Load previously generated hmac\n    with open(f\"{state_dir}/hmac\", \"r\") as f:\n        hmac = f.read()\n\nconfigFile = \"",
          position: (27, 1),
         },
         Interpolation {
          expression: Variable {
           identifier: "configFile",
           position: (41, 21),
          },
         },
         Raw {
          content: "\"\nwith open(configFile, \"r\") as f_in:\n    with open(f\"{state_dir}/nitter.conf\", \"w\") as f_out:\n        f_out.write(f_in.read().replace(\"@hmac@\", hmac))\n",
          position: (41, 32),
         },
        ],
        position: (26, 61),
       },
      ],
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (48, 3),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (49, 5),
           },
           Raw {
            content: "nitter",
            position: (49, 14),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "enable",
               position: (50, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkEnableOption",
              position: (50, 16),
             },
             arguments: [
              String {
               parts: [
                Raw {
                 content: "If enabled, start Nitter.",
                 position: (50, 32),
                },
               ],
               position: (50, 31),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "package",
               position: (52, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (52, 17),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (53, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (53, 19),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "nitter",
                     position: (53, 24),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (54, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (54, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "package",
                     position: (54, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "defaultText",
                    position: (55, 9),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: Variable {
                   identifier: "literalExpression",
                   position: (55, 23),
                  },
                  arguments: [
                   String {
                    parts: [
                     Raw {
                      content: "pkgs.nitter",
                      position: (55, 42),
                     },
                    ],
                    position: (55, 41),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (56, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "The nitter derivation to use.",
                    position: (56, 24),
                   },
                  ],
                  position: (56, 23),
                 },
                },
               ],
               recursive: false,
               position: (52, 26),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "server",
               position: (59, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "address",
                  position: (60, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (60, 19),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (61, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (61, 19),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (61, 25),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (62, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "0.0.0.0",
                       position: (62, 22),
                      },
                     ],
                     position: (62, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "example",
                       position: (63, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "127.0.0.1",
                       position: (63, 22),
                      },
                     ],
                     position: (63, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (64, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "The address to listen on.",
                       position: (64, 26),
                      },
                     ],
                     position: (64, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (60, 28),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "port",
                  position: (67, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (67, 16),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (68, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (68, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "port",
                        position: (68, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (69, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 8080,
                     position: (69, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "example",
                       position: (70, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 8000,
                     position: (70, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (71, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "The port to listen on.",
                       position: (71, 26),
                      },
                     ],
                     position: (71, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (67, 25),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "https",
                  position: (74, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (74, 17),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (75, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (75, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (75, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (76, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (76, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (77, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Set secure attribute on cookies. Keep it disabled to enable cookies when not using HTTPS.",
                       position: (77, 26),
                      },
                     ],
                     position: (77, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (74, 26),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "httpMaxConnections",
                  position: (80, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (80, 30),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (81, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (81, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "int",
                        position: (81, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (82, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 100,
                     position: (82, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (83, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Maximum number of HTTP connections.",
                       position: (83, 26),
                      },
                     ],
                     position: (83, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (80, 39),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "staticDir",
                  position: (86, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (86, 21),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (87, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (87, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "path",
                        position: (87, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (88, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Interpolation {
                       expression: PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (88, 24),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "package",
                           position: (88, 28),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                      Raw {
                       content: "/share/nitter/public",
                       position: (88, 36),
                      },
                     ],
                     position: (88, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "defaultText",
                       position: (89, 11),
                      },
                     ],
                    },
                    to: FunctionApplication {
                     function: Variable {
                      identifier: "literalExpression",
                      position: (89, 25),
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "\"",
                         position: (89, 45),
                        },
                        Raw {
                         content: "$",
                         position: (89, 46),
                        },
                        Raw {
                         content: "{config.services.nitter.package}/share/nitter/public\"",
                         position: (89, 49),
                        },
                       ],
                       position: (89, 43),
                      },
                     ],
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (90, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Path to the static files directory.",
                       position: (90, 26),
                      },
                     ],
                     position: (90, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (86, 30),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "title",
                  position: (93, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (93, 17),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (94, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (94, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (94, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (95, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "nitter",
                       position: (95, 22),
                      },
                     ],
                     position: (95, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (96, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Title of the instance.",
                       position: (96, 26),
                      },
                     ],
                     position: (96, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (93, 26),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "hostname",
                  position: (99, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (99, 20),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (100, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (100, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (100, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (101, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "localhost",
                       position: (101, 22),
                      },
                     ],
                     position: (101, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "example",
                       position: (102, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "nitter.net",
                       position: (102, 22),
                      },
                     ],
                     position: (102, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (103, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Hostname of the instance.",
                       position: (103, 26),
                      },
                     ],
                     position: (103, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (99, 29),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (59, 16),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "cache",
               position: (107, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "listMinutes",
                  position: (108, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (108, 23),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (109, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (109, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "int",
                        position: (109, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (110, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 240,
                     position: (110, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (111, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "How long to cache list info (not the tweets, so keep it high).",
                       position: (111, 26),
                      },
                     ],
                     position: (111, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (108, 32),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "rssMinutes",
                  position: (114, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (114, 22),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (115, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (115, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "int",
                        position: (115, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (116, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 10,
                     position: (116, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (117, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "How long to cache RSS queries.",
                       position: (117, 26),
                      },
                     ],
                     position: (117, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (114, 31),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "redisHost",
                  position: (120, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (120, 21),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (121, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (121, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (121, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (122, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "localhost",
                       position: (122, 22),
                      },
                     ],
                     position: (122, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (123, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Redis host.",
                       position: (123, 26),
                      },
                     ],
                     position: (123, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (120, 30),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "redisPort",
                  position: (126, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (126, 21),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (127, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (127, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "port",
                        position: (127, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (128, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 6379,
                     position: (128, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (129, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Redis port.",
                       position: (129, 26),
                      },
                     ],
                     position: (129, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (126, 30),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "redisConnections",
                  position: (132, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (132, 28),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (133, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (133, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "int",
                        position: (133, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (134, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 20,
                     position: (134, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (135, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Redis connection pool size.",
                       position: (135, 26),
                      },
                     ],
                     position: (135, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (132, 37),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "redisMaxConnections",
                  position: (138, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (138, 31),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (139, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (139, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "int",
                        position: (139, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (140, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 30,
                     position: (140, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (141, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Maximum number of connections to Redis.\n\nNew connections are opened when none are available, but if the\npool size goes above this, they are closed when released, do not\nworry about this unless you receive tons of requests per second.\n",
                       position: (142, 1),
                      },
                     ],
                     position: (141, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (138, 40),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (107, 15),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "config",
               position: (151, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "base64Media",
                  position: (152, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (152, 23),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (153, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (153, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (153, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (154, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (154, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (155, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Use base64 encoding for proxied media URLs.",
                       position: (155, 26),
                      },
                     ],
                     position: (155, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (152, 32),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "tokenCount",
                  position: (158, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (158, 22),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (159, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (159, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "int",
                        position: (159, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (160, 11),
                      },
                     ],
                    },
                    to: Int {
                     value: 10,
                     position: (160, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (161, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Minimum amount of usable tokens.\n\nTokens are used to authorize API requests, but they expire after\n~1 hour, and have a limit of 187 requests. The limit gets reset\nevery 15 minutes, and the pool is filled up so there is always at\nleast tokenCount usable tokens. Only increase this if you receive\nmajor bursts all the time.\n",
                       position: (162, 1),
                      },
                     ],
                     position: (161, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (158, 31),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (151, 16),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "preferences",
               position: (173, 7),
              },
             ],
            },
            to: Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "replaceTwitter",
                  position: (174, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (174, 26),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (175, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (175, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (175, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (176, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [],
                     position: (176, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "example",
                       position: (177, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "nitter.net",
                       position: (177, 22),
                      },
                     ],
                     position: (177, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (178, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Replace Twitter links with links to this instance (blank to disable).",
                       position: (178, 26),
                      },
                     ],
                     position: (178, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (174, 35),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "replaceYouTube",
                  position: (181, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (181, 26),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (182, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (182, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (182, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (183, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [],
                     position: (183, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "example",
                       position: (184, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "piped.kavin.rocks",
                       position: (184, 22),
                      },
                     ],
                     position: (184, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (185, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Replace YouTube links with links to this instance (blank to disable).",
                       position: (185, 26),
                      },
                     ],
                     position: (185, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (181, 35),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "replaceInstagram",
                  position: (188, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (188, 28),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (189, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (189, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (189, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (190, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [],
                     position: (190, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (191, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Replace Instagram links with links to this instance (blank to disable).",
                       position: (191, 26),
                      },
                     ],
                     position: (191, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (188, 37),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "mp4Playback",
                  position: (194, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (194, 23),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (195, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (195, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (195, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (196, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "true",
                     position: (196, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (197, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Enable MP4 video playback.",
                       position: (197, 26),
                      },
                     ],
                     position: (197, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (194, 32),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "hlsPlayback",
                  position: (200, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (200, 23),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (201, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (201, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (201, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (202, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (202, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (203, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Enable HLS video streaming (requires JavaScript).",
                       position: (203, 26),
                      },
                     ],
                     position: (203, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (200, 32),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "proxyVideos",
                  position: (206, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (206, 23),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (207, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (207, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (207, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (208, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "true",
                     position: (208, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (209, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Proxy video streaming through the server (might be slow).",
                       position: (209, 26),
                      },
                     ],
                     position: (209, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (206, 32),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "muteVideos",
                  position: (212, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (212, 22),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (213, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (213, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (213, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (214, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (214, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (215, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Mute videos by default.",
                       position: (215, 26),
                      },
                     ],
                     position: (215, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (212, 31),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "autoplayGifs",
                  position: (218, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (218, 24),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (219, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (219, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (219, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (220, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "true",
                     position: (220, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (221, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Autoplay GIFs.",
                       position: (221, 26),
                      },
                     ],
                     position: (221, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (218, 33),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "theme",
                  position: (224, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (224, 17),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (225, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (225, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "str",
                        position: (225, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (226, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Nitter",
                       position: (226, 22),
                      },
                     ],
                     position: (226, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (227, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Instance theme.",
                       position: (227, 26),
                      },
                     ],
                     position: (227, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (224, 26),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "infiniteScroll",
                  position: (230, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (230, 26),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (231, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (231, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (231, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (232, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (232, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (233, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Infinite scrolling (requires JavaScript, experimental!).",
                       position: (233, 26),
                      },
                     ],
                     position: (233, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (230, 35),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "stickyProfile",
                  position: (236, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (236, 25),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (237, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (237, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (237, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (238, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "true",
                     position: (238, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (239, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Make profile sidebar stick to top.",
                       position: (239, 26),
                      },
                     ],
                     position: (239, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (236, 34),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "bidiSupport",
                  position: (242, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (242, 23),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (243, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (243, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (243, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (244, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (244, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (245, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Support bidirectional text (makes clicking on tweets harder).",
                       position: (245, 26),
                      },
                     ],
                     position: (245, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (242, 32),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "hideTweetStats",
                  position: (248, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (248, 26),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (249, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (249, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (249, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (250, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (250, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (251, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Hide tweet stats (replies, retweets, likes).",
                       position: (251, 26),
                      },
                     ],
                     position: (251, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (248, 35),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "hideBanner",
                  position: (254, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (254, 22),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (255, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (255, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (255, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (256, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (256, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (257, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Hide profile banner.",
                       position: (257, 26),
                      },
                     ],
                     position: (257, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (254, 31),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "hidePins",
                  position: (260, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (260, 20),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (261, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (261, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (261, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (262, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (262, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (263, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Hide pinned tweets.",
                       position: (263, 26),
                      },
                     ],
                     position: (263, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (260, 29),
                 },
                ],
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "hideReplies",
                  position: (266, 9),
                 },
                ],
               },
               to: FunctionApplication {
                function: Variable {
                 identifier: "mkOption",
                 position: (266, 23),
                },
                arguments: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "type",
                       position: (267, 11),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "types",
                      position: (267, 18),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "bool",
                        position: (267, 24),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "default",
                       position: (268, 11),
                      },
                     ],
                    },
                    to: Variable {
                     identifier: "false",
                     position: (268, 21),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "description",
                       position: (269, 11),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "Hide tweet replies.",
                       position: (269, 26),
                      },
                     ],
                     position: (269, 25),
                    },
                   },
                  ],
                  recursive: false,
                  position: (266, 32),
                 },
                ],
               },
              },
             ],
             recursive: false,
             position: (173, 21),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "settings",
               position: (273, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (273, 18),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (274, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (274, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "attrs",
                     position: (274, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (275, 9),
                   },
                  ],
                 },
                 to: Map {
                  bindings: [],
                  recursive: false,
                  position: (275, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (276, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Add settings here to override NixOS module generated settings.\n\nCheck the official repository for the available settings:\nhttps://github.com/zedeus/nitter/blob/master/nitter.conf\n",
                    position: (277, 1),
                   },
                  ],
                  position: (276, 23),
                 },
                },
               ],
               recursive: false,
               position: (273, 27),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "redisCreateLocally",
               position: (284, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (284, 28),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (285, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (285, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (285, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (286, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (286, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (287, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Configure local Redis server for Nitter.",
                    position: (287, 24),
                   },
                  ],
                  position: (287, 23),
                 },
                },
               ],
               recursive: false,
               position: (284, 37),
              },
             ],
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "openFirewall",
               position: (290, 7),
              },
             ],
            },
            to: FunctionApplication {
             function: Variable {
              identifier: "mkOption",
              position: (290, 22),
             },
             arguments: [
              Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "type",
                    position: (291, 9),
                   },
                  ],
                 },
                 to: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (291, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "bool",
                     position: (291, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "default",
                    position: (292, 9),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "false",
                  position: (292, 19),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "description",
                    position: (293, 9),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "Open ports in the firewall for Nitter web interface.",
                    position: (293, 24),
                   },
                  ],
                  position: (293, 23),
                 },
                },
               ],
               recursive: false,
               position: (290, 31),
              },
             ],
            },
           },
          ],
          recursive: false,
          position: (49, 23),
         },
        },
       ],
       recursive: false,
       position: (48, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (298, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (298, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (298, 17),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "enable",
            position: (298, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "assertions",
              position: (299, 5),
             },
            ],
           },
           to: List {
            elements: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "assertion",
                   position: (301, 9),
                  },
                 ],
                },
                to: BinaryOperation {
                 operator: LogicalOr,
                 operands: [
                  UnaryOperation {
                   operator: Not,
                   operand: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (301, 22),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "redisCreateLocally",
                       position: (301, 26),
                      },
                     ],
                    },
                    default: None,
                   },
                   position: (301, 21),
                  },
                  Parentheses {
                   expression: BinaryOperation {
                    operator: LogicalAnd,
                    operands: [
                     BinaryOperation {
                      operator: EqualTo,
                      operands: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (301, 49),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "cache",
                           position: (301, 53),
                          },
                          Raw {
                           content: "redisHost",
                           position: (301, 59),
                          },
                         ],
                        },
                        default: None,
                       },
                       String {
                        parts: [
                         Raw {
                          content: "localhost",
                          position: (301, 73),
                         },
                        ],
                        position: (301, 72),
                       },
                      ],
                      position: (301, 69),
                     },
                     BinaryOperation {
                      operator: EqualTo,
                      operands: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (301, 87),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "cache",
                           position: (301, 91),
                          },
                          Raw {
                           content: "redisPort",
                           position: (301, 97),
                          },
                         ],
                        },
                        default: None,
                       },
                       Int {
                        value: 6379,
                        position: (301, 110),
                       },
                      ],
                      position: (301, 107),
                     },
                    ],
                    position: (301, 84),
                   },
                   position: (301, 48),
                  },
                 ],
                 position: (301, 45),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "message",
                   position: (302, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "When services.nitter.redisCreateLocally is enabled, you need to use localhost:6379 as a cache server.",
                   position: (302, 20),
                  },
                 ],
                 position: (302, 19),
                },
               },
              ],
              recursive: false,
              position: (300, 7),
             },
            ],
            position: (299, 18),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "systemd",
              position: (306, 5),
             },
             Raw {
              content: "services",
              position: (306, 13),
             },
             Raw {
              content: "nitter",
              position: (306, 22),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (307, 9),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Nitter (An alternative Twitter front-end)",
                 position: (307, 24),
                },
               ],
               position: (307, 23),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "wantedBy",
                 position: (308, 9),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "multi-user.target",
                   position: (308, 23),
                  },
                 ],
                 position: (308, 22),
                },
               ],
               position: (308, 20),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "after",
                 position: (309, 9),
                },
               ],
              },
              to: List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "network.target",
                   position: (309, 20),
                  },
                 ],
                 position: (309, 19),
                },
               ],
               position: (309, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "serviceConfig",
                 position: (310, 9),
                },
               ],
              },
              to: Map {
               bindings: [
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "DynamicUser",
                    position: (311, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (311, 25),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "StateDirectory",
                    position: (312, 11),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "nitter",
                    position: (312, 29),
                   },
                  ],
                  position: (312, 28),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "Environment",
                    position: (313, 11),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "NITTER_CONF_FILE=/var/lib/nitter/nitter.conf",
                      position: (313, 28),
                     },
                    ],
                    position: (313, 27),
                   },
                  ],
                  position: (313, 25),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "WorkingDirectory",
                    position: (316, 11),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Interpolation {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (316, 33),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "package",
                        position: (316, 37),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/share/nitter",
                    position: (316, 45),
                   },
                  ],
                  position: (316, 30),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ExecStart",
                    position: (317, 11),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Interpolation {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (317, 26),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "package",
                        position: (317, 30),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/nitter",
                    position: (317, 38),
                   },
                  ],
                  position: (317, 23),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ExecStartPre",
                    position: (318, 11),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Interpolation {
                    expression: Variable {
                     identifier: "preStart",
                     position: (318, 29),
                    },
                   },
                  ],
                  position: (318, 26),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "AmbientCapabilities",
                    position: (319, 11),
                   },
                  ],
                 },
                 to: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "lib",
                    position: (319, 33),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "mkIf",
                      position: (319, 37),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   Parentheses {
                    expression: BinaryOperation {
                     operator: LessThan,
                     operands: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (319, 43),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "server",
                          position: (319, 47),
                         },
                         Raw {
                          content: "port",
                          position: (319, 54),
                         },
                        ],
                       },
                       default: None,
                      },
                      Int {
                       value: 1024,
                       position: (319, 61),
                      },
                     ],
                     position: (319, 59),
                    },
                    position: (319, 42),
                   },
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "CAP_NET_BIND_SERVICE",
                        position: (319, 70),
                       },
                      ],
                      position: (319, 69),
                     },
                    ],
                    position: (319, 67),
                   },
                  ],
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "Restart",
                    position: (320, 11),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "on-failure",
                    position: (320, 22),
                   },
                  ],
                  position: (320, 21),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestartSec",
                    position: (321, 11),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "5s",
                    position: (321, 25),
                   },
                  ],
                  position: (321, 24),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "CapabilityBoundingSet",
                    position: (323, 11),
                   },
                  ],
                 },
                 to: IfThenElse {
                  predicate: Parentheses {
                   expression: BinaryOperation {
                    operator: LessThan,
                    operands: [
                     PropertyAccess {
                      expression: Variable {
                       identifier: "cfg",
                       position: (323, 39),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "server",
                         position: (323, 43),
                        },
                        Raw {
                         content: "port",
                         position: (323, 50),
                        },
                       ],
                      },
                      default: None,
                     },
                     Int {
                      value: 1024,
                      position: (323, 57),
                     },
                    ],
                    position: (323, 55),
                   },
                   position: (323, 38),
                  },
                  then: List {
                   elements: [
                    String {
                     parts: [
                      Raw {
                       content: "CAP_NET_BIND_SERVICE",
                       position: (323, 71),
                      },
                     ],
                     position: (323, 70),
                    },
                   ],
                   position: (323, 68),
                  },
                  else_: List {
                   elements: [
                    String {
                     parts: [],
                     position: (323, 102),
                    },
                   ],
                   position: (323, 100),
                  },
                  position: (323, 35),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "DeviceAllow",
                    position: (324, 11),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   String {
                    parts: [],
                    position: (324, 27),
                   },
                  ],
                  position: (324, 25),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "LockPersonality",
                    position: (325, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (325, 29),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "MemoryDenyWriteExecute",
                    position: (326, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (326, 36),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "PrivateDevices",
                    position: (327, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (327, 28),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "PrivateUsers",
                    position: (330, 11),
                   },
                  ],
                 },
                 to: Parentheses {
                  expression: BinaryOperation {
                   operator: GreaterThanOrEqualTo,
                   operands: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (330, 27),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "server",
                        position: (330, 31),
                       },
                       Raw {
                        content: "port",
                        position: (330, 38),
                       },
                      ],
                     },
                     default: None,
                    },
                    Int {
                     value: 1024,
                     position: (330, 46),
                    },
                   ],
                   position: (330, 43),
                  },
                  position: (330, 26),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProcSubset",
                    position: (331, 11),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "pid",
                    position: (331, 25),
                   },
                  ],
                  position: (331, 24),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectClock",
                    position: (332, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (332, 26),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectControlGroups",
                    position: (333, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (333, 34),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectHome",
                    position: (334, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (334, 25),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectHostname",
                    position: (335, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (335, 29),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectKernelLogs",
                    position: (336, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (336, 31),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectKernelModules",
                    position: (337, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (337, 34),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectKernelTunables",
                    position: (338, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (338, 35),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "ProtectProc",
                    position: (339, 11),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "invisible",
                    position: (339, 26),
                   },
                  ],
                  position: (339, 25),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestrictAddressFamilies",
                    position: (340, 11),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "AF_INET",
                      position: (340, 40),
                     },
                    ],
                    position: (340, 39),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "AF_INET6",
                      position: (340, 50),
                     },
                    ],
                    position: (340, 49),
                   },
                  ],
                  position: (340, 37),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestrictNamespaces",
                    position: (341, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (341, 32),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestrictRealtime",
                    position: (342, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (342, 30),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "RestrictSUIDSGID",
                    position: (343, 11),
                   },
                  ],
                 },
                 to: Variable {
                  identifier: "true",
                  position: (343, 30),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "SystemCallArchitectures",
                    position: (344, 11),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "native",
                    position: (344, 38),
                   },
                  ],
                  position: (344, 37),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "SystemCallFilter",
                    position: (345, 11),
                   },
                  ],
                 },
                 to: List {
                  elements: [
                   String {
                    parts: [
                     Raw {
                      content: "@system-service",
                      position: (345, 33),
                     },
                    ],
                    position: (345, 32),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "~@privileged",
                      position: (345, 51),
                     },
                    ],
                    position: (345, 50),
                   },
                   String {
                    parts: [
                     Raw {
                      content: "~@resources",
                      position: (345, 66),
                     },
                    ],
                    position: (345, 65),
                   },
                  ],
                  position: (345, 30),
                 },
                },
                Binding {
                 from: AttributePath {
                  parts: [
                   Raw {
                    content: "UMask",
                    position: (346, 11),
                   },
                  ],
                 },
                 to: String {
                  parts: [
                   Raw {
                    content: "0077",
                    position: (346, 20),
                   },
                  ],
                  position: (346, 19),
                 },
                },
               ],
               recursive: false,
               position: (310, 25),
              },
             },
            ],
            recursive: false,
            position: (306, 31),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "services",
              position: (350, 5),
             },
             Raw {
              content: "redis",
              position: (350, 14),
             },
            ],
           },
           to: FunctionApplication {
            function: PropertyAccess {
             expression: Variable {
              identifier: "lib",
              position: (350, 22),
             },
             attribute_path: AttributePath {
              parts: [
               Raw {
                content: "mkIf",
                position: (350, 26),
               },
              ],
             },
             default: None,
            },
            arguments: [
             Parentheses {
              expression: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (350, 32),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "redisCreateLocally",
                  position: (350, 36),
                 },
                ],
               },
               default: None,
              },
              position: (350, 31),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "enable",
                   position: (351, 7),
                  },
                 ],
                },
                to: Variable {
                 identifier: "true",
                 position: (351, 16),
                },
               },
              ],
              recursive: false,
              position: (350, 56),
             },
            ],
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "networking",
              position: (354, 5),
             },
             Raw {
              content: "firewall",
              position: (354, 16),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (354, 27),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (354, 32),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "openFirewall",
                 position: (354, 36),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "allowedTCPPorts",
                   position: (355, 7),
                  },
                 ],
                },
                to: List {
                 elements: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (355, 27),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "server",
                      position: (355, 31),
                     },
                     Raw {
                      content: "port",
                      position: (355, 38),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (355, 25),
                },
               },
              ],
              recursive: false,
              position: (354, 49),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (298, 28),
        },
       ],
      },
     },
    ],
    recursive: false,
    position: (47, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}