---
Function {
 argument: Simple {
  identifier: "srv",
 },
 definition: Function {
  argument: Destructured {
   identifier: None,
   arguments: [
    DestructuredArgument {
     identifier: "configIniOfService",
     default: None,
    },
    DestructuredArgument {
     identifier: "srvsrht",
     default: Some(
      String {
       parts: [
        Interpolation {
         expression: Variable {
          identifier: "srv",
          position: (3, 16),
         },
        },
        Raw {
         content: "srht",
         position: (3, 20),
        },
       ],
       position: (3, 13),
      },
     ),
    },
    DestructuredArgument {
     identifier: "iniKey",
     default: Some(
      String {
       parts: [
        Interpolation {
         expression: Variable {
          identifier: "srv",
          position: (4, 15),
         },
        },
        Raw {
         content: ".sr.ht",
         position: (4, 19),
        },
       ],
       position: (4, 12),
      },
     ),
    },
    DestructuredArgument {
     identifier: "webhooks",
     default: Some(
      Variable {
       identifier: "false",
       position: (5, 14),
      },
     ),
    },
    DestructuredArgument {
     identifier: "extraTimers",
     default: Some(
      Map {
       bindings: [],
       recursive: false,
       position: (6, 17),
      },
     ),
    },
    DestructuredArgument {
     identifier: "mainService",
     default: Some(
      Map {
       bindings: [],
       recursive: false,
       position: (7, 17),
      },
     ),
    },
    DestructuredArgument {
     identifier: "extraServices",
     default: Some(
      Map {
       bindings: [],
       recursive: false,
       position: (8, 19),
      },
     ),
    },
    DestructuredArgument {
     identifier: "extraConfig",
     default: Some(
      Map {
       bindings: [],
       recursive: false,
       position: (9, 17),
      },
     ),
    },
    DestructuredArgument {
     identifier: "port",
     default: None,
    },
   ],
   ellipsis: false,
  },
  definition: 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: (14, 6),
    },
    target: LetIn {
     bindings: [
      Inherit {
       from: Some(
        PropertyAccess {
         expression: Variable {
          identifier: "config",
          position: (16, 12),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "services",
            position: (16, 19),
           },
          ],
         },
         default: None,
        },
       ),
       attributes: [
        Raw {
         content: "postgresql",
         position: (16, 29),
        },
       ],
      },
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "redis",
          position: (17, 3),
         },
        ],
       },
       to: PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (17, 11),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "services",
           position: (17, 18),
          },
          Raw {
           content: "redis",
           position: (17, 27),
          },
          Raw {
           content: "servers",
           position: (17, 33),
          },
          Expression {
           ast: String {
            parts: [
             Raw {
              content: "sourcehut-",
              position: (17, 42),
             },
             Interpolation {
              expression: Variable {
               identifier: "srvsrht",
               position: (17, 54),
              },
             },
            ],
            position: (17, 41),
           },
          },
         ],
        },
        default: None,
       },
      },
      Inherit {
       from: Some(
        PropertyAccess {
         expression: Variable {
          identifier: "config",
          position: (18, 12),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "users",
            position: (18, 19),
           },
          ],
         },
         default: None,
        },
       ),
       attributes: [
        Raw {
         content: "users",
         position: (18, 26),
        },
       ],
      },
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "cfg",
          position: (19, 3),
         },
        ],
       },
       to: PropertyAccess {
        expression: Variable {
         identifier: "config",
         position: (19, 9),
        },
        attribute_path: AttributePath {
         parts: [
          Raw {
           content: "services",
           position: (19, 16),
          },
          Raw {
           content: "sourcehut",
           position: (19, 25),
          },
         ],
        },
        default: None,
       },
      },
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "configIni",
          position: (20, 3),
         },
        ],
       },
       to: FunctionApplication {
        function: Variable {
         identifier: "configIniOfService",
         position: (20, 15),
        },
        arguments: [
         Variable {
          identifier: "srv",
          position: (20, 34),
         },
        ],
       },
      },
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "srvCfg",
          position: (21, 3),
         },
        ],
       },
       to: PropertyAccess {
        expression: Variable {
         identifier: "cfg",
         position: (21, 12),
        },
        attribute_path: AttributePath {
         parts: [
          Interpolation {
           expression: Variable {
            identifier: "srv",
            position: (21, 18),
           },
          },
         ],
        },
        default: None,
       },
      },
      Binding {
       from: AttributePath {
        parts: [
         Raw {
          content: "baseService",
          position: (22, 3),
         },
        ],
       },
       to: Function {
        argument: Simple {
         identifier: "serviceName",
        },
        definition: Function {
         argument: Destructured {
          identifier: None,
          arguments: [
           DestructuredArgument {
            identifier: "allowStripe",
            default: Some(
             Variable {
              identifier: "false",
              position: (22, 46),
             },
            ),
           },
          ],
          ellipsis: false,
         },
         definition: Function {
          argument: Simple {
           identifier: "extraService",
          },
          definition: LetIn {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "runDir",
                position: (23, 5),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "/run/sourcehut/",
                position: (23, 15),
               },
               Interpolation {
                expression: Variable {
                 identifier: "serviceName",
                 position: (23, 32),
                },
               },
              ],
              position: (23, 14),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "rootDir",
                position: (24, 5),
               },
              ],
             },
             to: String {
              parts: [
               Raw {
                content: "/run/sourcehut/chroots/",
                position: (24, 16),
               },
               Interpolation {
                expression: Variable {
                 identifier: "serviceName",
                 position: (24, 41),
                },
               },
              ],
              position: (24, 15),
             },
            },
           ],
           target: FunctionApplication {
            function: Variable {
             identifier: "mkMerge",
             position: (26, 5),
            },
            arguments: [
             List {
              elements: [
               Variable {
                identifier: "extraService",
                position: (26, 15),
               },
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "after",
                     position: (27, 5),
                    },
                   ],
                  },
                  to: BinaryOperation {
                   operator: Concatenation,
                   operands: [
                    List {
                     elements: [
                      String {
                       parts: [
                        Raw {
                         content: "network.target",
                         position: (27, 16),
                        },
                       ],
                       position: (27, 15),
                      },
                     ],
                     position: (27, 13),
                    },
                    BinaryOperation {
                     operator: Concatenation,
                     operands: [
                      FunctionApplication {
                       function: Variable {
                        identifier: "optional",
                        position: (28, 7),
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (28, 16),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "postgresql",
                            position: (28, 20),
                           },
                           Raw {
                            content: "enable",
                            position: (28, 31),
                           },
                          ],
                         },
                         default: None,
                        },
                        String {
                         parts: [
                          Raw {
                           content: "postgresql.service",
                           position: (28, 39),
                          },
                         ],
                         position: (28, 38),
                        },
                       ],
                      },
                      FunctionApplication {
                       function: Variable {
                        identifier: "optional",
                        position: (29, 7),
                       },
                       arguments: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (29, 16),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "redis",
                            position: (29, 20),
                           },
                           Raw {
                            content: "enable",
                            position: (29, 26),
                           },
                          ],
                         },
                         default: None,
                        },
                        String {
                         parts: [
                          Raw {
                           content: "redis-sourcehut-",
                           position: (29, 34),
                          },
                          Interpolation {
                           expression: Variable {
                            identifier: "srvsrht",
                            position: (29, 52),
                           },
                          },
                          Raw {
                           content: ".service",
                           position: (29, 60),
                          },
                         ],
                         position: (29, 33),
                        },
                       ],
                      },
                     ],
                     position: (28, 59),
                    },
                   ],
                   position: (27, 34),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "requires",
                     position: (30, 5),
                    },
                   ],
                  },
                  to: BinaryOperation {
                   operator: Concatenation,
                   operands: [
                    FunctionApplication {
                     function: Variable {
                      identifier: "optional",
                      position: (31, 7),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (31, 16),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "postgresql",
                          position: (31, 20),
                         },
                         Raw {
                          content: "enable",
                          position: (31, 31),
                         },
                        ],
                       },
                       default: None,
                      },
                      String {
                       parts: [
                        Raw {
                         content: "postgresql.service",
                         position: (31, 39),
                        },
                       ],
                       position: (31, 38),
                      },
                     ],
                    },
                    FunctionApplication {
                     function: Variable {
                      identifier: "optional",
                      position: (32, 7),
                     },
                     arguments: [
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (32, 16),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "redis",
                          position: (32, 20),
                         },
                         Raw {
                          content: "enable",
                          position: (32, 26),
                         },
                        ],
                       },
                       default: None,
                      },
                      String {
                       parts: [
                        Raw {
                         content: "redis-sourcehut-",
                         position: (32, 34),
                        },
                        Interpolation {
                         expression: Variable {
                          identifier: "srvsrht",
                          position: (32, 52),
                         },
                        },
                        Raw {
                         content: ".service",
                         position: (32, 60),
                        },
                       ],
                       position: (32, 33),
                      },
                     ],
                    },
                   ],
                   position: (31, 59),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "path",
                     position: (33, 5),
                    },
                   ],
                  },
                  to: List {
                   elements: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "pkgs",
                      position: (33, 14),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "gawk",
                        position: (33, 19),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                   position: (33, 12),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "environment",
                     position: (34, 5),
                    },
                    Raw {
                     content: "HOME",
                     position: (34, 17),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "runDir",
                   position: (34, 24),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "serviceConfig",
                     position: (35, 5),
                    },
                   ],
                  },
                  to: Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "User",
                        position: (36, 7),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: Variable {
                       identifier: "mkDefault",
                       position: (36, 14),
                      },
                      arguments: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "srvCfg",
                         position: (36, 24),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "user",
                           position: (36, 31),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "Group",
                        position: (37, 7),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: Variable {
                       identifier: "mkDefault",
                       position: (37, 15),
                      },
                      arguments: [
                       PropertyAccess {
                        expression: Variable {
                         identifier: "srvCfg",
                         position: (37, 25),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "group",
                           position: (37, 32),
                          },
                         ],
                        },
                        default: None,
                       },
                      ],
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "RuntimeDirectory",
                        position: (38, 7),
                       },
                      ],
                     },
                     to: List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "sourcehut/",
                          position: (39, 10),
                         },
                         Interpolation {
                          expression: Variable {
                           identifier: "serviceName",
                           position: (39, 22),
                          },
                         },
                        ],
                        position: (39, 9),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "sourcehut/",
                          position: (41, 10),
                         },
                         Interpolation {
                          expression: Variable {
                           identifier: "serviceName",
                           position: (41, 22),
                          },
                         },
                         Raw {
                          content: "/subdir",
                          position: (41, 34),
                         },
                        ],
                        position: (41, 9),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "sourcehut/chroots/",
                          position: (42, 10),
                         },
                         Interpolation {
                          expression: Variable {
                           identifier: "serviceName",
                           position: (42, 30),
                          },
                         },
                        ],
                        position: (42, 9),
                       },
                      ],
                      position: (38, 26),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "RuntimeDirectoryMode",
                        position: (44, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "2750",
                        position: (44, 31),
                       },
                      ],
                      position: (44, 30),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "InaccessiblePaths",
                        position: (46, 7),
                       },
                      ],
                     },
                     to: List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "-+",
                          position: (46, 30),
                         },
                         Interpolation {
                          expression: Variable {
                           identifier: "rootDir",
                           position: (46, 34),
                          },
                         },
                        ],
                        position: (46, 29),
                       },
                      ],
                      position: (46, 27),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "UMask",
                        position: (51, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "0026",
                        position: (51, 16),
                       },
                      ],
                      position: (51, 15),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "RootDirectory",
                        position: (52, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "rootDir",
                      position: (52, 23),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "RootDirectoryStartOnly",
                        position: (53, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (53, 32),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "PrivateTmp",
                        position: (54, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (54, 20),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "MountAPIVFS",
                        position: (55, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (55, 21),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "WorkingDirectory",
                        position: (58, 7),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: Variable {
                       identifier: "mkDefault",
                       position: (58, 26),
                      },
                      arguments: [
                       Parentheses {
                        expression: BinaryOperation {
                         operator: Addition,
                         operands: [
                          String {
                           parts: [
                            Raw {
                             content: "-",
                             position: (58, 38),
                            },
                           ],
                           position: (58, 37),
                          },
                          Variable {
                           identifier: "runDir",
                           position: (58, 41),
                          },
                         ],
                         position: (58, 40),
                        },
                        position: (58, 36),
                       },
                      ],
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "BindReadOnlyPaths",
                        position: (59, 7),
                       },
                      ],
                     },
                     to: BinaryOperation {
                      operator: Concatenation,
                      operands: [
                       List {
                        elements: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "builtins",
                           position: (60, 9),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "storeDir",
                             position: (60, 18),
                            },
                           ],
                          },
                          default: None,
                         },
                         String {
                          parts: [
                           Raw {
                            content: "/etc",
                            position: (61, 10),
                           },
                          ],
                          position: (61, 9),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "/run/booted-system",
                            position: (62, 10),
                           },
                          ],
                          position: (62, 9),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "/run/current-system",
                            position: (63, 10),
                           },
                          ],
                          position: (63, 9),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "/run/systemd",
                            position: (64, 10),
                           },
                          ],
                          position: (64, 9),
                         },
                        ],
                        position: (59, 27),
                       },
                       BinaryOperation {
                        operator: Concatenation,
                        operands: [
                         FunctionApplication {
                          function: Variable {
                           identifier: "optional",
                           position: (66, 9),
                          },
                          arguments: [
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (66, 18),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "postgresql",
                               position: (66, 22),
                              },
                              Raw {
                               content: "enable",
                               position: (66, 33),
                              },
                             ],
                            },
                            default: None,
                           },
                           String {
                            parts: [
                             Raw {
                              content: "/run/postgresql",
                              position: (66, 41),
                             },
                            ],
                            position: (66, 40),
                           },
                          ],
                         },
                         FunctionApplication {
                          function: Variable {
                           identifier: "optional",
                           position: (67, 9),
                          },
                          arguments: [
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (67, 18),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "redis",
                               position: (67, 22),
                              },
                              Raw {
                               content: "enable",
                               position: (67, 28),
                              },
                             ],
                            },
                            default: None,
                           },
                           String {
                            parts: [
                             Raw {
                              content: "/run/redis-sourcehut-",
                              position: (67, 36),
                             },
                             Interpolation {
                              expression: Variable {
                               identifier: "srvsrht",
                               position: (67, 59),
                              },
                             },
                            ],
                            position: (67, 35),
                           },
                          ],
                         },
                        ],
                        position: (66, 58),
                       },
                      ],
                      position: (65, 11),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ExecStartPre",
                        position: (72, 7),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: Variable {
                       identifier: "mkBefore",
                       position: (72, 22),
                      },
                      arguments: [
                       List {
                        elements: [
                         Parentheses {
                          expression: BinaryOperation {
                           operator: Addition,
                           operands: [
                            String {
                             parts: [
                              Raw {
                               content: "+",
                               position: (72, 34),
                              },
                             ],
                             position: (72, 33),
                            },
                            FunctionApplication {
                             function: PropertyAccess {
                              expression: Variable {
                               identifier: "pkgs",
                               position: (72, 37),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "writeShellScript",
                                 position: (72, 42),
                                },
                               ],
                              },
                              default: None,
                             },
                             arguments: [
                              String {
                               parts: [
                                Interpolation {
                                 expression: Variable {
                                  identifier: "serviceName",
                                  position: (72, 62),
                                 },
                                },
                                Raw {
                                 content: "-credentials",
                                 position: (72, 74),
                                },
                               ],
                               position: (72, 59),
                              },
                              String {
                               parts: [
                                Raw {
                                 content: "set -x\n# Replace values begining with a '<' by the content of the file whose name is after.\ngawk '{ if (match($0,/^([^=]+=)<(.+)/,m)) { getline f < m[2]; print m[1] f } else print $0 }' ",
                                 position: (73, 1),
                                },
                                Interpolation {
                                 expression: Variable {
                                  identifier: "configIni",
                                  position: (75, 105),
                                 },
                                },
                                Raw {
                                 content: " |\n",
                                 position: (75, 115),
                                },
                                Interpolation {
                                 expression: FunctionApplication {
                                  function: Variable {
                                   identifier: "optionalString",
                                   position: (76, 11),
                                  },
                                  arguments: [
                                   Parentheses {
                                    expression: UnaryOperation {
                                     operator: Not,
                                     operand: Variable {
                                      identifier: "allowStripe",
                                      position: (76, 28),
                                     },
                                     position: (76, 27),
                                    },
                                    position: (76, 26),
                                   },
                                   String {
                                    parts: [
                                     Raw {
                                      content: "gawk '!/^stripe-secret-key=/' |",
                                      position: (76, 42),
                                     },
                                    ],
                                    position: (76, 41),
                                   },
                                  ],
                                 },
                                },
                                Raw {
                                 content: "\ninstall -o ",
                                 position: (76, 75),
                                },
                                Interpolation {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "srvCfg",
                                   position: (77, 22),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "user",
                                     position: (77, 29),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                },
                                Raw {
                                 content: " -g root -m 400 /dev/stdin ",
                                 position: (77, 34),
                                },
                                Interpolation {
                                 expression: Variable {
                                  identifier: "runDir",
                                  position: (77, 63),
                                 },
                                },
                                Raw {
                                 content: "/config.ini\n",
                                 position: (77, 70),
                                },
                               ],
                               position: (72, 88),
                              },
                             ],
                            },
                           ],
                           position: (72, 36),
                          },
                          position: (72, 32),
                         },
                        ],
                        position: (72, 31),
                       },
                      ],
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "AmbientCapabilities",
                        position: (81, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [],
                      position: (81, 29),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "CapabilityBoundingSet",
                        position: (82, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [],
                      position: (82, 31),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "DeviceAllow",
                        position: (84, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [],
                      position: (84, 21),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "LockPersonality",
                        position: (85, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (85, 25),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "MemoryDenyWriteExecute",
                        position: (86, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (86, 32),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "NoNewPrivileges",
                        position: (87, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (87, 25),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "PrivateDevices",
                        position: (88, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (88, 24),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "PrivateMounts",
                        position: (89, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (89, 23),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "PrivateNetwork",
                        position: (90, 7),
                       },
                      ],
                     },
                     to: FunctionApplication {
                      function: Variable {
                       identifier: "mkDefault",
                       position: (90, 24),
                      },
                      arguments: [
                       Variable {
                        identifier: "false",
                        position: (90, 34),
                       },
                      ],
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "PrivateUsers",
                        position: (91, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (91, 22),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ProcSubset",
                        position: (92, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "pid",
                        position: (92, 21),
                       },
                      ],
                      position: (92, 20),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ProtectClock",
                        position: (93, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (93, 22),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ProtectControlGroups",
                        position: (94, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (94, 30),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ProtectHome",
                        position: (95, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (95, 21),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ProtectHostname",
                        position: (96, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (96, 25),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ProtectKernelLogs",
                        position: (97, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (97, 27),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ProtectKernelModules",
                        position: (98, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (98, 30),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ProtectKernelTunables",
                        position: (99, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (99, 31),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ProtectProc",
                        position: (100, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "invisible",
                        position: (100, 22),
                       },
                      ],
                      position: (100, 21),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "ProtectSystem",
                        position: (101, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "strict",
                        position: (101, 24),
                       },
                      ],
                      position: (101, 23),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "RemoveIPC",
                        position: (102, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (102, 19),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "RestrictAddressFamilies",
                        position: (103, 7),
                       },
                      ],
                     },
                     to: List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "AF_UNIX",
                          position: (103, 36),
                         },
                        ],
                        position: (103, 35),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "AF_INET",
                          position: (103, 46),
                         },
                        ],
                        position: (103, 45),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "AF_INET6",
                          position: (103, 56),
                         },
                        ],
                        position: (103, 55),
                       },
                      ],
                      position: (103, 33),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "RestrictNamespaces",
                        position: (104, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (104, 28),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "RestrictRealtime",
                        position: (105, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (105, 26),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "RestrictSUIDSGID",
                        position: (106, 7),
                       },
                      ],
                     },
                     to: Variable {
                      identifier: "true",
                      position: (106, 26),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "SystemCallFilter",
                        position: (109, 7),
                       },
                      ],
                     },
                     to: List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "@system-service",
                          position: (110, 10),
                         },
                        ],
                        position: (110, 9),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "~@aio",
                          position: (111, 10),
                         },
                        ],
                        position: (111, 9),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "~@keyring",
                          position: (111, 18),
                         },
                        ],
                        position: (111, 17),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "~@memlock",
                          position: (111, 30),
                         },
                        ],
                        position: (111, 29),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "~@privileged",
                          position: (111, 42),
                         },
                        ],
                        position: (111, 41),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "~@resources",
                          position: (111, 57),
                         },
                        ],
                        position: (111, 56),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "~@timer",
                          position: (111, 71),
                         },
                        ],
                        position: (111, 70),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "@chown",
                          position: (112, 10),
                         },
                        ],
                        position: (112, 9),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "@setuid",
                          position: (112, 19),
                         },
                        ],
                        position: (112, 18),
                       },
                      ],
                      position: (109, 26),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "SystemCallArchitectures",
                        position: (114, 7),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "native",
                        position: (114, 34),
                       },
                      ],
                      position: (114, 33),
                     },
                    },
                   ],
                   recursive: false,
                   position: (35, 21),
                  },
                 },
                ],
                recursive: false,
                position: (26, 28),
               },
              ],
              position: (26, 13),
             },
            ],
           },
           position: (22, 69),
          },
          position: (22, 55),
         },
         position: (22, 30),
        },
        position: (22, 17),
       },
      },
     ],
     target: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "options",
           position: (119, 3),
          },
          Raw {
           content: "services",
           position: (119, 11),
          },
          Raw {
           content: "sourcehut",
           position: (119, 20),
          },
          Interpolation {
           expression: Variable {
            identifier: "srv",
            position: (119, 32),
           },
          },
         ],
        },
        to: BinaryOperation {
         operator: Update,
         operands: [
          Map {
           bindings: [
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "enable",
                position: (120, 5),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkEnableOption",
               position: (120, 14),
              },
              arguments: [
               String {
                parts: [
                 Interpolation {
                  expression: Variable {
                   identifier: "srv",
                   position: (120, 32),
                  },
                 },
                 Raw {
                  content: " service",
                  position: (120, 36),
                 },
                ],
                position: (120, 29),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "user",
                position: (122, 5),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (122, 12),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (123, 7),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (123, 14),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (123, 20),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (124, 7),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "srvsrht",
                   position: (124, 17),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (125, 7),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "User for ",
                     position: (126, 1),
                    },
                    Interpolation {
                     expression: Variable {
                      identifier: "srv",
                      position: (126, 20),
                     },
                    },
                    Raw {
                     content: ".sr.ht.\n",
                     position: (126, 24),
                    },
                   ],
                   position: (125, 21),
                  },
                 },
                ],
                recursive: false,
                position: (122, 21),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "group",
                position: (130, 5),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (130, 13),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (131, 7),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (131, 14),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "str",
                      position: (131, 20),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (132, 7),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "srvsrht",
                   position: (132, 17),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (133, 7),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Group for ",
                     position: (134, 1),
                    },
                    Interpolation {
                     expression: Variable {
                      identifier: "srv",
                      position: (134, 21),
                     },
                    },
                    Raw {
                     content: ".sr.ht.\nMembership grants access to the Git/Mercurial repositories by default,\nbut not to the config.ini file (where secrets are).\n",
                     position: (134, 25),
                    },
                   ],
                   position: (133, 21),
                  },
                 },
                ],
                recursive: false,
                position: (130, 22),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "port",
                position: (140, 5),
               },
              ],
             },
             to: FunctionApplication {
              function: Variable {
               identifier: "mkOption",
               position: (140, 12),
              },
              arguments: [
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "type",
                     position: (141, 7),
                    },
                   ],
                  },
                  to: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (141, 14),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "port",
                      position: (141, 20),
                     },
                    ],
                   },
                   default: None,
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "default",
                     position: (142, 7),
                    },
                   ],
                  },
                  to: Variable {
                   identifier: "port",
                   position: (142, 17),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "description",
                     position: (143, 7),
                    },
                   ],
                  },
                  to: String {
                   parts: [
                    Raw {
                     content: "Port on which the \"",
                     position: (144, 1),
                    },
                    Interpolation {
                     expression: Variable {
                      identifier: "srv",
                      position: (144, 30),
                     },
                    },
                    Raw {
                     content: "\" backend should listen.\n",
                     position: (144, 34),
                    },
                   ],
                   position: (143, 21),
                  },
                 },
                ],
                recursive: false,
                position: (140, 21),
               },
              ],
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "redis",
                position: (148, 5),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "host",
                   position: (149, 7),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (149, 14),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (150, 9),
                       },
                      ],
                     },
                     to: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (150, 16),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "str",
                         position: (150, 22),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "default",
                        position: (151, 9),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "unix:/run/redis-sourcehut-",
                        position: (151, 20),
                       },
                       Interpolation {
                        expression: Variable {
                         identifier: "srvsrht",
                         position: (151, 48),
                        },
                       },
                       Raw {
                        content: "/redis.sock?db=0",
                        position: (151, 56),
                       },
                      ],
                      position: (151, 19),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "example",
                        position: (152, 9),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "redis://shared.wireguard:6379/0",
                        position: (152, 20),
                       },
                      ],
                      position: (152, 19),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "description",
                        position: (153, 9),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "The redis host URL. This is used for caching and temporary storage, and must\nbe shared between nodes (e.g. git1.sr.ht and git2.sr.ht), but need not be\nshared between services. It may be shared between services, however, with no\nill effect, if this better suits your infrastructure.\n",
                        position: (154, 1),
                       },
                      ],
                      position: (153, 23),
                     },
                    },
                   ],
                   recursive: false,
                   position: (149, 23),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (148, 13),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "postgresql",
                position: (162, 5),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "database",
                   position: (163, 7),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (163, 18),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (164, 9),
                       },
                      ],
                     },
                     to: PropertyAccess {
                      expression: Variable {
                       identifier: "types",
                       position: (164, 16),
                      },
                      attribute_path: AttributePath {
                       parts: [
                        Raw {
                         content: "str",
                         position: (164, 22),
                        },
                       ],
                      },
                      default: None,
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "default",
                        position: (165, 9),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Interpolation {
                        expression: Variable {
                         identifier: "srv",
                         position: (165, 22),
                        },
                       },
                       Raw {
                        content: ".sr.ht",
                        position: (165, 26),
                       },
                      ],
                      position: (165, 19),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "description",
                        position: (166, 9),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "PostgreSQL database name for the ",
                        position: (167, 1),
                       },
                       Interpolation {
                        expression: Variable {
                         identifier: "srv",
                         position: (167, 46),
                        },
                       },
                       Raw {
                        content: ".sr.ht service,\nused if <xref linkend=\"opt-services.sourcehut.postgresql.enable\"/> is <literal>true</literal>.\n",
                        position: (167, 50),
                       },
                      ],
                      position: (166, 23),
                     },
                    },
                   ],
                   recursive: false,
                   position: (163, 27),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (162, 18),
             },
            },
            Binding {
             from: AttributePath {
              parts: [
               Raw {
                content: "gunicorn",
                position: (173, 5),
               },
              ],
             },
             to: Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "extraArgs",
                   position: (174, 7),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkOption",
                  position: (174, 19),
                 },
                 arguments: [
                  Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "type",
                        position: (175, 9),
                       },
                      ],
                     },
                     to: With {
                      expression: Variable {
                       identifier: "types",
                       position: (175, 21),
                      },
                      target: FunctionApplication {
                       function: Variable {
                        identifier: "listOf",
                        position: (175, 28),
                       },
                       arguments: [
                        Variable {
                         identifier: "str",
                         position: (175, 35),
                        },
                       ],
                      },
                      position: (175, 16),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "default",
                        position: (176, 9),
                       },
                      ],
                     },
                     to: List {
                      elements: [
                       String {
                        parts: [
                         Raw {
                          content: "--timeout 120",
                          position: (176, 21),
                         },
                        ],
                        position: (176, 20),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "--workers 1",
                          position: (176, 37),
                         },
                        ],
                        position: (176, 36),
                       },
                       String {
                        parts: [
                         Raw {
                          content: "--log-level=info",
                          position: (176, 51),
                         },
                        ],
                        position: (176, 50),
                       },
                      ],
                      position: (176, 19),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "description",
                        position: (177, 9),
                       },
                      ],
                     },
                     to: String {
                      parts: [
                       Raw {
                        content: "Extra arguments passed to Gunicorn.",
                        position: (177, 24),
                       },
                      ],
                      position: (177, 23),
                     },
                    },
                   ],
                   recursive: false,
                   position: (174, 28),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (173, 16),
             },
            },
           ],
           recursive: false,
           position: (119, 39),
          },
          FunctionApplication {
           function: Variable {
            identifier: "optionalAttrs",
            position: (180, 8),
           },
           arguments: [
            Variable {
             identifier: "webhooks",
             position: (180, 22),
            },
            Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "webhooks",
                  position: (181, 5),
                 },
                ],
               },
               to: Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "extraArgs",
                     position: (182, 7),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "mkOption",
                    position: (182, 19),
                   },
                   arguments: [
                    Map {
                     bindings: [
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "type",
                          position: (183, 9),
                         },
                        ],
                       },
                       to: With {
                        expression: Variable {
                         identifier: "types",
                         position: (183, 21),
                        },
                        target: FunctionApplication {
                         function: Variable {
                          identifier: "listOf",
                          position: (183, 28),
                         },
                         arguments: [
                          Variable {
                           identifier: "str",
                           position: (183, 35),
                          },
                         ],
                        },
                        position: (183, 16),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "default",
                          position: (184, 9),
                         },
                        ],
                       },
                       to: List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "--loglevel DEBUG",
                            position: (184, 21),
                           },
                          ],
                          position: (184, 20),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "--pool eventlet",
                            position: (184, 40),
                           },
                          ],
                          position: (184, 39),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "--without-heartbeat",
                            position: (184, 58),
                           },
                          ],
                          position: (184, 57),
                         },
                        ],
                        position: (184, 19),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "description",
                          position: (185, 9),
                         },
                        ],
                       },
                       to: String {
                        parts: [
                         Raw {
                          content: "Extra arguments passed to the Celery responsible for webhooks.",
                          position: (185, 24),
                         },
                        ],
                        position: (185, 23),
                       },
                      },
                     ],
                     recursive: false,
                     position: (182, 28),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "celeryConfig",
                     position: (187, 7),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "mkOption",
                    position: (187, 22),
                   },
                   arguments: [
                    Map {
                     bindings: [
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "type",
                          position: (188, 9),
                         },
                        ],
                       },
                       to: PropertyAccess {
                        expression: Variable {
                         identifier: "types",
                         position: (188, 16),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "lines",
                           position: (188, 22),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "default",
                          position: (189, 9),
                         },
                        ],
                       },
                       to: String {
                        parts: [],
                        position: (189, 19),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "description",
                          position: (190, 9),
                         },
                        ],
                       },
                       to: String {
                        parts: [
                         Raw {
                          content: "Content of the <literal>celeryconfig.py</literal> used by the Celery responsible for webhooks.",
                          position: (190, 24),
                         },
                        ],
                        position: (190, 23),
                       },
                      },
                     ],
                     recursive: false,
                     position: (187, 31),
                    },
                   ],
                  },
                 },
                ],
                recursive: false,
                position: (181, 16),
               },
              },
             ],
             recursive: false,
             position: (180, 31),
            },
           ],
          },
         ],
         position: (180, 5),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "config",
           position: (195, 3),
          },
         ],
        },
        to: FunctionApplication {
         function: PropertyAccess {
          expression: Variable {
           identifier: "lib",
           position: (195, 12),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "mkIf",
             position: (195, 16),
            },
           ],
          },
          default: None,
         },
         arguments: [
          Parentheses {
           expression: BinaryOperation {
            operator: LogicalAnd,
            operands: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (195, 22),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "enable",
                 position: (195, 26),
                },
               ],
              },
              default: None,
             },
             PropertyAccess {
              expression: Variable {
               identifier: "srvCfg",
               position: (195, 36),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "enable",
                 position: (195, 43),
                },
               ],
              },
              default: None,
             },
            ],
            position: (195, 33),
           },
           position: (195, 21),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkMerge",
             position: (195, 52),
            },
            arguments: [
             List {
              elements: [
               Variable {
                identifier: "extraConfig",
                position: (195, 62),
               },
               Map {
                bindings: [
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "users",
                     position: (196, 5),
                    },
                   ],
                  },
                  to: Map {
                   bindings: [
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "users",
                        position: (197, 7),
                       },
                      ],
                     },
                     to: Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Expression {
                           ast: String {
                            parts: [
                             Interpolation {
                              expression: PropertyAccess {
                               expression: Variable {
                                identifier: "srvCfg",
                                position: (198, 12),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "user",
                                  position: (198, 19),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                            ],
                            position: (198, 9),
                           },
                          },
                         ],
                        },
                        to: Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "isSystemUser",
                              position: (199, 11),
                             },
                            ],
                           },
                           to: Variable {
                            identifier: "true",
                            position: (199, 26),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "group",
                              position: (200, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkDefault",
                             position: (200, 19),
                            },
                            arguments: [
                             PropertyAccess {
                              expression: Variable {
                               identifier: "srvCfg",
                               position: (200, 29),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "group",
                                 position: (200, 36),
                                },
                               ],
                              },
                              default: None,
                             },
                            ],
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "description",
                              position: (201, 11),
                             },
                            ],
                           },
                           to: FunctionApplication {
                            function: Variable {
                             identifier: "mkDefault",
                             position: (201, 25),
                            },
                            arguments: [
                             String {
                              parts: [
                               Raw {
                                content: "sourcehut user for ",
                                position: (201, 36),
                               },
                               Interpolation {
                                expression: Variable {
                                 identifier: "srv",
                                 position: (201, 57),
                                },
                               },
                               Raw {
                                content: ".sr.ht",
                                position: (201, 61),
                               },
                              ],
                              position: (201, 35),
                             },
                            ],
                           },
                          },
                         ],
                         recursive: false,
                         position: (198, 28),
                        },
                       },
                      ],
                      recursive: false,
                      position: (197, 15),
                     },
                    },
                    Binding {
                     from: AttributePath {
                      parts: [
                       Raw {
                        content: "groups",
                        position: (204, 7),
                       },
                      ],
                     },
                     to: BinaryOperation {
                      operator: Update,
                      operands: [
                       Map {
                        bindings: [
                         Binding {
                          from: AttributePath {
                           parts: [
                            Expression {
                             ast: String {
                              parts: [
                               Interpolation {
                                expression: PropertyAccess {
                                 expression: Variable {
                                  identifier: "srvCfg",
                                  position: (205, 12),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "group",
                                    position: (205, 19),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               },
                              ],
                              position: (205, 9),
                             },
                            },
                           ],
                          },
                          to: Map {
                           bindings: [],
                           recursive: false,
                           position: (205, 29),
                          },
                         },
                        ],
                        recursive: false,
                        position: (204, 16),
                       },
                       BinaryOperation {
                        operator: Update,
                        operands: [
                         FunctionApplication {
                          function: Variable {
                           identifier: "optionalAttrs",
                           position: (206, 12),
                          },
                          arguments: [
                           Parentheses {
                            expression: BinaryOperation {
                             operator: LogicalAnd,
                             operands: [
                              PropertyAccess {
                               expression: Variable {
                                identifier: "cfg",
                                position: (206, 27),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "postgresql",
                                  position: (206, 31),
                                 },
                                 Raw {
                                  content: "enable",
                                  position: (206, 42),
                                 },
                                ],
                               },
                               default: None,
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "hasSuffix",
                                position: (207, 12),
                               },
                               arguments: [
                                String {
                                 parts: [
                                  Raw {
                                   content: "0",
                                   position: (207, 23),
                                  },
                                 ],
                                 position: (207, 22),
                                },
                                Parentheses {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "postgresql",
                                   position: (207, 27),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "settings",
                                     position: (207, 38),
                                    },
                                    Raw {
                                     content: "unix_socket_permissions",
                                     position: (207, 47),
                                    },
                                   ],
                                  },
                                  default: Some(
                                   String {
                                    parts: [],
                                    position: (207, 74),
                                   },
                                  ),
                                 },
                                 position: (207, 26),
                                },
                               ],
                              },
                             ],
                             position: (207, 9),
                            },
                            position: (206, 26),
                           },
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Expression {
                                 ast: String {
                                  parts: [
                                   Raw {
                                    content: "postgres",
                                    position: (208, 10),
                                   },
                                  ],
                                  position: (208, 9),
                                 },
                                },
                                Raw {
                                 content: "members",
                                 position: (208, 20),
                                },
                               ],
                              },
                              to: List {
                               elements: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "srvCfg",
                                  position: (208, 32),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "user",
                                    position: (208, 39),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               ],
                               position: (208, 30),
                              },
                             },
                            ],
                            recursive: false,
                            position: (207, 79),
                           },
                          ],
                         },
                         FunctionApplication {
                          function: Variable {
                           identifier: "optionalAttrs",
                           position: (209, 12),
                          },
                          arguments: [
                           Parentheses {
                            expression: BinaryOperation {
                             operator: LogicalAnd,
                             operands: [
                              PropertyAccess {
                               expression: Variable {
                                identifier: "cfg",
                                position: (209, 27),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "redis",
                                  position: (209, 31),
                                 },
                                 Raw {
                                  content: "enable",
                                  position: (209, 37),
                                 },
                                ],
                               },
                               default: None,
                              },
                              FunctionApplication {
                               function: Variable {
                                identifier: "hasSuffix",
                                position: (210, 12),
                               },
                               arguments: [
                                String {
                                 parts: [
                                  Raw {
                                   content: "0",
                                   position: (210, 23),
                                  },
                                 ],
                                 position: (210, 22),
                                },
                                Parentheses {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "redis",
                                   position: (210, 27),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "settings",
                                     position: (210, 33),
                                    },
                                    Raw {
                                     content: "unixsocketperm",
                                     position: (210, 42),
                                    },
                                   ],
                                  },
                                  default: Some(
                                   String {
                                    parts: [],
                                    position: (210, 60),
                                   },
                                  ),
                                 },
                                 position: (210, 26),
                                },
                               ],
                              },
                             ],
                             position: (210, 9),
                            },
                            position: (209, 26),
                           },
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Expression {
                                 ast: String {
                                  parts: [
                                   Raw {
                                    content: "redis-sourcehut-",
                                    position: (211, 10),
                                   },
                                   Interpolation {
                                    expression: Variable {
                                     identifier: "srvsrht",
                                     position: (211, 28),
                                    },
                                   },
                                  ],
                                  position: (211, 9),
                                 },
                                },
                                Raw {
                                 content: "members",
                                 position: (211, 38),
                                },
                               ],
                              },
                              to: List {
                               elements: [
                                PropertyAccess {
                                 expression: Variable {
                                  identifier: "srvCfg",
                                  position: (211, 50),
                                 },
                                 attribute_path: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "user",
                                    position: (211, 57),
                                   },
                                  ],
                                 },
                                 default: None,
                                },
                               ],
                               position: (211, 48),
                              },
                             },
                            ],
                            recursive: false,
                            position: (210, 65),
                           },
                          ],
                         },
                        ],
                        position: (209, 9),
                       },
                      ],
                      position: (206, 9),
                     },
                    },
                   ],
                   recursive: false,
                   position: (196, 13),
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "services",
                     position: (215, 5),
                    },
                    Raw {
                     content: "nginx",
                     position: (215, 14),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "mkIf",
                    position: (215, 22),
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (215, 27),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "nginx",
                        position: (215, 31),
                       },
                       Raw {
                        content: "enable",
                        position: (215, 37),
                       },
                      ],
                     },
                     default: None,
                    },
                    Map {
                     bindings: [
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "virtualHosts",
                          position: (216, 7),
                         },
                         Expression {
                          ast: String {
                           parts: [
                            Interpolation {
                             expression: Variable {
                              identifier: "srv",
                              position: (216, 23),
                             },
                            },
                            Raw {
                             content: ".",
                             position: (216, 27),
                            },
                            Interpolation {
                             expression: PropertyAccess {
                              expression: Variable {
                               identifier: "cfg",
                               position: (216, 30),
                              },
                              attribute_path: AttributePath {
                               parts: [
                                Raw {
                                 content: "settings",
                                 position: (216, 34),
                                },
                                Expression {
                                 ast: String {
                                  parts: [
                                   Raw {
                                    content: "sr.ht",
                                    position: (216, 44),
                                   },
                                  ],
                                  position: (216, 43),
                                 },
                                },
                                Raw {
                                 content: "global-domain",
                                 position: (216, 51),
                                },
                               ],
                              },
                              default: None,
                             },
                            },
                           ],
                           position: (216, 20),
                          },
                         },
                        ],
                       },
                       to: FunctionApplication {
                        function: Variable {
                         identifier: "mkMerge",
                         position: (216, 69),
                        },
                        arguments: [
                         List {
                          elements: [
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "forceSSL",
                                 position: (217, 9),
                                },
                               ],
                              },
                              to: FunctionApplication {
                               function: Variable {
                                identifier: "mkDefault",
                                position: (217, 20),
                               },
                               arguments: [
                                Variable {
                                 identifier: "true",
                                 position: (217, 30),
                                },
                               ],
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "locations",
                                 position: (218, 9),
                                },
                                Expression {
                                 ast: String {
                                  parts: [
                                   Raw {
                                    content: "/",
                                    position: (218, 20),
                                   },
                                  ],
                                  position: (218, 19),
                                 },
                                },
                                Raw {
                                 content: "proxyPass",
                                 position: (218, 23),
                                },
                               ],
                              },
                              to: String {
                               parts: [
                                Raw {
                                 content: "http://",
                                 position: (218, 36),
                                },
                                Interpolation {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "cfg",
                                   position: (218, 45),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "listenAddress",
                                     position: (218, 49),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                },
                                Raw {
                                 content: ":",
                                 position: (218, 63),
                                },
                                Interpolation {
                                 expression: FunctionApplication {
                                  function: Variable {
                                   identifier: "toString",
                                   position: (218, 66),
                                  },
                                  arguments: [
                                   PropertyAccess {
                                    expression: Variable {
                                     identifier: "srvCfg",
                                     position: (218, 75),
                                    },
                                    attribute_path: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "port",
                                       position: (218, 82),
                                      },
                                     ],
                                    },
                                    default: None,
                                   },
                                  ],
                                 },
                                },
                               ],
                               position: (218, 35),
                              },
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "locations",
                                 position: (219, 9),
                                },
                                Expression {
                                 ast: String {
                                  parts: [
                                   Raw {
                                    content: "/static",
                                    position: (219, 20),
                                   },
                                  ],
                                  position: (219, 19),
                                 },
                                },
                               ],
                              },
                              to: Map {
                               bindings: [
                                Binding {
                                 from: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "root",
                                    position: (220, 11),
                                   },
                                  ],
                                 },
                                 to: String {
                                  parts: [
                                   Interpolation {
                                    expression: PropertyAccess {
                                     expression: Variable {
                                      identifier: "pkgs",
                                      position: (220, 21),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "sourcehut",
                                        position: (220, 26),
                                       },
                                       Interpolation {
                                        expression: Variable {
                                         identifier: "srvsrht",
                                         position: (220, 38),
                                        },
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Raw {
                                    content: "/",
                                    position: (220, 47),
                                   },
                                   Interpolation {
                                    expression: PropertyAccess {
                                     expression: Variable {
                                      identifier: "pkgs",
                                      position: (220, 50),
                                     },
                                     attribute_path: AttributePath {
                                      parts: [
                                       Raw {
                                        content: "sourcehut",
                                        position: (220, 55),
                                       },
                                       Raw {
                                        content: "python",
                                        position: (220, 65),
                                       },
                                       Raw {
                                        content: "sitePackages",
                                        position: (220, 72),
                                       },
                                      ],
                                     },
                                     default: None,
                                    },
                                   },
                                   Raw {
                                    content: "/",
                                    position: (220, 85),
                                   },
                                   Interpolation {
                                    expression: Variable {
                                     identifier: "srvsrht",
                                     position: (220, 88),
                                    },
                                   },
                                  ],
                                  position: (220, 18),
                                 },
                                },
                                Binding {
                                 from: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "extraConfig",
                                    position: (221, 11),
                                   },
                                  ],
                                 },
                                 to: FunctionApplication {
                                  function: Variable {
                                   identifier: "mkDefault",
                                   position: (221, 25),
                                  },
                                  arguments: [
                                   String {
                                    parts: [
                                     Raw {
                                      content: "expires 30d;\n",
                                      position: (222, 1),
                                     },
                                    ],
                                    position: (221, 35),
                                   },
                                  ],
                                 },
                                },
                               ],
                               recursive: false,
                               position: (219, 31),
                              },
                             },
                            ],
                            recursive: false,
                            position: (216, 79),
                           },
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (225, 9),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "nginx",
                               position: (225, 13),
                              },
                              Raw {
                               content: "virtualHost",
                               position: (225, 19),
                              },
                             ],
                            },
                            default: None,
                           },
                          ],
                          position: (216, 77),
                         },
                        ],
                       },
                      },
                     ],
                     recursive: false,
                     position: (215, 44),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "services",
                     position: (228, 5),
                    },
                    Raw {
                     content: "postgresql",
                     position: (228, 14),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "mkIf",
                    position: (228, 27),
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (228, 32),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "postgresql",
                        position: (228, 36),
                       },
                       Raw {
                        content: "enable",
                        position: (228, 47),
                       },
                      ],
                     },
                     default: None,
                    },
                    Map {
                     bindings: [
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "authentication",
                          position: (229, 7),
                         },
                        ],
                       },
                       to: String {
                        parts: [
                         Raw {
                          content: "local ",
                          position: (230, 1),
                         },
                         Interpolation {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "srvCfg",
                            position: (230, 17),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "postgresql",
                              position: (230, 24),
                             },
                             Raw {
                              content: "database",
                              position: (230, 35),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: " ",
                          position: (230, 44),
                         },
                         Interpolation {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "srvCfg",
                            position: (230, 47),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "user",
                              position: (230, 54),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: " trust\n",
                          position: (230, 59),
                         },
                        ],
                        position: (229, 24),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "ensureDatabases",
                          position: (232, 7),
                         },
                        ],
                       },
                       to: List {
                        elements: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "srvCfg",
                           position: (232, 27),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "postgresql",
                             position: (232, 34),
                            },
                            Raw {
                             content: "database",
                             position: (232, 45),
                            },
                           ],
                          },
                          default: None,
                         },
                        ],
                        position: (232, 25),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "ensureUsers",
                          position: (233, 7),
                         },
                        ],
                       },
                       to: FunctionApplication {
                        function: Variable {
                         identifier: "map",
                         position: (233, 21),
                        },
                        arguments: [
                         Parentheses {
                          expression: Function {
                           argument: Simple {
                            identifier: "name",
                           },
                           definition: Map {
                            bindings: [
                             Inherit {
                              from: None,
                              attributes: [
                               Raw {
                                content: "name",
                                position: (234, 19),
                               },
                              ],
                             },
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "ensurePermissions",
                                 position: (235, 11),
                                },
                               ],
                              },
                              to: Map {
                               bindings: [
                                Binding {
                                 from: AttributePath {
                                  parts: [
                                   Expression {
                                    ast: String {
                                     parts: [
                                      Raw {
                                       content: "DATABASE \"",
                                       position: (235, 34),
                                      },
                                      Interpolation {
                                       expression: PropertyAccess {
                                        expression: Variable {
                                         identifier: "srvCfg",
                                         position: (235, 47),
                                        },
                                        attribute_path: AttributePath {
                                         parts: [
                                          Raw {
                                           content: "postgresql",
                                           position: (235, 54),
                                          },
                                          Raw {
                                           content: "database",
                                           position: (235, 65),
                                          },
                                         ],
                                        },
                                        default: None,
                                       },
                                      },
                                      Raw {
                                       content: "\"",
                                       position: (235, 74),
                                      },
                                     ],
                                     position: (235, 33),
                                    },
                                   },
                                  ],
                                 },
                                 to: String {
                                  parts: [
                                   Raw {
                                    content: "ALL PRIVILEGES",
                                    position: (235, 81),
                                   },
                                  ],
                                  position: (235, 80),
                                 },
                                },
                               ],
                               recursive: false,
                               position: (235, 31),
                              },
                             },
                            ],
                            recursive: false,
                            position: (233, 32),
                           },
                           position: (233, 26),
                          },
                          position: (233, 25),
                         },
                         List {
                          elements: [
                           PropertyAccess {
                            expression: Variable {
                             identifier: "srvCfg",
                             position: (236, 13),
                            },
                            attribute_path: AttributePath {
                             parts: [
                              Raw {
                               content: "user",
                               position: (236, 20),
                              },
                             ],
                            },
                            default: None,
                           },
                          ],
                          position: (236, 12),
                         },
                        ],
                       },
                      },
                     ],
                     recursive: false,
                     position: (228, 54),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "services",
                     position: (239, 5),
                    },
                    Raw {
                     content: "sourcehut",
                     position: (239, 14),
                    },
                    Raw {
                     content: "services",
                     position: (239, 24),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "mkDefault",
                    position: (239, 35),
                   },
                   arguments: [
                    Parentheses {
                     expression: FunctionApplication {
                      function: Variable {
                       identifier: "filter",
                       position: (239, 46),
                      },
                      arguments: [
                       Parentheses {
                        expression: Function {
                         argument: Simple {
                          identifier: "s",
                         },
                         definition: PropertyAccess {
                          expression: Variable {
                           identifier: "cfg",
                           position: (239, 57),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Interpolation {
                             expression: Variable {
                              identifier: "s",
                              position: (239, 63),
                             },
                            },
                            Raw {
                             content: "enable",
                             position: (239, 66),
                            },
                           ],
                          },
                          default: None,
                         },
                         position: (239, 54),
                        },
                        position: (239, 53),
                       },
                       List {
                        elements: [
                         String {
                          parts: [
                           Raw {
                            content: "builds",
                            position: (240, 10),
                           },
                          ],
                          position: (240, 9),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "dispatch",
                            position: (240, 19),
                           },
                          ],
                          position: (240, 18),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "git",
                            position: (240, 30),
                           },
                          ],
                          position: (240, 29),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "hg",
                            position: (240, 36),
                           },
                          ],
                          position: (240, 35),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "hub",
                            position: (240, 41),
                           },
                          ],
                          position: (240, 40),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "lists",
                            position: (240, 47),
                           },
                          ],
                          position: (240, 46),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "man",
                            position: (240, 55),
                           },
                          ],
                          position: (240, 54),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "meta",
                            position: (240, 61),
                           },
                          ],
                          position: (240, 60),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "pages",
                            position: (240, 68),
                           },
                          ],
                          position: (240, 67),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "paste",
                            position: (240, 76),
                           },
                          ],
                          position: (240, 75),
                         },
                         String {
                          parts: [
                           Raw {
                            content: "todo",
                            position: (240, 84),
                           },
                          ],
                          position: (240, 83),
                         },
                        ],
                        position: (240, 7),
                       },
                      ],
                     },
                     position: (239, 45),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "services",
                     position: (242, 5),
                    },
                    Raw {
                     content: "sourcehut",
                     position: (242, 14),
                    },
                    Raw {
                     content: "settings",
                     position: (242, 24),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "mkMerge",
                    position: (242, 35),
                   },
                   arguments: [
                    List {
                     elements: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Expression {
                            ast: String {
                             parts: [
                              Interpolation {
                               expression: Variable {
                                identifier: "srv",
                                position: (244, 12),
                               },
                              },
                              Raw {
                               content: ".sr.ht",
                               position: (244, 16),
                              },
                             ],
                             position: (244, 9),
                            },
                           },
                           Raw {
                            content: "origin",
                            position: (244, 24),
                           },
                          ],
                         },
                         to: FunctionApplication {
                          function: Variable {
                           identifier: "mkDefault",
                           position: (244, 33),
                          },
                          arguments: [
                           String {
                            parts: [
                             Raw {
                              content: "https://",
                              position: (244, 44),
                             },
                             Interpolation {
                              expression: Variable {
                               identifier: "srv",
                               position: (244, 54),
                              },
                             },
                             Raw {
                              content: ".",
                              position: (244, 58),
                             },
                             Interpolation {
                              expression: PropertyAccess {
                               expression: Variable {
                                identifier: "cfg",
                                position: (244, 61),
                               },
                               attribute_path: AttributePath {
                                parts: [
                                 Raw {
                                  content: "settings",
                                  position: (244, 65),
                                 },
                                 Expression {
                                  ast: String {
                                   parts: [
                                    Raw {
                                     content: "sr.ht",
                                     position: (244, 75),
                                    },
                                   ],
                                   position: (244, 74),
                                  },
                                 },
                                 Raw {
                                  content: "global-domain",
                                  position: (244, 82),
                                 },
                                ],
                               },
                               default: None,
                              },
                             },
                            ],
                            position: (244, 43),
                           },
                          ],
                         },
                        },
                       ],
                       recursive: false,
                       position: (243, 7),
                      },
                      Parentheses {
                       expression: FunctionApplication {
                        function: Variable {
                         identifier: "mkIf",
                         position: (247, 8),
                        },
                        arguments: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "cfg",
                           position: (247, 13),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "postgresql",
                             position: (247, 17),
                            },
                            Raw {
                             content: "enable",
                             position: (247, 28),
                            },
                           ],
                          },
                          default: None,
                         },
                         Map {
                          bindings: [
                           Binding {
                            from: AttributePath {
                             parts: [
                              Expression {
                               ast: String {
                                parts: [
                                 Interpolation {
                                  expression: Variable {
                                   identifier: "srv",
                                   position: (248, 12),
                                  },
                                 },
                                 Raw {
                                  content: ".sr.ht",
                                  position: (248, 16),
                                 },
                                ],
                                position: (248, 9),
                               },
                              },
                              Raw {
                               content: "connection-string",
                               position: (248, 24),
                              },
                             ],
                            },
                            to: FunctionApplication {
                             function: Variable {
                              identifier: "mkDefault",
                              position: (248, 44),
                             },
                             arguments: [
                              String {
                               parts: [
                                Raw {
                                 content: "postgresql:///",
                                 position: (248, 55),
                                },
                                Interpolation {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "srvCfg",
                                   position: (248, 71),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "postgresql",
                                     position: (248, 78),
                                    },
                                    Raw {
                                     content: "database",
                                     position: (248, 89),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                },
                                Raw {
                                 content: "?user=",
                                 position: (248, 98),
                                },
                                Interpolation {
                                 expression: PropertyAccess {
                                  expression: Variable {
                                   identifier: "srvCfg",
                                   position: (248, 106),
                                  },
                                  attribute_path: AttributePath {
                                   parts: [
                                    Raw {
                                     content: "user",
                                     position: (248, 113),
                                    },
                                   ],
                                  },
                                  default: None,
                                 },
                                },
                                Raw {
                                 content: "&host=/run/postgresql",
                                 position: (248, 118),
                                },
                               ],
                               position: (248, 54),
                              },
                             ],
                            },
                           },
                          ],
                          recursive: false,
                          position: (247, 35),
                         },
                        ],
                       },
                       position: (247, 7),
                      },
                     ],
                     position: (242, 43),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "services",
                     position: (252, 5),
                    },
                    Raw {
                     content: "redis",
                     position: (252, 14),
                    },
                    Raw {
                     content: "servers",
                     position: (252, 20),
                    },
                    Expression {
                     ast: String {
                      parts: [
                       Raw {
                        content: "sourcehut-",
                        position: (252, 29),
                       },
                       Interpolation {
                        expression: Variable {
                         identifier: "srvsrht",
                         position: (252, 41),
                        },
                       },
                      ],
                      position: (252, 28),
                     },
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "mkIf",
                    position: (252, 53),
                   },
                   arguments: [
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (252, 58),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "redis",
                        position: (252, 62),
                       },
                       Raw {
                        content: "enable",
                        position: (252, 68),
                       },
                      ],
                     },
                     default: None,
                    },
                    Map {
                     bindings: [
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "enable",
                          position: (253, 7),
                         },
                        ],
                       },
                       to: Variable {
                        identifier: "true",
                        position: (253, 16),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "databases",
                          position: (254, 7),
                         },
                        ],
                       },
                       to: Int {
                        value: 3,
                        position: (254, 19),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "syslog",
                          position: (255, 7),
                         },
                        ],
                       },
                       to: Variable {
                        identifier: "true",
                        position: (255, 16),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "save",
                          position: (257, 7),
                         },
                        ],
                       },
                       to: FunctionApplication {
                        function: Variable {
                         identifier: "mkDefault",
                         position: (257, 14),
                        },
                        arguments: [
                         List {
                          elements: [
                           List {
                            elements: [
                             Int {
                              value: 1800,
                              position: (257, 27),
                             },
                             Int {
                              value: 10,
                              position: (257, 32),
                             },
                            ],
                            position: (257, 26),
                           },
                           List {
                            elements: [
                             Int {
                              value: 300,
                              position: (257, 37),
                             },
                             Int {
                              value: 100,
                              position: (257, 41),
                             },
                            ],
                            position: (257, 36),
                           },
                          ],
                          position: (257, 24),
                         },
                        ],
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "settings",
                          position: (258, 7),
                         },
                        ],
                       },
                       to: Map {
                        bindings: [
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "maxmemory",
                             position: (260, 9),
                            },
                           ],
                          },
                          to: String {
                           parts: [
                            Raw {
                             content: "128MB",
                             position: (260, 22),
                            },
                           ],
                           position: (260, 21),
                          },
                         },
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "maxmemory-policy",
                             position: (261, 9),
                            },
                           ],
                          },
                          to: String {
                           parts: [
                            Raw {
                             content: "volatile-ttl",
                             position: (261, 29),
                            },
                           ],
                           position: (261, 28),
                          },
                         },
                        ],
                        recursive: false,
                        position: (258, 18),
                       },
                      },
                     ],
                     recursive: false,
                     position: (252, 75),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "systemd",
                     position: (265, 5),
                    },
                    Raw {
                     content: "services",
                     position: (265, 13),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "mkMerge",
                    position: (265, 24),
                   },
                   arguments: [
                    List {
                     elements: [
                      Map {
                       bindings: [
                        Binding {
                         from: AttributePath {
                          parts: [
                           Expression {
                            ast: String {
                             parts: [
                              Interpolation {
                               expression: Variable {
                                identifier: "srvsrht",
                                position: (267, 12),
                               },
                              },
                             ],
                             position: (267, 9),
                            },
                           },
                          ],
                         },
                         to: FunctionApplication {
                          function: Variable {
                           identifier: "baseService",
                           position: (267, 24),
                          },
                          arguments: [
                           Variable {
                            identifier: "srvsrht",
                            position: (267, 36),
                           },
                           Map {
                            bindings: [
                             Binding {
                              from: AttributePath {
                               parts: [
                                Raw {
                                 content: "allowStripe",
                                 position: (267, 46),
                                },
                               ],
                              },
                              to: BinaryOperation {
                               operator: EqualTo,
                               operands: [
                                Variable {
                                 identifier: "srv",
                                 position: (267, 60),
                                },
                                String {
                                 parts: [
                                  Raw {
                                   content: "meta",
                                   position: (267, 68),
                                  },
                                 ],
                                 position: (267, 67),
                                },
                               ],
                               position: (267, 64),
                              },
                             },
                            ],
                            recursive: false,
                            position: (267, 44),
                           },
                           Parentheses {
                            expression: FunctionApplication {
                             function: Variable {
                              identifier: "mkMerge",
                              position: (267, 78),
                             },
                             arguments: [
                              List {
                               elements: [
                                Map {
                                 bindings: [
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "description",
                                      position: (269, 11),
                                     },
                                    ],
                                   },
                                   to: String {
                                    parts: [
                                     Raw {
                                      content: "sourcehut ",
                                      position: (269, 26),
                                     },
                                     Interpolation {
                                      expression: Variable {
                                       identifier: "srv",
                                       position: (269, 38),
                                      },
                                     },
                                     Raw {
                                      content: ".sr.ht website service",
                                      position: (269, 42),
                                     },
                                    ],
                                    position: (269, 25),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "before",
                                      position: (270, 11),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: Variable {
                                     identifier: "optional",
                                     position: (270, 20),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "cfg",
                                       position: (270, 29),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "nginx",
                                         position: (270, 33),
                                        },
                                        Raw {
                                         content: "enable",
                                         position: (270, 39),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                     String {
                                      parts: [
                                       Raw {
                                        content: "nginx.service",
                                        position: (270, 47),
                                       },
                                      ],
                                      position: (270, 46),
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "wants",
                                      position: (271, 11),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: Variable {
                                     identifier: "optional",
                                     position: (271, 19),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "cfg",
                                       position: (271, 28),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "nginx",
                                         position: (271, 32),
                                        },
                                        Raw {
                                         content: "enable",
                                         position: (271, 38),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                     String {
                                      parts: [
                                       Raw {
                                        content: "nginx.service",
                                        position: (271, 46),
                                       },
                                      ],
                                      position: (271, 45),
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "wantedBy",
                                      position: (272, 11),
                                     },
                                    ],
                                   },
                                   to: List {
                                    elements: [
                                     String {
                                      parts: [
                                       Raw {
                                        content: "multi-user.target",
                                        position: (272, 25),
                                       },
                                      ],
                                      position: (272, 24),
                                     },
                                    ],
                                    position: (272, 22),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "path",
                                      position: (273, 11),
                                     },
                                    ],
                                   },
                                   to: FunctionApplication {
                                    function: Variable {
                                     identifier: "optional",
                                     position: (273, 18),
                                    },
                                    arguments: [
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "cfg",
                                       position: (273, 27),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "postgresql",
                                         position: (273, 31),
                                        },
                                        Raw {
                                         content: "enable",
                                         position: (273, 42),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                     PropertyAccess {
                                      expression: Variable {
                                       identifier: "postgresql",
                                       position: (273, 49),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "package",
                                         position: (273, 60),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                    ],
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "restartTriggers",
                                      position: (275, 11),
                                     },
                                    ],
                                   },
                                   to: List {
                                    elements: [
                                     Variable {
                                      identifier: "configIni",
                                      position: (275, 31),
                                     },
                                    ],
                                    position: (275, 29),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "serviceConfig",
                                      position: (276, 11),
                                     },
                                    ],
                                   },
                                   to: Map {
                                    bindings: [
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "Type",
                                         position: (277, 13),
                                        },
                                       ],
                                      },
                                      to: String {
                                       parts: [
                                        Raw {
                                         content: "simple",
                                         position: (277, 21),
                                        },
                                       ],
                                       position: (277, 20),
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "Restart",
                                         position: (278, 13),
                                        },
                                       ],
                                      },
                                      to: FunctionApplication {
                                       function: Variable {
                                        identifier: "mkDefault",
                                        position: (278, 23),
                                       },
                                       arguments: [
                                        String {
                                         parts: [
                                          Raw {
                                           content: "always",
                                           position: (278, 34),
                                          },
                                         ],
                                         position: (278, 33),
                                        },
                                       ],
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "StateDirectory",
                                         position: (280, 13),
                                        },
                                       ],
                                      },
                                      to: List {
                                       elements: [
                                        String {
                                         parts: [
                                          Raw {
                                           content: "sourcehut/",
                                           position: (280, 33),
                                          },
                                          Interpolation {
                                           expression: Variable {
                                            identifier: "srvsrht",
                                            position: (280, 45),
                                           },
                                          },
                                         ],
                                         position: (280, 32),
                                        },
                                       ],
                                       position: (280, 30),
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "StateDirectoryMode",
                                         position: (281, 13),
                                        },
                                       ],
                                      },
                                      to: String {
                                       parts: [
                                        Raw {
                                         content: "2750",
                                         position: (281, 35),
                                        },
                                       ],
                                       position: (281, 34),
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "ExecStart",
                                         position: (282, 13),
                                        },
                                       ],
                                      },
                                      to: BinaryOperation {
                                       operator: Addition,
                                       operands: [
                                        String {
                                         parts: [
                                          Interpolation {
                                           expression: PropertyAccess {
                                            expression: Variable {
                                             identifier: "cfg",
                                             position: (282, 28),
                                            },
                                            attribute_path: AttributePath {
                                             parts: [
                                              Raw {
                                               content: "python",
                                               position: (282, 32),
                                              },
                                             ],
                                            },
                                            default: None,
                                           },
                                          },
                                          Raw {
                                           content: "/bin/gunicorn ",
                                           position: (282, 39),
                                          },
                                          Interpolation {
                                           expression: Variable {
                                            identifier: "srvsrht",
                                            position: (282, 55),
                                           },
                                          },
                                          Raw {
                                           content: ".app:app --name ",
                                           position: (282, 63),
                                          },
                                          Interpolation {
                                           expression: Variable {
                                            identifier: "srvsrht",
                                            position: (282, 81),
                                           },
                                          },
                                          Raw {
                                           content: " --bind ",
                                           position: (282, 89),
                                          },
                                          Interpolation {
                                           expression: PropertyAccess {
                                            expression: Variable {
                                             identifier: "cfg",
                                             position: (282, 99),
                                            },
                                            attribute_path: AttributePath {
                                             parts: [
                                              Raw {
                                               content: "listenAddress",
                                               position: (282, 103),
                                              },
                                             ],
                                            },
                                            default: None,
                                           },
                                          },
                                          Raw {
                                           content: ":",
                                           position: (282, 117),
                                          },
                                          Interpolation {
                                           expression: FunctionApplication {
                                            function: Variable {
                                             identifier: "toString",
                                             position: (282, 120),
                                            },
                                            arguments: [
                                             PropertyAccess {
                                              expression: Variable {
                                               identifier: "srvCfg",
                                               position: (282, 129),
                                              },
                                              attribute_path: AttributePath {
                                               parts: [
                                                Raw {
                                                 content: "port",
                                                 position: (282, 136),
                                                },
                                               ],
                                              },
                                              default: None,
                                             },
                                            ],
                                           },
                                          },
                                          Raw {
                                           content: " ",
                                           position: (282, 141),
                                          },
                                         ],
                                         position: (282, 25),
                                        },
                                        FunctionApplication {
                                         function: Variable {
                                          identifier: "concatStringsSep",
                                          position: (282, 146),
                                         },
                                         arguments: [
                                          String {
                                           parts: [
                                            Raw {
                                             content: " ",
                                             position: (282, 164),
                                            },
                                           ],
                                           position: (282, 163),
                                          },
                                          PropertyAccess {
                                           expression: Variable {
                                            identifier: "srvCfg",
                                            position: (282, 167),
                                           },
                                           attribute_path: AttributePath {
                                            parts: [
                                             Raw {
                                              content: "gunicorn",
                                              position: (282, 174),
                                             },
                                             Raw {
                                              content: "extraArgs",
                                              position: (282, 183),
                                             },
                                            ],
                                           },
                                           default: None,
                                          },
                                         ],
                                        },
                                       ],
                                       position: (282, 144),
                                      },
                                     },
                                    ],
                                    recursive: false,
                                    position: (276, 27),
                                   },
                                  },
                                  Binding {
                                   from: AttributePath {
                                    parts: [
                                     Raw {
                                      content: "preStart",
                                      position: (284, 11),
                                     },
                                    ],
                                   },
                                   to: LetIn {
                                    bindings: [
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "version",
                                         position: (285, 13),
                                        },
                                       ],
                                      },
                                      to: PropertyAccess {
                                       expression: Variable {
                                        identifier: "pkgs",
                                        position: (285, 23),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "sourcehut",
                                          position: (285, 28),
                                         },
                                         Interpolation {
                                          expression: Variable {
                                           identifier: "srvsrht",
                                           position: (285, 40),
                                          },
                                         },
                                         Raw {
                                          content: "version",
                                          position: (285, 49),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "stateDir",
                                         position: (286, 13),
                                        },
                                       ],
                                      },
                                      to: String {
                                       parts: [
                                        Raw {
                                         content: "/var/lib/sourcehut/",
                                         position: (286, 25),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "srvsrht",
                                          position: (286, 46),
                                         },
                                        },
                                       ],
                                       position: (286, 24),
                                      },
                                     },
                                    ],
                                    target: FunctionApplication {
                                     function: Variable {
                                      identifier: "mkBefore",
                                      position: (287, 16),
                                     },
                                     arguments: [
                                      String {
                                       parts: [
                                        Raw {
                                         content: "set -x\n# Use the /run/sourcehut/",
                                         position: (288, 1),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "srvsrht",
                                          position: (289, 40),
                                         },
                                        },
                                        Raw {
                                         content: "/config.ini\n# installed by a previous ExecStartPre= in baseService\ncd /run/sourcehut/",
                                         position: (289, 48),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "srvsrht",
                                          position: (291, 33),
                                         },
                                        },
                                        Raw {
                                         content: "\n\nif test ! -e ",
                                         position: (291, 41),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "stateDir",
                                          position: (293, 28),
                                         },
                                        },
                                        Raw {
                                         content: "/db; then\n  # Setup the initial database.\n  # Note that it stamps the alembic head afterward\n  ",
                                         position: (293, 37),
                                        },
                                        Interpolation {
                                         expression: PropertyAccess {
                                          expression: Variable {
                                           identifier: "cfg",
                                           position: (296, 17),
                                          },
                                          attribute_path: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "python",
                                             position: (296, 21),
                                            },
                                           ],
                                          },
                                          default: None,
                                         },
                                        },
                                        Raw {
                                         content: "/bin/",
                                         position: (296, 28),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "srvsrht",
                                          position: (296, 35),
                                         },
                                        },
                                        Raw {
                                         content: "-initdb\n  echo ",
                                         position: (296, 43),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "version",
                                          position: (297, 22),
                                         },
                                        },
                                        Raw {
                                         content: " >",
                                         position: (297, 30),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "stateDir",
                                          position: (297, 34),
                                         },
                                        },
                                        Raw {
                                         content: "/db\nfi\n\n",
                                         position: (297, 43),
                                        },
                                        Interpolation {
                                         expression: FunctionApplication {
                                          function: Variable {
                                           identifier: "optionalString",
                                           position: (300, 15),
                                          },
                                          arguments: [
                                           PropertyAccess {
                                            expression: Variable {
                                             identifier: "cfg",
                                             position: (300, 30),
                                            },
                                            attribute_path: AttributePath {
                                             parts: [
                                              Raw {
                                               content: "settings",
                                               position: (300, 34),
                                              },
                                              Interpolation {
                                               expression: Variable {
                                                identifier: "iniKey",
                                                position: (300, 45),
                                               },
                                              },
                                              Raw {
                                               content: "migrate-on-upgrade",
                                               position: (300, 53),
                                              },
                                             ],
                                            },
                                            default: None,
                                           },
                                           String {
                                            parts: [
                                             Raw {
                                              content: "if [ \"$(cat ",
                                              position: (301, 1),
                                             },
                                             Interpolation {
                                              expression: Variable {
                                               identifier: "stateDir",
                                               position: (301, 29),
                                              },
                                             },
                                             Raw {
                                              content: "/db)\" != \"",
                                              position: (301, 38),
                                             },
                                             Interpolation {
                                              expression: Variable {
                                               identifier: "version",
                                               position: (301, 50),
                                              },
                                             },
                                             Raw {
                                              content: "\" ]; then\n  # Manage schema migrations using alembic\n  ",
                                              position: (301, 58),
                                             },
                                             Interpolation {
                                              expression: PropertyAccess {
                                               expression: Variable {
                                                identifier: "cfg",
                                                position: (303, 19),
                                               },
                                               attribute_path: AttributePath {
                                                parts: [
                                                 Raw {
                                                  content: "python",
                                                  position: (303, 23),
                                                 },
                                                ],
                                               },
                                               default: None,
                                              },
                                             },
                                             Raw {
                                              content: "/bin/",
                                              position: (303, 30),
                                             },
                                             Interpolation {
                                              expression: Variable {
                                               identifier: "srvsrht",
                                               position: (303, 37),
                                              },
                                             },
                                             Raw {
                                              content: "-migrate -a upgrade head\n  echo ",
                                              position: (303, 45),
                                             },
                                             Interpolation {
                                              expression: Variable {
                                               identifier: "version",
                                               position: (304, 24),
                                              },
                                             },
                                             Raw {
                                              content: " >",
                                              position: (304, 32),
                                             },
                                             Interpolation {
                                              expression: Variable {
                                               identifier: "stateDir",
                                               position: (304, 36),
                                              },
                                             },
                                             Raw {
                                              content: "/db\nfi\n",
                                              position: (304, 45),
                                             },
                                            ],
                                            position: (300, 72),
                                           },
                                          ],
                                         },
                                        },
                                        Raw {
                                         content: "\n\n# Update copy of each users' profile to the latest\n# See https://lists.sr.ht/~sircmpwn/sr.ht-admins/<20190302181207.GA13778%40cirno.my.domain>\nif test ! -e ",
                                         position: (306, 16),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "stateDir",
                                          position: (310, 28),
                                         },
                                        },
                                        Raw {
                                         content: "/webhook; then\n  # Update ",
                                         position: (310, 37),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "iniKey",
                                          position: (311, 26),
                                         },
                                        },
                                        Raw {
                                         content: "'s users' profile copy to the latest\n  ",
                                         position: (311, 33),
                                        },
                                        Interpolation {
                                         expression: PropertyAccess {
                                          expression: Variable {
                                           identifier: "cfg",
                                           position: (312, 17),
                                          },
                                          attribute_path: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "python",
                                             position: (312, 21),
                                            },
                                           ],
                                          },
                                          default: None,
                                         },
                                        },
                                        Raw {
                                         content: "/bin/srht-update-profiles ",
                                         position: (312, 28),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "iniKey",
                                          position: (312, 56),
                                         },
                                        },
                                        Raw {
                                         content: "\n  touch ",
                                         position: (312, 63),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "stateDir",
                                          position: (313, 23),
                                         },
                                        },
                                        Raw {
                                         content: "/webhook\nfi\n",
                                         position: (313, 32),
                                        },
                                       ],
                                       position: (287, 25),
                                      },
                                     ],
                                    },
                                    position: (284, 22),
                                   },
                                  },
                                 ],
                                 recursive: false,
                                 position: (268, 9),
                                },
                                Variable {
                                 identifier: "mainService",
                                 position: (316, 11),
                                },
                               ],
                               position: (267, 86),
                              },
                             ],
                            },
                            position: (267, 77),
                           },
                          ],
                         },
                        },
                       ],
                       recursive: false,
                       position: (266, 7),
                      },
                      Parentheses {
                       expression: FunctionApplication {
                        function: Variable {
                         identifier: "mkIf",
                         position: (319, 8),
                        },
                        arguments: [
                         Variable {
                          identifier: "webhooks",
                          position: (319, 13),
                         },
                         Map {
                          bindings: [
                           Binding {
                            from: AttributePath {
                             parts: [
                              Expression {
                               ast: String {
                                parts: [
                                 Interpolation {
                                  expression: Variable {
                                   identifier: "srvsrht",
                                   position: (320, 12),
                                  },
                                 },
                                 Raw {
                                  content: "-webhooks",
                                  position: (320, 20),
                                 },
                                ],
                                position: (320, 9),
                               },
                              },
                             ],
                            },
                            to: FunctionApplication {
                             function: Variable {
                              identifier: "baseService",
                              position: (320, 33),
                             },
                             arguments: [
                              String {
                               parts: [
                                Interpolation {
                                 expression: Variable {
                                  identifier: "srvsrht",
                                  position: (320, 48),
                                 },
                                },
                                Raw {
                                 content: "-webhooks",
                                 position: (320, 56),
                                },
                               ],
                               position: (320, 45),
                              },
                              Map {
                               bindings: [],
                               recursive: false,
                               position: (320, 67),
                              },
                              Map {
                               bindings: [
                                Binding {
                                 from: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "description",
                                    position: (322, 13),
                                   },
                                  ],
                                 },
                                 to: String {
                                  parts: [
                                   Raw {
                                    content: "sourcehut ",
                                    position: (322, 28),
                                   },
                                   Interpolation {
                                    expression: Variable {
                                     identifier: "srv",
                                     position: (322, 40),
                                    },
                                   },
                                   Raw {
                                    content: ".sr.ht webhooks service",
                                    position: (322, 44),
                                   },
                                  ],
                                  position: (322, 27),
                                 },
                                },
                                Binding {
                                 from: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "after",
                                    position: (323, 13),
                                   },
                                  ],
                                 },
                                 to: List {
                                  elements: [
                                   String {
                                    parts: [
                                     Interpolation {
                                      expression: Variable {
                                       identifier: "srvsrht",
                                       position: (323, 26),
                                      },
                                     },
                                     Raw {
                                      content: ".service",
                                      position: (323, 34),
                                     },
                                    ],
                                    position: (323, 23),
                                   },
                                  ],
                                  position: (323, 21),
                                 },
                                },
                                Binding {
                                 from: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "wantedBy",
                                    position: (324, 13),
                                   },
                                  ],
                                 },
                                 to: List {
                                  elements: [
                                   String {
                                    parts: [
                                     Interpolation {
                                      expression: Variable {
                                       identifier: "srvsrht",
                                       position: (324, 29),
                                      },
                                     },
                                     Raw {
                                      content: ".service",
                                      position: (324, 37),
                                     },
                                    ],
                                    position: (324, 26),
                                   },
                                  ],
                                  position: (324, 24),
                                 },
                                },
                                Binding {
                                 from: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "partOf",
                                    position: (325, 13),
                                   },
                                  ],
                                 },
                                 to: List {
                                  elements: [
                                   String {
                                    parts: [
                                     Interpolation {
                                      expression: Variable {
                                       identifier: "srvsrht",
                                       position: (325, 27),
                                      },
                                     },
                                     Raw {
                                      content: ".service",
                                      position: (325, 35),
                                     },
                                    ],
                                    position: (325, 24),
                                   },
                                  ],
                                  position: (325, 22),
                                 },
                                },
                                Binding {
                                 from: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "preStart",
                                    position: (326, 13),
                                   },
                                  ],
                                 },
                                 to: String {
                                  parts: [
                                   Raw {
                                    content: "cp ",
                                    position: (327, 1),
                                   },
                                   Interpolation {
                                    expression: FunctionApplication {
                                     function: PropertyAccess {
                                      expression: Variable {
                                       identifier: "pkgs",
                                       position: (327, 20),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "writeText",
                                         position: (327, 25),
                                        },
                                       ],
                                      },
                                      default: None,
                                     },
                                     arguments: [
                                      String {
                                       parts: [
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "srvsrht",
                                          position: (327, 38),
                                         },
                                        },
                                        Raw {
                                         content: "-webhooks-celeryconfig.py",
                                         position: (327, 46),
                                        },
                                       ],
                                       position: (327, 35),
                                      },
                                      PropertyAccess {
                                       expression: Variable {
                                        identifier: "srvCfg",
                                        position: (327, 73),
                                       },
                                       attribute_path: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "webhooks",
                                          position: (327, 80),
                                         },
                                         Raw {
                                          content: "celeryConfig",
                                          position: (327, 89),
                                         },
                                        ],
                                       },
                                       default: None,
                                      },
                                     ],
                                    },
                                   },
                                   Raw {
                                    content: " \\\n   /run/sourcehut/",
                                    position: (327, 102),
                                   },
                                   Interpolation {
                                    expression: Variable {
                                     identifier: "srvsrht",
                                     position: (328, 35),
                                    },
                                   },
                                   Raw {
                                    content: "-webhooks/celeryconfig.py\n",
                                    position: (328, 43),
                                   },
                                  ],
                                  position: (326, 24),
                                 },
                                },
                                Binding {
                                 from: AttributePath {
                                  parts: [
                                   Raw {
                                    content: "serviceConfig",
                                    position: (330, 13),
                                   },
                                  ],
                                 },
                                 to: Map {
                                  bindings: [
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "Type",
                                       position: (331, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "simple",
                                       position: (331, 23),
                                      },
                                     ],
                                     position: (331, 22),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "Restart",
                                       position: (332, 15),
                                      },
                                     ],
                                    },
                                    to: String {
                                     parts: [
                                      Raw {
                                       content: "always",
                                       position: (332, 26),
                                      },
                                     ],
                                     position: (332, 25),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "ExecStart",
                                       position: (333, 15),
                                      },
                                     ],
                                    },
                                    to: BinaryOperation {
                                     operator: Addition,
                                     operands: [
                                      String {
                                       parts: [
                                        Interpolation {
                                         expression: PropertyAccess {
                                          expression: Variable {
                                           identifier: "cfg",
                                           position: (333, 30),
                                          },
                                          attribute_path: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "python",
                                             position: (333, 34),
                                            },
                                           ],
                                          },
                                          default: None,
                                         },
                                        },
                                        Raw {
                                         content: "/bin/celery --app ",
                                         position: (333, 41),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "srvsrht",
                                          position: (333, 61),
                                         },
                                        },
                                        Raw {
                                         content: ".webhooks worker --hostname ",
                                         position: (333, 69),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "srvsrht",
                                          position: (333, 99),
                                         },
                                        },
                                        Raw {
                                         content: "-webhooks@%%h ",
                                         position: (333, 107),
                                        },
                                       ],
                                       position: (333, 27),
                                      },
                                      FunctionApplication {
                                       function: Variable {
                                        identifier: "concatStringsSep",
                                        position: (333, 125),
                                       },
                                       arguments: [
                                        String {
                                         parts: [
                                          Raw {
                                           content: " ",
                                           position: (333, 143),
                                          },
                                         ],
                                         position: (333, 142),
                                        },
                                        PropertyAccess {
                                         expression: Variable {
                                          identifier: "srvCfg",
                                          position: (333, 146),
                                         },
                                         attribute_path: AttributePath {
                                          parts: [
                                           Raw {
                                            content: "webhooks",
                                            position: (333, 153),
                                           },
                                           Raw {
                                            content: "extraArgs",
                                            position: (333, 162),
                                           },
                                          ],
                                         },
                                         default: None,
                                        },
                                       ],
                                      },
                                     ],
                                     position: (333, 123),
                                    },
                                   },
                                   Binding {
                                    from: AttributePath {
                                     parts: [
                                      Raw {
                                       content: "ProcSubset",
                                       position: (335, 15),
                                      },
                                     ],
                                    },
                                    to: FunctionApplication {
                                     function: Variable {
                                      identifier: "mkForce",
                                      position: (335, 28),
                                     },
                                     arguments: [
                                      String {
                                       parts: [
                                        Raw {
                                         content: "all",
                                         position: (335, 37),
                                        },
                                       ],
                                       position: (335, 36),
                                      },
                                     ],
                                    },
                                   },
                                  ],
                                  recursive: false,
                                  position: (330, 29),
                                 },
                                },
                               ],
                               recursive: false,
                               position: (321, 11),
                              },
                             ],
                            },
                           },
                          ],
                          recursive: false,
                          position: (319, 22),
                         },
                        ],
                       },
                       position: (319, 7),
                      },
                      Parentheses {
                       expression: FunctionApplication {
                        function: Variable {
                         identifier: "mapAttrs",
                         position: (340, 8),
                        },
                        arguments: [
                         Parentheses {
                          expression: Function {
                           argument: Simple {
                            identifier: "timerName",
                           },
                           definition: Function {
                            argument: Simple {
                             identifier: "timer",
                            },
                            definition: Parentheses {
                             expression: FunctionApplication {
                              function: Variable {
                               identifier: "baseService",
                               position: (340, 37),
                              },
                              arguments: [
                               Variable {
                                identifier: "timerName",
                                position: (340, 49),
                               },
                               Map {
                                bindings: [],
                                recursive: false,
                                position: (340, 59),
                               },
                               Parentheses {
                                expression: FunctionApplication {
                                 function: Variable {
                                  identifier: "mkMerge",
                                  position: (340, 63),
                                 },
                                 arguments: [
                                  List {
                                   elements: [
                                    Map {
                                     bindings: [
                                      Binding {
                                       from: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "description",
                                          position: (342, 11),
                                         },
                                        ],
                                       },
                                       to: String {
                                        parts: [
                                         Raw {
                                          content: "sourcehut ",
                                          position: (342, 26),
                                         },
                                         Interpolation {
                                          expression: Variable {
                                           identifier: "timerName",
                                           position: (342, 38),
                                          },
                                         },
                                         Raw {
                                          content: " service",
                                          position: (342, 48),
                                         },
                                        ],
                                        position: (342, 25),
                                       },
                                      },
                                      Binding {
                                       from: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "after",
                                          position: (343, 11),
                                         },
                                        ],
                                       },
                                       to: List {
                                        elements: [
                                         String {
                                          parts: [
                                           Raw {
                                            content: "network.target",
                                            position: (343, 22),
                                           },
                                          ],
                                          position: (343, 21),
                                         },
                                         String {
                                          parts: [
                                           Interpolation {
                                            expression: Variable {
                                             identifier: "srvsrht",
                                             position: (343, 41),
                                            },
                                           },
                                           Raw {
                                            content: ".service",
                                            position: (343, 49),
                                           },
                                          ],
                                          position: (343, 38),
                                         },
                                        ],
                                        position: (343, 19),
                                       },
                                      },
                                      Binding {
                                       from: AttributePath {
                                        parts: [
                                         Raw {
                                          content: "serviceConfig",
                                          position: (344, 11),
                                         },
                                        ],
                                       },
                                       to: Map {
                                        bindings: [
                                         Binding {
                                          from: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "Type",
                                             position: (345, 13),
                                            },
                                           ],
                                          },
                                          to: String {
                                           parts: [
                                            Raw {
                                             content: "oneshot",
                                             position: (345, 21),
                                            },
                                           ],
                                           position: (345, 20),
                                          },
                                         },
                                         Binding {
                                          from: AttributePath {
                                           parts: [
                                            Raw {
                                             content: "ExecStart",
                                             position: (346, 13),
                                            },
                                           ],
                                          },
                                          to: String {
                                           parts: [
                                            Interpolation {
                                             expression: PropertyAccess {
                                              expression: Variable {
                                               identifier: "cfg",
                                               position: (346, 28),
                                              },
                                              attribute_path: AttributePath {
                                               parts: [
                                                Raw {
                                                 content: "python",
                                                 position: (346, 32),
                                                },
                                               ],
                                              },
                                              default: None,
                                             },
                                            },
                                            Raw {
                                             content: "/bin/",
                                             position: (346, 39),
                                            },
                                            Interpolation {
                                             expression: Variable {
                                              identifier: "timerName",
                                              position: (346, 46),
                                             },
                                            },
                                           ],
                                           position: (346, 25),
                                          },
                                         },
                                        ],
                                        recursive: false,
                                        position: (344, 27),
                                       },
                                      },
                                     ],
                                     recursive: false,
                                     position: (341, 9),
                                    },
                                    Parentheses {
                                     expression: PropertyAccess {
                                      expression: Variable {
                                       identifier: "timer",
                                       position: (349, 10),
                                      },
                                      attribute_path: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "service",
                                         position: (349, 16),
                                        },
                                       ],
                                      },
                                      default: Some(
                                       Map {
                                        bindings: [],
                                        recursive: false,
                                        position: (349, 27),
                                       },
                                      ),
                                     },
                                     position: (349, 9),
                                    },
                                   ],
                                   position: (340, 71),
                                  },
                                 ],
                                },
                                position: (340, 62),
                               },
                              ],
                             },
                             position: (340, 36),
                            },
                            position: (340, 29),
                           },
                           position: (340, 18),
                          },
                          position: (340, 17),
                         },
                         Variable {
                          identifier: "extraTimers",
                          position: (350, 12),
                         },
                        ],
                       },
                       position: (340, 7),
                      },
                      Parentheses {
                       expression: FunctionApplication {
                        function: Variable {
                         identifier: "mapAttrs",
                         position: (352, 8),
                        },
                        arguments: [
                         Parentheses {
                          expression: Function {
                           argument: Simple {
                            identifier: "serviceName",
                           },
                           definition: Function {
                            argument: Simple {
                             identifier: "extraService",
                            },
                            definition: FunctionApplication {
                             function: Variable {
                              identifier: "baseService",
                              position: (352, 45),
                             },
                             arguments: [
                              Variable {
                               identifier: "serviceName",
                               position: (352, 57),
                              },
                              Map {
                               bindings: [],
                               recursive: false,
                               position: (352, 69),
                              },
                              Parentheses {
                               expression: FunctionApplication {
                                function: Variable {
                                 identifier: "mkMerge",
                                 position: (352, 73),
                                },
                                arguments: [
                                 List {
                                  elements: [
                                   Map {
                                    bindings: [
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "description",
                                         position: (354, 11),
                                        },
                                       ],
                                      },
                                      to: String {
                                       parts: [
                                        Raw {
                                         content: "sourcehut ",
                                         position: (354, 26),
                                        },
                                        Interpolation {
                                         expression: Variable {
                                          identifier: "serviceName",
                                          position: (354, 38),
                                         },
                                        },
                                        Raw {
                                         content: " service",
                                         position: (354, 50),
                                        },
                                       ],
                                       position: (354, 25),
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "after",
                                         position: (356, 11),
                                        },
                                       ],
                                      },
                                      to: List {
                                       elements: [
                                        String {
                                         parts: [
                                          Interpolation {
                                           expression: Variable {
                                            identifier: "srvsrht",
                                            position: (356, 24),
                                           },
                                          },
                                          Raw {
                                           content: ".service",
                                           position: (356, 32),
                                          },
                                         ],
                                         position: (356, 21),
                                        },
                                       ],
                                       position: (356, 19),
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "wantedBy",
                                         position: (357, 11),
                                        },
                                       ],
                                      },
                                      to: List {
                                       elements: [
                                        String {
                                         parts: [
                                          Interpolation {
                                           expression: Variable {
                                            identifier: "srvsrht",
                                            position: (357, 27),
                                           },
                                          },
                                          Raw {
                                           content: ".service",
                                           position: (357, 35),
                                          },
                                         ],
                                         position: (357, 24),
                                        },
                                       ],
                                       position: (357, 22),
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "partOf",
                                         position: (358, 11),
                                        },
                                       ],
                                      },
                                      to: List {
                                       elements: [
                                        String {
                                         parts: [
                                          Interpolation {
                                           expression: Variable {
                                            identifier: "srvsrht",
                                            position: (358, 25),
                                           },
                                          },
                                          Raw {
                                           content: ".service",
                                           position: (358, 33),
                                          },
                                         ],
                                         position: (358, 22),
                                        },
                                       ],
                                       position: (358, 20),
                                      },
                                     },
                                     Binding {
                                      from: AttributePath {
                                       parts: [
                                        Raw {
                                         content: "serviceConfig",
                                         position: (359, 11),
                                        },
                                       ],
                                      },
                                      to: Map {
                                       bindings: [
                                        Binding {
                                         from: AttributePath {
                                          parts: [
                                           Raw {
                                            content: "Type",
                                            position: (360, 13),
                                           },
                                          ],
                                         },
                                         to: String {
                                          parts: [
                                           Raw {
                                            content: "simple",
                                            position: (360, 21),
                                           },
                                          ],
                                          position: (360, 20),
                                         },
                                        },
                                        Binding {
                                         from: AttributePath {
                                          parts: [
                                           Raw {
                                            content: "Restart",
                                            position: (361, 13),
                                           },
                                          ],
                                         },
                                         to: FunctionApplication {
                                          function: Variable {
                                           identifier: "mkDefault",
                                           position: (361, 23),
                                          },
                                          arguments: [
                                           String {
                                            parts: [
                                             Raw {
                                              content: "always",
                                              position: (361, 34),
                                             },
                                            ],
                                            position: (361, 33),
                                           },
                                          ],
                                         },
                                        },
                                       ],
                                       recursive: false,
                                       position: (359, 27),
                                      },
                                     },
                                    ],
                                    recursive: false,
                                    position: (353, 9),
                                   },
                                   Variable {
                                    identifier: "extraService",
                                    position: (364, 9),
                                   },
                                  ],
                                  position: (352, 81),
                                 },
                                ],
                               },
                               position: (352, 72),
                              },
                             ],
                            },
                            position: (352, 31),
                           },
                           position: (352, 18),
                          },
                          position: (352, 17),
                         },
                         Variable {
                          identifier: "extraServices",
                          position: (365, 11),
                         },
                        ],
                       },
                       position: (352, 7),
                      },
                     ],
                     position: (265, 32),
                    },
                   ],
                  },
                 },
                 Binding {
                  from: AttributePath {
                   parts: [
                    Raw {
                     content: "systemd",
                     position: (368, 5),
                    },
                    Raw {
                     content: "timers",
                     position: (368, 13),
                    },
                   ],
                  },
                  to: FunctionApplication {
                   function: Variable {
                    identifier: "mapAttrs",
                    position: (368, 22),
                   },
                   arguments: [
                    Parentheses {
                     expression: Function {
                      argument: Simple {
                       identifier: "timerName",
                      },
                      definition: Function {
                       argument: Simple {
                        identifier: "timer",
                       },
                       definition: Map {
                        bindings: [
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "description",
                             position: (370, 9),
                            },
                           ],
                          },
                          to: String {
                           parts: [
                            Raw {
                             content: "sourcehut timer for ",
                             position: (370, 24),
                            },
                            Interpolation {
                             expression: Variable {
                              identifier: "timerName",
                              position: (370, 46),
                             },
                            },
                           ],
                           position: (370, 23),
                          },
                         },
                         Binding {
                          from: AttributePath {
                           parts: [
                            Raw {
                             content: "wantedBy",
                             position: (371, 9),
                            },
                           ],
                          },
                          to: List {
                           elements: [
                            String {
                             parts: [
                              Raw {
                               content: "timers.target",
                               position: (371, 23),
                              },
                             ],
                             position: (371, 22),
                            },
                           ],
                           position: (371, 20),
                          },
                         },
                         Inherit {
                          from: Some(
                           Variable {
                            identifier: "timer",
                            position: (372, 18),
                           },
                          ),
                          attributes: [
                           Raw {
                            content: "timerConfig",
                            position: (372, 25),
                           },
                          ],
                         },
                        ],
                        recursive: false,
                        position: (369, 7),
                       },
                       position: (368, 43),
                      },
                      position: (368, 32),
                     },
                     position: (368, 31),
                    },
                    Variable {
                     identifier: "extraTimers",
                     position: (373, 10),
                    },
                   ],
                  },
                 },
                ],
                recursive: false,
                position: (195, 74),
               },
              ],
              position: (195, 60),
             },
            ],
           },
           position: (195, 51),
          },
         ],
        },
       },
      ],
      recursive: false,
      position: (118, 1),
     },
     position: (15, 1),
    },
    position: (14, 1),
   },
   position: (12, 1),
  },
  position: (2, 1),
 },
 position: (1, 1),
}